Shades of Dark Cerulean #044A76
Tints of Dark Cerulean #044A76
RGB
CMYK
RGB Variations
Color information
#044A76 (or 0x044A76) is known color: Dark Cerulean. HEX triplet: 04, 4A and 76. RGB value is (4,74,118). Sum of RGB (Red+Green+Blue) = 4+74+118=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #044A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A76 is #FBB589. Grayscale: #393939. Windows color (decimal): -16496010 or 7752196. OLE color: 7752196.
HSL color Cylindrical-coordinate representation of color #044A76: hue angle of 203.16º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044A76 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 74 | 118 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.54 |
| HSL | 203.16º | 0.93% | 0.24% | - |
| HSV(B) | 203.16º | 0.97% | 0.46% | - |
| XYZ | 5.77 | 6.23 | 18.04 | - |
| YUV | 58.09 | 161.81 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 118 | 0.97 | 0.37 | 0 | 0.54 | 203.16 | 0.93 | 0.24 |
| Hex | 4 | 4A | 76 | 61 | 25 | 0 | 36 | CB | 5D | 18 |
| Octal | 4 | 112 | 166 | 141 | 45 | 0 | 66 | 313 | 135 | 30 |
| Binary | 100 | 1001010 | 1110110 | 1100001 | 100101 | 0 | 110110 | 11001011 | 1011101 | 11000 |
Color Harmonies of #044A76
Complementary color
Monochromatic Colors of #044A76
Black with #044A76
Text Example
Text Example
White with #044A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A76; }
p { color: rgb(4,74,118); }
H1.HeaderClassName
{
color: #044A76;
}
.AnyTagClassName
{
color: #044A76;
}
</style>
background-color css
<style>
a { background-color: #044A76; }
a { background-color: rgb(4,74,118); }
div.DivClassName
{
background-color: #044A76;
}
.BgClassName
{
background-color: #044A76;
}
</style>
border-color css
<style>
span { border-color: #044A76; }
span { border-color: rgb(4,74,118); }
td.TdClassName
{
border-color: #044A76;
}
.TagClassName
{
border-color: #044A76;
}
</style>