Shades of Dark Cerulean #044B7A
Tints of Dark Cerulean #044B7A
RGB
CMYK
RGB Variations
Color information
#044B7A (or 0x044B7A) is known color: Dark Cerulean. HEX triplet: 04, 4B and 7A. RGB value is (4,75,122). Sum of RGB (Red+Green+Blue) = 4+75+122=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #044B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044B7A is #FBB485. Grayscale: #3A3A3A. Windows color (decimal): -16495750 or 8014596. OLE color: 8014596.
HSL color Cylindrical-coordinate representation of color #044B7A: hue angle of 203.9º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044B7A is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 75 | 122 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.52 |
| HSL | 203.9º | 0.94% | 0.25% | - |
| HSV(B) | 203.9º | 0.97% | 0.48% | - |
| XYZ | 6.08 | 6.46 | 19.34 | - |
| YUV | 59.13 | 163.48 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 122 | 0.97 | 0.39 | 0 | 0.52 | 203.9 | 0.94 | 0.25 |
| Hex | 4 | 4B | 7A | 61 | 27 | 0 | 34 | CC | 5E | 19 |
| Octal | 4 | 113 | 172 | 141 | 47 | 0 | 64 | 314 | 136 | 31 |
| Binary | 100 | 1001011 | 1111010 | 1100001 | 100111 | 0 | 110100 | 11001100 | 1011110 | 11001 |
Color Harmonies of #044B7A
Complementary color
Monochromatic Colors of #044B7A
Black with #044B7A
Text Example
Text Example
White with #044B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B7A; }
p { color: rgb(4,75,122); }
H1.HeaderClassName
{
color: #044B7A;
}
.AnyTagClassName
{
color: #044B7A;
}
</style>
background-color css
<style>
a { background-color: #044B7A; }
a { background-color: rgb(4,75,122); }
div.DivClassName
{
background-color: #044B7A;
}
.BgClassName
{
background-color: #044B7A;
}
</style>
border-color css
<style>
span { border-color: #044B7A; }
span { border-color: rgb(4,75,122); }
td.TdClassName
{
border-color: #044B7A;
}
.TagClassName
{
border-color: #044B7A;
}
</style>