Shades of Dark Cerulean #04456C
Tints of Dark Cerulean #04456C
RGB
CMYK
RGB Variations
Color information
#04456C (or 0x04456C) is known color: Dark Cerulean. HEX triplet: 04, 45 and 6C. RGB value is (4,69,108). Sum of RGB (Red+Green+Blue) = 4+69+108=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #04456C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04456C is #FBBA93. Grayscale: #353535. Windows color (decimal): -16497300 or 7095556. OLE color: 7095556.
HSL color Cylindrical-coordinate representation of color #04456C: hue angle of 202.5º 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 #04456C is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 69 | 108 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.58 |
| HSL | 202.5º | 0.93% | 0.22% | - |
| HSV(B) | 202.5º | 0.96% | 0.42% | - |
| XYZ | 4.88 | 5.36 | 14.97 | - |
| YUV | 54.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 108 | 0.96 | 0.36 | 0 | 0.58 | 202.5 | 0.93 | 0.22 |
| Hex | 4 | 45 | 6C | 60 | 24 | 0 | 3A | CA | 5D | 16 |
| Octal | 4 | 105 | 154 | 140 | 44 | 0 | 72 | 312 | 135 | 26 |
| Binary | 100 | 1000101 | 1101100 | 1100000 | 100100 | 0 | 111010 | 11001010 | 1011101 | 10110 |
Color Harmonies of #04456C
Complementary color
Monochromatic Colors of #04456C
Black with #04456C
Text Example
Text Example
White with #04456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04456C; }
p { color: rgb(4,69,108); }
H1.HeaderClassName
{
color: #04456C;
}
.AnyTagClassName
{
color: #04456C;
}
</style>
background-color css
<style>
a { background-color: #04456C; }
a { background-color: rgb(4,69,108); }
div.DivClassName
{
background-color: #04456C;
}
.BgClassName
{
background-color: #04456C;
}
</style>
border-color css
<style>
span { border-color: #04456C; }
span { border-color: rgb(4,69,108); }
td.TdClassName
{
border-color: #04456C;
}
.TagClassName
{
border-color: #04456C;
}
</style>