Shades of Dark Cerulean #04486F
Tints of Dark Cerulean #04486F
RGB
CMYK
RGB Variations
Color information
#04486F (or 0x04486F) is known color: Dark Cerulean. HEX triplet: 04, 48 and 6F. RGB value is (4,72,111). Sum of RGB (Red+Green+Blue) = 4+72+111=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #04486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04486F is #FBB790. Grayscale: #373737. Windows color (decimal): -16496529 or 7292932. OLE color: 7292932.
HSL color Cylindrical-coordinate representation of color #04486F: hue angle of 201.87º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04486F is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 72 | 111 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.56 |
| HSL | 201.87º | 0.93% | 0.23% | - |
| HSV(B) | 201.87º | 0.96% | 0.44% | - |
| XYZ | 5.24 | 5.81 | 15.88 | - |
| YUV | 56.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 111 | 0.96 | 0.35 | 0 | 0.56 | 201.87 | 0.93 | 0.23 |
| Hex | 4 | 48 | 6F | 60 | 23 | 0 | 38 | CA | 5D | 17 |
| Octal | 4 | 110 | 157 | 140 | 43 | 0 | 70 | 312 | 135 | 27 |
| Binary | 100 | 1001000 | 1101111 | 1100000 | 100011 | 0 | 111000 | 11001010 | 1011101 | 10111 |
Color Harmonies of #04486F
Complementary color
Monochromatic Colors of #04486F
Black with #04486F
Text Example
Text Example
White with #04486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04486F; }
p { color: rgb(4,72,111); }
H1.HeaderClassName
{
color: #04486F;
}
.AnyTagClassName
{
color: #04486F;
}
</style>
background-color css
<style>
a { background-color: #04486F; }
a { background-color: rgb(4,72,111); }
div.DivClassName
{
background-color: #04486F;
}
.BgClassName
{
background-color: #04486F;
}
</style>
border-color css
<style>
span { border-color: #04486F; }
span { border-color: rgb(4,72,111); }
td.TdClassName
{
border-color: #04486F;
}
.TagClassName
{
border-color: #04486F;
}
</style>