Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Bay of Many | 444488 | #444488 | 68, 68, 136 | 26.67, 26.67, 53.33 | 50, 50, 0, 46.67 | 240, 50, 53.333333333333 |
Color #444488 is Bay of Many. In RGB: 26.67, 26.67, 53.33. In CMYK: 50, 50, 0, 46.67.
div { background: #444488; color: #000; }
div { background: #444488; color: #fff; }
div { background: linear-gradient(to bottom, #292E6E 0%, #5E5BA3 100%); color: #000; }
div { background: linear-gradient(to bottom, #5E5BA3 0%, #292E6E 100%); color: #000; }
div { background: linear-gradient(to bottom, #292E6E 0%, #5E5BA3 100%); color: #fff; }
div { background: linear-gradient(to bottom, #5E5BA3 0%, #292E6E 100%); color: #fff; }
div { border: 1px solid #444488; }
div { border: 5px solid #444488; }
div { border: 1px dashed #444488; }
div { border: 5px dashed #444488; }
div { border: 1px dotted #444488; }
div { border: 5px dotted #444488; }