Shades of Dark Cerulean #044F7E
Tints of Dark Cerulean #044F7E
RGB
CMYK
RGB Variations
Color information
#044F7E (or 0x044F7E) is known color: Dark Cerulean. HEX triplet: 04, 4F and 7E. RGB value is (4,79,126). Sum of RGB (Red+Green+Blue) = 4+79+126=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #044F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F7E is #FBB081. Grayscale: #3D3D3D. Windows color (decimal): -16494722 or 8277764. OLE color: 8277764.
HSL color Cylindrical-coordinate representation of color #044F7E: hue angle of 203.11º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044F7E is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 79 | 126 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.51 |
| HSL | 203.11º | 0.94% | 0.25% | - |
| HSV(B) | 203.11º | 0.97% | 0.49% | - |
| XYZ | 6.61 | 7.12 | 20.77 | - |
| YUV | 61.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 126 | 0.97 | 0.37 | 0 | 0.51 | 203.11 | 0.94 | 0.25 |
| Hex | 4 | 4F | 7E | 61 | 25 | 0 | 33 | CB | 5E | 19 |
| Octal | 4 | 117 | 176 | 141 | 45 | 0 | 63 | 313 | 136 | 31 |
| Binary | 100 | 1001111 | 1111110 | 1100001 | 100101 | 0 | 110011 | 11001011 | 1011110 | 11001 |
Color Harmonies of #044F7E
Complementary color
Monochromatic Colors of #044F7E
Black with #044F7E
Text Example
Text Example
White with #044F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F7E; }
p { color: rgb(4,79,126); }
H1.HeaderClassName
{
color: #044F7E;
}
.AnyTagClassName
{
color: #044F7E;
}
</style>
background-color css
<style>
a { background-color: #044F7E; }
a { background-color: rgb(4,79,126); }
div.DivClassName
{
background-color: #044F7E;
}
.BgClassName
{
background-color: #044F7E;
}
</style>
border-color css
<style>
span { border-color: #044F7E; }
span { border-color: rgb(4,79,126); }
td.TdClassName
{
border-color: #044F7E;
}
.TagClassName
{
border-color: #044F7E;
}
</style>