Shades of Dark Cerulean #044D6C
Tints of Dark Cerulean #044D6C
RGB
CMYK
RGB Variations
Color information
#044D6C (or 0x044D6C) is known color: Dark Cerulean. HEX triplet: 04, 4D and 6C. RGB value is (4,77,108). Sum of RGB (Red+Green+Blue) = 4+77+108=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #044D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D6C is #FBB293. Grayscale: #3A3A3A. Windows color (decimal): -16495252 or 7097604. OLE color: 7097604.
HSL color Cylindrical-coordinate representation of color #044D6C: hue angle of 197.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044D6C is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 77 | 108 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.58 |
| HSL | 197.88º | 0.93% | 0.22% | - |
| HSV(B) | 197.88º | 0.96% | 0.42% | - |
| XYZ | 5.41 | 6.42 | 15.14 | - |
| YUV | 58.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 108 | 0.96 | 0.29 | 0 | 0.58 | 197.88 | 0.93 | 0.22 |
| Hex | 4 | 4D | 6C | 60 | 1D | 0 | 3A | C6 | 5D | 16 |
| Octal | 4 | 115 | 154 | 140 | 35 | 0 | 72 | 306 | 135 | 26 |
| Binary | 100 | 1001101 | 1101100 | 1100000 | 11101 | 0 | 111010 | 11000110 | 1011101 | 10110 |
Color Harmonies of #044D6C
Complementary color
Monochromatic Colors of #044D6C
Black with #044D6C
Text Example
Text Example
White with #044D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D6C; }
p { color: rgb(4,77,108); }
H1.HeaderClassName
{
color: #044D6C;
}
.AnyTagClassName
{
color: #044D6C;
}
</style>
background-color css
<style>
a { background-color: #044D6C; }
a { background-color: rgb(4,77,108); }
div.DivClassName
{
background-color: #044D6C;
}
.BgClassName
{
background-color: #044D6C;
}
</style>
border-color css
<style>
span { border-color: #044D6C; }
span { border-color: rgb(4,77,108); }
td.TdClassName
{
border-color: #044D6C;
}
.TagClassName
{
border-color: #044D6C;
}
</style>