Shades of Cobalt #044AC6
Tints of Cobalt #044AC6
RGB
CMYK
RGB Variations
Color information
#044AC6 (or 0x044AC6) is known color: Cobalt. HEX triplet: 04, 4A and C6. RGB value is (4,74,198). Sum of RGB (Red+Green+Blue) = 4+74+198=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #044AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044AC6 is #FBB539. Grayscale: #424242. Windows color (decimal): -16495930 or 12995076. OLE color: 12995076.
HSL color Cylindrical-coordinate representation of color #044AC6: hue angle of 218.35º 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 #044AC6 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 74 | 198 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.22 |
| HSL | 218.35º | 0.96% | 0.4% | - |
| HSV(B) | 218.35º | 0.98% | 0.78% | - |
| XYZ | 12.69 | 9 | 54.49 | - |
| YUV | 67.21 | 201.81 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 198 | 0.98 | 0.63 | 0 | 0.22 | 218.35 | 0.96 | 0.4 |
| Hex | 4 | 4A | C6 | 62 | 3F | 0 | 16 | DA | 60 | 28 |
| Octal | 4 | 112 | 306 | 142 | 77 | 0 | 26 | 332 | 140 | 50 |
| Binary | 100 | 1001010 | 11000110 | 1100010 | 111111 | 0 | 10110 | 11011010 | 1100000 | 101000 |
Color Harmonies of #044AC6
Complementary color
Monochromatic Colors of #044AC6
Black with #044AC6
Text Example
Text Example
White with #044AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044AC6; }
p { color: rgb(4,74,198); }
H1.HeaderClassName
{
color: #044AC6;
}
.AnyTagClassName
{
color: #044AC6;
}
</style>
background-color css
<style>
a { background-color: #044AC6; }
a { background-color: rgb(4,74,198); }
div.DivClassName
{
background-color: #044AC6;
}
.BgClassName
{
background-color: #044AC6;
}
</style>
border-color css
<style>
span { border-color: #044AC6; }
span { border-color: rgb(4,74,198); }
td.TdClassName
{
border-color: #044AC6;
}
.TagClassName
{
border-color: #044AC6;
}
</style>