Shades of Cobalt #04489C
Tints of Cobalt #04489C
RGB
CMYK
RGB Variations
Color information
#04489C (or 0x04489C) is known color: Cobalt. HEX triplet: 04, 48 and 9C. RGB value is (4,72,156). Sum of RGB (Red+Green+Blue) = 4+72+156=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #04489C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04489C is #FBB763. Grayscale: #3C3C3C. Windows color (decimal): -16496484 or 10242052. OLE color: 10242052.
HSL color Cylindrical-coordinate representation of color #04489C: hue angle of 213.16º 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 #04489C is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 72 | 156 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.39 |
| HSL | 213.16º | 0.95% | 0.31% | - |
| HSV(B) | 213.16º | 0.97% | 0.61% | - |
| XYZ | 8.37 | 7.06 | 32.37 | - |
| YUV | 61.24 | 181.47 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 156 | 0.97 | 0.54 | 0 | 0.39 | 213.16 | 0.95 | 0.31 |
| Hex | 4 | 48 | 9C | 61 | 36 | 0 | 27 | D5 | 5F | 1F |
| Octal | 4 | 110 | 234 | 141 | 66 | 0 | 47 | 325 | 137 | 37 |
| Binary | 100 | 1001000 | 10011100 | 1100001 | 110110 | 0 | 100111 | 11010101 | 1011111 | 11111 |
Color Harmonies of #04489C
Complementary color
Monochromatic Colors of #04489C
Black with #04489C
Text Example
Text Example
White with #04489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04489C; }
p { color: rgb(4,72,156); }
H1.HeaderClassName
{
color: #04489C;
}
.AnyTagClassName
{
color: #04489C;
}
</style>
background-color css
<style>
a { background-color: #04489C; }
a { background-color: rgb(4,72,156); }
div.DivClassName
{
background-color: #04489C;
}
.BgClassName
{
background-color: #04489C;
}
</style>
border-color css
<style>
span { border-color: #04489C; }
span { border-color: rgb(4,72,156); }
td.TdClassName
{
border-color: #04489C;
}
.TagClassName
{
border-color: #04489C;
}
</style>