Shades of Cobalt #044BC6
Tints of Cobalt #044BC6
RGB
CMYK
RGB Variations
Color information
#044BC6 (or 0x044BC6) is known color: Cobalt. HEX triplet: 04, 4B and C6. RGB value is (4,75,198). Sum of RGB (Red+Green+Blue) = 4+75+198=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #044BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BC6 is #FBB439. Grayscale: #434343. Windows color (decimal): -16495674 or 12995332. OLE color: 12995332.
HSL color Cylindrical-coordinate representation of color #044BC6: hue angle of 218.04º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BC6 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 75 | 198 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.22 |
| HSL | 218.04º | 0.96% | 0.4% | - |
| HSV(B) | 218.04º | 0.98% | 0.78% | - |
| XYZ | 12.76 | 9.14 | 54.52 | - |
| YUV | 67.79 | 201.48 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 198 | 0.98 | 0.62 | 0 | 0.22 | 218.04 | 0.96 | 0.4 |
| Hex | 4 | 4B | C6 | 62 | 3E | 0 | 16 | DA | 60 | 28 |
| Octal | 4 | 113 | 306 | 142 | 76 | 0 | 26 | 332 | 140 | 50 |
| Binary | 100 | 1001011 | 11000110 | 1100010 | 111110 | 0 | 10110 | 11011010 | 1100000 | 101000 |
Color Harmonies of #044BC6
Complementary color
Monochromatic Colors of #044BC6
Black with #044BC6
Text Example
Text Example
White with #044BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BC6; }
p { color: rgb(4,75,198); }
H1.HeaderClassName
{
color: #044BC6;
}
.AnyTagClassName
{
color: #044BC6;
}
</style>
background-color css
<style>
a { background-color: #044BC6; }
a { background-color: rgb(4,75,198); }
div.DivClassName
{
background-color: #044BC6;
}
.BgClassName
{
background-color: #044BC6;
}
</style>
border-color css
<style>
span { border-color: #044BC6; }
span { border-color: rgb(4,75,198); }
td.TdClassName
{
border-color: #044BC6;
}
.TagClassName
{
border-color: #044BC6;
}
</style>