Shades of Cobalt #044FB4
Tints of Cobalt #044FB4
RGB
CMYK
RGB Variations
Color information
#044FB4 (or 0x044FB4) is known color: Cobalt. HEX triplet: 04, 4F and B4. RGB value is (4,79,180). Sum of RGB (Red+Green+Blue) = 4+79+180=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 180 (70.70% from 255 or 68.44% from 263); Max value from RGB is 180 - color contains mainly: blue. Hex color #044FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FB4 is #FBB04B. Grayscale: #434343. Windows color (decimal): -16494668 or 11816708. OLE color: 11816708.
HSL color Cylindrical-coordinate representation of color #044FB4: hue angle of 214.43º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FB4 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 79 | 180 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.29 |
| HSL | 214.43º | 0.96% | 0.36% | - |
| HSV(B) | 214.43º | 0.98% | 0.71% | - |
| XYZ | 11.08 | 8.91 | 44.32 | - |
| YUV | 68.09 | 191.15 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 180 | 0.98 | 0.56 | 0 | 0.29 | 214.43 | 0.96 | 0.36 |
| Hex | 4 | 4F | B4 | 62 | 38 | 0 | 1D | D6 | 60 | 24 |
| Octal | 4 | 117 | 264 | 142 | 70 | 0 | 35 | 326 | 140 | 44 |
| Binary | 100 | 1001111 | 10110100 | 1100010 | 111000 | 0 | 11101 | 11010110 | 1100000 | 100100 |
Color Harmonies of #044FB4
Complementary color
Monochromatic Colors of #044FB4
Black with #044FB4
Text Example
Text Example
White with #044FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FB4; }
p { color: rgb(4,79,180); }
H1.HeaderClassName
{
color: #044FB4;
}
.AnyTagClassName
{
color: #044FB4;
}
</style>
background-color css
<style>
a { background-color: #044FB4; }
a { background-color: rgb(4,79,180); }
div.DivClassName
{
background-color: #044FB4;
}
.BgClassName
{
background-color: #044FB4;
}
</style>
border-color css
<style>
span { border-color: #044FB4; }
span { border-color: rgb(4,79,180); }
td.TdClassName
{
border-color: #044FB4;
}
.TagClassName
{
border-color: #044FB4;
}
</style>