Shades of Dark Cerulean #044F73
Tints of Dark Cerulean #044F73
RGB
CMYK
RGB Variations
Color information
#044F73 (or 0x044F73) is known color: Dark Cerulean. HEX triplet: 04, 4F and 73. RGB value is (4,79,115). Sum of RGB (Red+Green+Blue) = 4+79+115=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #044F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F73 is #FBB08C. Grayscale: #3C3C3C. Windows color (decimal): -16494733 or 7556868. OLE color: 7556868.
HSL color Cylindrical-coordinate representation of color #044F73: hue angle of 199.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044F73 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 79 | 115 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.55 |
| HSL | 199.46º | 0.93% | 0.23% | - |
| HSV(B) | 199.46º | 0.97% | 0.45% | - |
| XYZ | 5.94 | 6.86 | 17.23 | - |
| YUV | 60.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 115 | 0.97 | 0.31 | 0 | 0.55 | 199.46 | 0.93 | 0.23 |
| Hex | 4 | 4F | 73 | 61 | 1F | 0 | 37 | C7 | 5D | 17 |
| Octal | 4 | 117 | 163 | 141 | 37 | 0 | 67 | 307 | 135 | 27 |
| Binary | 100 | 1001111 | 1110011 | 1100001 | 11111 | 0 | 110111 | 11000111 | 1011101 | 10111 |
Color Harmonies of #044F73
Complementary color
Monochromatic Colors of #044F73
Black with #044F73
Text Example
Text Example
White with #044F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F73; }
p { color: rgb(4,79,115); }
H1.HeaderClassName
{
color: #044F73;
}
.AnyTagClassName
{
color: #044F73;
}
</style>
background-color css
<style>
a { background-color: #044F73; }
a { background-color: rgb(4,79,115); }
div.DivClassName
{
background-color: #044F73;
}
.BgClassName
{
background-color: #044F73;
}
</style>
border-color css
<style>
span { border-color: #044F73; }
span { border-color: rgb(4,79,115); }
td.TdClassName
{
border-color: #044F73;
}
.TagClassName
{
border-color: #044F73;
}
</style>