Shades of Dark Cerulean #04496D
Tints of Dark Cerulean #04496D
RGB
CMYK
RGB Variations
Color information
#04496D (or 0x04496D) is known color: Dark Cerulean. HEX triplet: 04, 49 and 6D. RGB value is (4,73,109). Sum of RGB (Red+Green+Blue) = 4+73+109=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #04496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04496D is #FBB692. Grayscale: #383838. Windows color (decimal): -16496275 or 7162116. OLE color: 7162116.
HSL color Cylindrical-coordinate representation of color #04496D: hue angle of 200.57º 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 #04496D is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 73 | 109 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.57 |
| HSL | 200.57º | 0.93% | 0.22% | - |
| HSV(B) | 200.57º | 0.96% | 0.43% | - |
| XYZ | 5.19 | 5.9 | 15.33 | - |
| YUV | 56.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 109 | 0.96 | 0.33 | 0 | 0.57 | 200.57 | 0.93 | 0.22 |
| Hex | 4 | 49 | 6D | 60 | 21 | 0 | 39 | C9 | 5D | 16 |
| Octal | 4 | 111 | 155 | 140 | 41 | 0 | 71 | 311 | 135 | 26 |
| Binary | 100 | 1001001 | 1101101 | 1100000 | 100001 | 0 | 111001 | 11001001 | 1011101 | 10110 |
Color Harmonies of #04496D
Complementary color
Monochromatic Colors of #04496D
Black with #04496D
Text Example
Text Example
White with #04496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04496D; }
p { color: rgb(4,73,109); }
H1.HeaderClassName
{
color: #04496D;
}
.AnyTagClassName
{
color: #04496D;
}
</style>
background-color css
<style>
a { background-color: #04496D; }
a { background-color: rgb(4,73,109); }
div.DivClassName
{
background-color: #04496D;
}
.BgClassName
{
background-color: #04496D;
}
</style>
border-color css
<style>
span { border-color: #04496D; }
span { border-color: rgb(4,73,109); }
td.TdClassName
{
border-color: #04496D;
}
.TagClassName
{
border-color: #04496D;
}
</style>