Shades of Dark Cerulean #044670
Tints of Dark Cerulean #044670
RGB
CMYK
RGB Variations
Color information
#044670 (or 0x044670) is known color: Dark Cerulean. HEX triplet: 04, 46 and 70. RGB value is (4,70,112). Sum of RGB (Red+Green+Blue) = 4+70+112=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #044670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044670 is #FBB98F. Grayscale: #363636. Windows color (decimal): -16497040 or 7357956. OLE color: 7357956.
HSL color Cylindrical-coordinate representation of color #044670: hue angle of 203.33º 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 #044670 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 70 | 112 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.56 |
| HSL | 203.33º | 0.93% | 0.23% | - |
| HSV(B) | 203.33º | 0.96% | 0.44% | - |
| XYZ | 5.16 | 5.58 | 16.13 | - |
| YUV | 55.05 | 160.13 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 112 | 0.96 | 0.38 | 0 | 0.56 | 203.33 | 0.93 | 0.23 |
| Hex | 4 | 46 | 70 | 60 | 26 | 0 | 38 | CB | 5D | 17 |
| Octal | 4 | 106 | 160 | 140 | 46 | 0 | 70 | 313 | 135 | 27 |
| Binary | 100 | 1000110 | 1110000 | 1100000 | 100110 | 0 | 111000 | 11001011 | 1011101 | 10111 |
Color Harmonies of #044670
Complementary color
Monochromatic Colors of #044670
Black with #044670
Text Example
Text Example
White with #044670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044670; }
p { color: rgb(4,70,112); }
H1.HeaderClassName
{
color: #044670;
}
.AnyTagClassName
{
color: #044670;
}
</style>
background-color css
<style>
a { background-color: #044670; }
a { background-color: rgb(4,70,112); }
div.DivClassName
{
background-color: #044670;
}
.BgClassName
{
background-color: #044670;
}
</style>
border-color css
<style>
span { border-color: #044670; }
span { border-color: rgb(4,70,112); }
td.TdClassName
{
border-color: #044670;
}
.TagClassName
{
border-color: #044670;
}
</style>