Shades of Dark Cerulean #044F7A
Tints of Dark Cerulean #044F7A
RGB
CMYK
RGB Variations
Color information
#044F7A (or 0x044F7A) is known color: Dark Cerulean. HEX triplet: 04, 4F and 7A. RGB value is (4,79,122). Sum of RGB (Red+Green+Blue) = 4+79+122=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #044F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F7A is #FBB085. Grayscale: #3D3D3D. Windows color (decimal): -16494726 or 8015620. OLE color: 8015620.
HSL color Cylindrical-coordinate representation of color #044F7A: hue angle of 201.86º 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 #044F7A is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 79 | 122 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.52 |
| HSL | 201.86º | 0.94% | 0.25% | - |
| HSV(B) | 201.86º | 0.97% | 0.48% | - |
| XYZ | 6.36 | 7.02 | 19.43 | - |
| YUV | 61.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 122 | 0.97 | 0.35 | 0 | 0.52 | 201.86 | 0.94 | 0.25 |
| Hex | 4 | 4F | 7A | 61 | 23 | 0 | 34 | CA | 5E | 19 |
| Octal | 4 | 117 | 172 | 141 | 43 | 0 | 64 | 312 | 136 | 31 |
| Binary | 100 | 1001111 | 1111010 | 1100001 | 100011 | 0 | 110100 | 11001010 | 1011110 | 11001 |
Color Harmonies of #044F7A
Complementary color
Monochromatic Colors of #044F7A
Black with #044F7A
Text Example
Text Example
White with #044F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F7A; }
p { color: rgb(4,79,122); }
H1.HeaderClassName
{
color: #044F7A;
}
.AnyTagClassName
{
color: #044F7A;
}
</style>
background-color css
<style>
a { background-color: #044F7A; }
a { background-color: rgb(4,79,122); }
div.DivClassName
{
background-color: #044F7A;
}
.BgClassName
{
background-color: #044F7A;
}
</style>
border-color css
<style>
span { border-color: #044F7A; }
span { border-color: rgb(4,79,122); }
td.TdClassName
{
border-color: #044F7A;
}
.TagClassName
{
border-color: #044F7A;
}
</style>