Shades of Cobalt #044A9C
Tints of Cobalt #044A9C
RGB
CMYK
RGB Variations
Color information
#044A9C (or 0x044A9C) is known color: Cobalt. HEX triplet: 04, 4A and 9C. RGB value is (4,74,156). Sum of RGB (Red+Green+Blue) = 4+74+156=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #044A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A9C is #FBB563. Grayscale: #3E3E3E. Windows color (decimal): -16495972 or 10242564. OLE color: 10242564.
HSL color Cylindrical-coordinate representation of color #044A9C: hue angle of 212.37º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044A9C is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 74 | 156 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.39 |
| HSL | 212.37º | 0.95% | 0.31% | - |
| HSV(B) | 212.37º | 0.97% | 0.61% | - |
| XYZ | 8.5 | 7.32 | 32.42 | - |
| YUV | 62.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 156 | 0.97 | 0.53 | 0 | 0.39 | 212.37 | 0.95 | 0.31 |
| Hex | 4 | 4A | 9C | 61 | 35 | 0 | 27 | D4 | 5F | 1F |
| Octal | 4 | 112 | 234 | 141 | 65 | 0 | 47 | 324 | 137 | 37 |
| Binary | 100 | 1001010 | 10011100 | 1100001 | 110101 | 0 | 100111 | 11010100 | 1011111 | 11111 |
Color Harmonies of #044A9C
Complementary color
Monochromatic Colors of #044A9C
Black with #044A9C
Text Example
Text Example
White with #044A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A9C; }
p { color: rgb(4,74,156); }
H1.HeaderClassName
{
color: #044A9C;
}
.AnyTagClassName
{
color: #044A9C;
}
</style>
background-color css
<style>
a { background-color: #044A9C; }
a { background-color: rgb(4,74,156); }
div.DivClassName
{
background-color: #044A9C;
}
.BgClassName
{
background-color: #044A9C;
}
</style>
border-color css
<style>
span { border-color: #044A9C; }
span { border-color: rgb(4,74,156); }
td.TdClassName
{
border-color: #044A9C;
}
.TagClassName
{
border-color: #044A9C;
}
</style>