Shades of Dark Cerulean #04426E
Tints of Dark Cerulean #04426E
RGB
CMYK
RGB Variations
Color information
#04426E (or 0x04426E) is known color: Dark Cerulean. HEX triplet: 04, 42 and 6E. RGB value is (4,66,110). Sum of RGB (Red+Green+Blue) = 4+66+110=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #04426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04426E is #FBBD91. Grayscale: #343434. Windows color (decimal): -16498066 or 7225860. OLE color: 7225860.
HSL color Cylindrical-coordinate representation of color #04426E: hue angle of 204.91º 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 #04426E is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 66 | 110 | - |
| CMYK | 0.96 | 0.4 | 0 | 0.57 |
| HSL | 204.91º | 0.93% | 0.22% | - |
| HSV(B) | 204.91º | 0.96% | 0.43% | - |
| XYZ | 4.81 | 5.05 | 15.47 | - |
| YUV | 52.48 | 160.46 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 110 | 0.96 | 0.4 | 0 | 0.57 | 204.91 | 0.93 | 0.22 |
| Hex | 4 | 42 | 6E | 60 | 28 | 0 | 39 | CD | 5D | 16 |
| Octal | 4 | 102 | 156 | 140 | 50 | 0 | 71 | 315 | 135 | 26 |
| Binary | 100 | 1000010 | 1101110 | 1100000 | 101000 | 0 | 111001 | 11001101 | 1011101 | 10110 |
Color Harmonies of #04426E
Complementary color
Monochromatic Colors of #04426E
Black with #04426E
Text Example
Text Example
White with #04426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04426E; }
p { color: rgb(4,66,110); }
H1.HeaderClassName
{
color: #04426E;
}
.AnyTagClassName
{
color: #04426E;
}
</style>
background-color css
<style>
a { background-color: #04426E; }
a { background-color: rgb(4,66,110); }
div.DivClassName
{
background-color: #04426E;
}
.BgClassName
{
background-color: #04426E;
}
</style>
border-color css
<style>
span { border-color: #04426E; }
span { border-color: rgb(4,66,110); }
td.TdClassName
{
border-color: #04426E;
}
.TagClassName
{
border-color: #04426E;
}
</style>