Shades of Dark Cerulean #04486A
Tints of Dark Cerulean #04486A
RGB
CMYK
RGB Variations
Color information
#04486A (or 0x04486A) is known color: Dark Cerulean. HEX triplet: 04, 48 and 6A. RGB value is (4,72,106). Sum of RGB (Red+Green+Blue) = 4+72+106=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #04486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04486A is #FBB795. Grayscale: #373737. Windows color (decimal): -16496534 or 6965252. OLE color: 6965252.
HSL color Cylindrical-coordinate representation of color #04486A: hue angle of 200º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04486A is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 72 | 106 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.58 |
| HSL | 200º | 0.93% | 0.22% | - |
| HSV(B) | 200º | 0.96% | 0.42% | - |
| XYZ | 4.97 | 5.7 | 14.47 | - |
| YUV | 55.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 106 | 0.96 | 0.32 | 0 | 0.58 | 200 | 0.93 | 0.22 |
| Hex | 4 | 48 | 6A | 60 | 20 | 0 | 3A | C8 | 5D | 16 |
| Octal | 4 | 110 | 152 | 140 | 40 | 0 | 72 | 310 | 135 | 26 |
| Binary | 100 | 1001000 | 1101010 | 1100000 | 100000 | 0 | 111010 | 11001000 | 1011101 | 10110 |
Color Harmonies of #04486A
Complementary color
Monochromatic Colors of #04486A
Black with #04486A
Text Example
Text Example
White with #04486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04486A; }
p { color: rgb(4,72,106); }
H1.HeaderClassName
{
color: #04486A;
}
.AnyTagClassName
{
color: #04486A;
}
</style>
background-color css
<style>
a { background-color: #04486A; }
a { background-color: rgb(4,72,106); }
div.DivClassName
{
background-color: #04486A;
}
.BgClassName
{
background-color: #04486A;
}
</style>
border-color css
<style>
span { border-color: #04486A; }
span { border-color: rgb(4,72,106); }
td.TdClassName
{
border-color: #04486A;
}
.TagClassName
{
border-color: #04486A;
}
</style>