Shades of Cobalt #044CC6
Tints of Cobalt #044CC6
RGB
CMYK
RGB Variations
Color information
#044CC6 (or 0x044CC6) is known color: Cobalt. HEX triplet: 04, 4C and C6. RGB value is (4,76,198). Sum of RGB (Red+Green+Blue) = 4+76+198=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 198 (77.73% from 255 or 71.22% from 278); Max value from RGB is 198 - color contains mainly: blue. Hex color #044CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CC6 is #FBB339. Grayscale: #434343. Windows color (decimal): -16495418 or 12995588. OLE color: 12995588.
HSL color Cylindrical-coordinate representation of color #044CC6: hue angle of 217.73º 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 #044CC6 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 76 | 198 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.22 |
| HSL | 217.73º | 0.96% | 0.4% | - |
| HSV(B) | 217.73º | 0.98% | 0.78% | - |
| XYZ | 12.83 | 9.27 | 54.54 | - |
| YUV | 68.38 | 201.15 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 198 | 0.98 | 0.62 | 0 | 0.22 | 217.73 | 0.96 | 0.4 |
| Hex | 4 | 4C | C6 | 62 | 3E | 0 | 16 | DA | 60 | 28 |
| Octal | 4 | 114 | 306 | 142 | 76 | 0 | 26 | 332 | 140 | 50 |
| Binary | 100 | 1001100 | 11000110 | 1100010 | 111110 | 0 | 10110 | 11011010 | 1100000 | 101000 |
Color Harmonies of #044CC6
Complementary color
Monochromatic Colors of #044CC6
Black with #044CC6
Text Example
Text Example
White with #044CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CC6; }
p { color: rgb(4,76,198); }
H1.HeaderClassName
{
color: #044CC6;
}
.AnyTagClassName
{
color: #044CC6;
}
</style>
background-color css
<style>
a { background-color: #044CC6; }
a { background-color: rgb(4,76,198); }
div.DivClassName
{
background-color: #044CC6;
}
.BgClassName
{
background-color: #044CC6;
}
</style>
border-color css
<style>
span { border-color: #044CC6; }
span { border-color: rgb(4,76,198); }
td.TdClassName
{
border-color: #044CC6;
}
.TagClassName
{
border-color: #044CC6;
}
</style>