Shades of Cobalt #044FA7
Tints of Cobalt #044FA7
RGB
CMYK
RGB Variations
Color information
#044FA7 (or 0x044FA7) is known color: Cobalt. HEX triplet: 04, 4F and A7. RGB value is (4,79,167). Sum of RGB (Red+Green+Blue) = 4+79+167=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 167 (65.62% from 255 or 66.8% from 250); Max value from RGB is 167 - color contains mainly: blue. Hex color #044FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FA7 is #FBB058. Grayscale: #424242. Windows color (decimal): -16494681 or 10964740. OLE color: 10964740.
HSL color Cylindrical-coordinate representation of color #044FA7: hue angle of 212.39º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FA7 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 79 | 167 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.35 |
| HSL | 212.39º | 0.95% | 0.34% | - |
| HSV(B) | 212.39º | 0.98% | 0.65% | - |
| XYZ | 9.82 | 8.41 | 37.66 | - |
| YUV | 66.61 | 184.65 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 167 | 0.98 | 0.53 | 0 | 0.35 | 212.39 | 0.95 | 0.34 |
| Hex | 4 | 4F | A7 | 62 | 35 | 0 | 23 | D4 | 5F | 22 |
| Octal | 4 | 117 | 247 | 142 | 65 | 0 | 43 | 324 | 137 | 42 |
| Binary | 100 | 1001111 | 10100111 | 1100010 | 110101 | 0 | 100011 | 11010100 | 1011111 | 100010 |
Color Harmonies of #044FA7
Complementary color
Monochromatic Colors of #044FA7
Black with #044FA7
Text Example
Text Example
White with #044FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FA7; }
p { color: rgb(4,79,167); }
H1.HeaderClassName
{
color: #044FA7;
}
.AnyTagClassName
{
color: #044FA7;
}
</style>
background-color css
<style>
a { background-color: #044FA7; }
a { background-color: rgb(4,79,167); }
div.DivClassName
{
background-color: #044FA7;
}
.BgClassName
{
background-color: #044FA7;
}
</style>
border-color css
<style>
span { border-color: #044FA7; }
span { border-color: rgb(4,79,167); }
td.TdClassName
{
border-color: #044FA7;
}
.TagClassName
{
border-color: #044FA7;
}
</style>