Shades of Dark Cerulean #04496E
Tints of Dark Cerulean #04496E
RGB
CMYK
RGB Variations
Color information
#04496E (or 0x04496E) is known color: Dark Cerulean. HEX triplet: 04, 49 and 6E. RGB value is (4,73,110). Sum of RGB (Red+Green+Blue) = 4+73+110=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #04496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04496E is #FBB691. Grayscale: #383838. Windows color (decimal): -16496274 or 7227652. OLE color: 7227652.
HSL color Cylindrical-coordinate representation of color #04496E: hue angle of 200.94º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04496E is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 73 | 110 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.57 |
| HSL | 200.94º | 0.93% | 0.22% | - |
| HSV(B) | 200.94º | 0.96% | 0.43% | - |
| XYZ | 5.25 | 5.92 | 15.62 | - |
| YUV | 56.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 110 | 0.96 | 0.34 | 0 | 0.57 | 200.94 | 0.93 | 0.22 |
| Hex | 4 | 49 | 6E | 60 | 22 | 0 | 39 | C9 | 5D | 16 |
| Octal | 4 | 111 | 156 | 140 | 42 | 0 | 71 | 311 | 135 | 26 |
| Binary | 100 | 1001001 | 1101110 | 1100000 | 100010 | 0 | 111001 | 11001001 | 1011101 | 10110 |
Color Harmonies of #04496E
Complementary color
Monochromatic Colors of #04496E
Black with #04496E
Text Example
Text Example
White with #04496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04496E; }
p { color: rgb(4,73,110); }
H1.HeaderClassName
{
color: #04496E;
}
.AnyTagClassName
{
color: #04496E;
}
</style>
background-color css
<style>
a { background-color: #04496E; }
a { background-color: rgb(4,73,110); }
div.DivClassName
{
background-color: #04496E;
}
.BgClassName
{
background-color: #04496E;
}
</style>
border-color css
<style>
span { border-color: #04496E; }
span { border-color: rgb(4,73,110); }
td.TdClassName
{
border-color: #04496E;
}
.TagClassName
{
border-color: #04496E;
}
</style>