Shades of Cobalt #044DB6
Tints of Cobalt #044DB6
RGB
CMYK
RGB Variations
Color information
#044DB6 (or 0x044DB6) is known color: Cobalt. HEX triplet: 04, 4D and B6. RGB value is (4,77,182). Sum of RGB (Red+Green+Blue) = 4+77+182=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 182 (71.48% from 255 or 69.20% from 263); Max value from RGB is 182 - color contains mainly: blue. Hex color #044DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DB6 is #FBB249. Grayscale: #424242. Windows color (decimal): -16495178 or 11947268. OLE color: 11947268.
HSL color Cylindrical-coordinate representation of color #044DB6: hue angle of 215.39º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DB6 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 77 | 182 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.29 |
| HSL | 215.39º | 0.96% | 0.36% | - |
| HSV(B) | 215.39º | 0.98% | 0.71% | - |
| XYZ | 11.15 | 8.71 | 45.35 | - |
| YUV | 67.14 | 192.82 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 182 | 0.98 | 0.58 | 0 | 0.29 | 215.39 | 0.96 | 0.36 |
| Hex | 4 | 4D | B6 | 62 | 3A | 0 | 1D | D7 | 60 | 24 |
| Octal | 4 | 115 | 266 | 142 | 72 | 0 | 35 | 327 | 140 | 44 |
| Binary | 100 | 1001101 | 10110110 | 1100010 | 111010 | 0 | 11101 | 11010111 | 1100000 | 100100 |
Color Harmonies of #044DB6
Complementary color
Monochromatic Colors of #044DB6
Black with #044DB6
Text Example
Text Example
White with #044DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DB6; }
p { color: rgb(4,77,182); }
H1.HeaderClassName
{
color: #044DB6;
}
.AnyTagClassName
{
color: #044DB6;
}
</style>
background-color css
<style>
a { background-color: #044DB6; }
a { background-color: rgb(4,77,182); }
div.DivClassName
{
background-color: #044DB6;
}
.BgClassName
{
background-color: #044DB6;
}
</style>
border-color css
<style>
span { border-color: #044DB6; }
span { border-color: rgb(4,77,182); }
td.TdClassName
{
border-color: #044DB6;
}
.TagClassName
{
border-color: #044DB6;
}
</style>