Shades of Cobalt #044BA4
Tints of Cobalt #044BA4
RGB
CMYK
RGB Variations
Color information
#044BA4 (or 0x044BA4) is known color: Cobalt. HEX triplet: 04, 4B and A4. RGB value is (4,75,164). Sum of RGB (Red+Green+Blue) = 4+75+164=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #044BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044BA4 is #FBB45B. Grayscale: #3F3F3F. Windows color (decimal): -16495708 or 10767108. OLE color: 10767108.
HSL color Cylindrical-coordinate representation of color #044BA4: hue angle of 213.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BA4 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 75 | 164 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.36 |
| HSL | 213.38º | 0.95% | 0.33% | - |
| HSV(B) | 213.38º | 0.98% | 0.64% | - |
| XYZ | 9.27 | 7.74 | 36.13 | - |
| YUV | 63.92 | 184.48 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 164 | 0.98 | 0.54 | 0 | 0.36 | 213.38 | 0.95 | 0.33 |
| Hex | 4 | 4B | A4 | 62 | 36 | 0 | 24 | D5 | 5F | 21 |
| Octal | 4 | 113 | 244 | 142 | 66 | 0 | 44 | 325 | 137 | 41 |
| Binary | 100 | 1001011 | 10100100 | 1100010 | 110110 | 0 | 100100 | 11010101 | 1011111 | 100001 |
Color Harmonies of #044BA4
Complementary color
Monochromatic Colors of #044BA4
Black with #044BA4
Text Example
Text Example
White with #044BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BA4; }
p { color: rgb(4,75,164); }
H1.HeaderClassName
{
color: #044BA4;
}
.AnyTagClassName
{
color: #044BA4;
}
</style>
background-color css
<style>
a { background-color: #044BA4; }
a { background-color: rgb(4,75,164); }
div.DivClassName
{
background-color: #044BA4;
}
.BgClassName
{
background-color: #044BA4;
}
</style>
border-color css
<style>
span { border-color: #044BA4; }
span { border-color: rgb(4,75,164); }
td.TdClassName
{
border-color: #044BA4;
}
.TagClassName
{
border-color: #044BA4;
}
</style>