Shades of Dark Cerulean #044A6D
Tints of Dark Cerulean #044A6D
RGB
CMYK
RGB Variations
Color information
#044A6D (or 0x044A6D) is known color: Dark Cerulean. HEX triplet: 04, 4A and 6D. RGB value is (4,74,109). Sum of RGB (Red+Green+Blue) = 4+74+109=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #044A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A6D is #FBB592. Grayscale: #383838. Windows color (decimal): -16496019 or 7162372. OLE color: 7162372.
HSL color Cylindrical-coordinate representation of color #044A6D: hue angle of 200º 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 #044A6D is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 74 | 109 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.57 |
| HSL | 200º | 0.93% | 0.22% | - |
| HSV(B) | 200º | 0.96% | 0.43% | - |
| XYZ | 5.26 | 6.03 | 15.35 | - |
| YUV | 57.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 109 | 0.96 | 0.32 | 0 | 0.57 | 200 | 0.93 | 0.22 |
| Hex | 4 | 4A | 6D | 60 | 20 | 0 | 39 | C8 | 5D | 16 |
| Octal | 4 | 112 | 155 | 140 | 40 | 0 | 71 | 310 | 135 | 26 |
| Binary | 100 | 1001010 | 1101101 | 1100000 | 100000 | 0 | 111001 | 11001000 | 1011101 | 10110 |
Color Harmonies of #044A6D
Complementary color
Monochromatic Colors of #044A6D
Black with #044A6D
Text Example
Text Example
White with #044A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A6D; }
p { color: rgb(4,74,109); }
H1.HeaderClassName
{
color: #044A6D;
}
.AnyTagClassName
{
color: #044A6D;
}
</style>
background-color css
<style>
a { background-color: #044A6D; }
a { background-color: rgb(4,74,109); }
div.DivClassName
{
background-color: #044A6D;
}
.BgClassName
{
background-color: #044A6D;
}
</style>
border-color css
<style>
span { border-color: #044A6D; }
span { border-color: rgb(4,74,109); }
td.TdClassName
{
border-color: #044A6D;
}
.TagClassName
{
border-color: #044A6D;
}
</style>