Shades of Cobalt #044FB7
Tints of Cobalt #044FB7
RGB
CMYK
RGB Variations
Color information
#044FB7 (or 0x044FB7) is known color: Cobalt. HEX triplet: 04, 4F and B7. RGB value is (4,79,183). Sum of RGB (Red+Green+Blue) = 4+79+183=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 183 (71.88% from 255 or 68.80% from 266); Max value from RGB is 183 - color contains mainly: blue. Hex color #044FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FB7 is #FBB048. Grayscale: #434343. Windows color (decimal): -16494665 or 12013316. OLE color: 12013316.
HSL color Cylindrical-coordinate representation of color #044FB7: hue angle of 214.86º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FB7 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 79 | 183 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.28 |
| HSL | 214.86º | 0.96% | 0.37% | - |
| HSV(B) | 214.86º | 0.98% | 0.72% | - |
| XYZ | 11.39 | 9.04 | 45.94 | - |
| YUV | 68.43 | 192.65 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 183 | 0.98 | 0.57 | 0 | 0.28 | 214.86 | 0.96 | 0.37 |
| Hex | 4 | 4F | B7 | 62 | 39 | 0 | 1C | D7 | 60 | 25 |
| Octal | 4 | 117 | 267 | 142 | 71 | 0 | 34 | 327 | 140 | 45 |
| Binary | 100 | 1001111 | 10110111 | 1100010 | 111001 | 0 | 11100 | 11010111 | 1100000 | 100101 |
Color Harmonies of #044FB7
Complementary color
Monochromatic Colors of #044FB7
Black with #044FB7
Text Example
Text Example
White with #044FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FB7; }
p { color: rgb(4,79,183); }
H1.HeaderClassName
{
color: #044FB7;
}
.AnyTagClassName
{
color: #044FB7;
}
</style>
background-color css
<style>
a { background-color: #044FB7; }
a { background-color: rgb(4,79,183); }
div.DivClassName
{
background-color: #044FB7;
}
.BgClassName
{
background-color: #044FB7;
}
</style>
border-color css
<style>
span { border-color: #044FB7; }
span { border-color: rgb(4,79,183); }
td.TdClassName
{
border-color: #044FB7;
}
.TagClassName
{
border-color: #044FB7;
}
</style>