Shades of Cobalt #044699
Tints of Cobalt #044699
RGB
CMYK
RGB Variations
Color information
#044699 (or 0x044699) is known color: Cobalt. HEX triplet: 04, 46 and 99. RGB value is (4,70,153). Sum of RGB (Red+Green+Blue) = 4+70+153=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #044699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044699 is #FBB966. Grayscale: #3B3B3B. Windows color (decimal): -16496999 or 10044932. OLE color: 10044932.
HSL color Cylindrical-coordinate representation of color #044699: hue angle of 213.42º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044699 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 70 | 153 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.4 |
| HSL | 213.42º | 0.95% | 0.31% | - |
| HSV(B) | 213.42º | 0.97% | 0.6% | - |
| XYZ | 7.99 | 6.71 | 31.01 | - |
| YUV | 59.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 153 | 0.97 | 0.54 | 0 | 0.4 | 213.42 | 0.95 | 0.31 |
| Hex | 4 | 46 | 99 | 61 | 36 | 0 | 28 | D5 | 5F | 1F |
| Octal | 4 | 106 | 231 | 141 | 66 | 0 | 50 | 325 | 137 | 37 |
| Binary | 100 | 1000110 | 10011001 | 1100001 | 110110 | 0 | 101000 | 11010101 | 1011111 | 11111 |
Color Harmonies of #044699
Complementary color
Monochromatic Colors of #044699
Black with #044699
Text Example
Text Example
White with #044699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044699; }
p { color: rgb(4,70,153); }
H1.HeaderClassName
{
color: #044699;
}
.AnyTagClassName
{
color: #044699;
}
</style>
background-color css
<style>
a { background-color: #044699; }
a { background-color: rgb(4,70,153); }
div.DivClassName
{
background-color: #044699;
}
.BgClassName
{
background-color: #044699;
}
</style>
border-color css
<style>
span { border-color: #044699; }
span { border-color: rgb(4,70,153); }
td.TdClassName
{
border-color: #044699;
}
.TagClassName
{
border-color: #044699;
}
</style>