Shades of Dark Cerulean #044975
Tints of Dark Cerulean #044975
RGB
CMYK
RGB Variations
Color information
#044975 (or 0x044975) is known color: Dark Cerulean. HEX triplet: 04, 49 and 75. RGB value is (4,73,117). Sum of RGB (Red+Green+Blue) = 4+73+117=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #044975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044975 is #FBB68A. Grayscale: #393939. Windows color (decimal): -16496267 or 7686404. OLE color: 7686404.
HSL color Cylindrical-coordinate representation of color #044975: hue angle of 203.36º 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 #044975 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 73 | 117 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.54 |
| HSL | 203.36º | 0.93% | 0.24% | - |
| HSV(B) | 203.36º | 0.97% | 0.46% | - |
| XYZ | 5.64 | 6.08 | 17.7 | - |
| YUV | 57.39 | 161.64 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 117 | 0.97 | 0.38 | 0 | 0.54 | 203.36 | 0.93 | 0.24 |
| Hex | 4 | 49 | 75 | 61 | 26 | 0 | 36 | CB | 5D | 18 |
| Octal | 4 | 111 | 165 | 141 | 46 | 0 | 66 | 313 | 135 | 30 |
| Binary | 100 | 1001001 | 1110101 | 1100001 | 100110 | 0 | 110110 | 11001011 | 1011101 | 11000 |
Color Harmonies of #044975
Complementary color
Monochromatic Colors of #044975
Black with #044975
Text Example
Text Example
White with #044975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044975; }
p { color: rgb(4,73,117); }
H1.HeaderClassName
{
color: #044975;
}
.AnyTagClassName
{
color: #044975;
}
</style>
background-color css
<style>
a { background-color: #044975; }
a { background-color: rgb(4,73,117); }
div.DivClassName
{
background-color: #044975;
}
.BgClassName
{
background-color: #044975;
}
</style>
border-color css
<style>
span { border-color: #044975; }
span { border-color: rgb(4,73,117); }
td.TdClassName
{
border-color: #044975;
}
.TagClassName
{
border-color: #044975;
}
</style>