Shades of Cobalt #04489A
Tints of Cobalt #04489A
RGB
CMYK
RGB Variations
Color information
#04489A (or 0x04489A) is known color: Cobalt. HEX triplet: 04, 48 and 9A. RGB value is (4,72,154). Sum of RGB (Red+Green+Blue) = 4+72+154=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #04489A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04489A is #FBB765. Grayscale: #3C3C3C. Windows color (decimal): -16496486 or 10110980. OLE color: 10110980.
HSL color Cylindrical-coordinate representation of color #04489A: hue angle of 212.8º 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 #04489A is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 72 | 154 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.40 |
| HSL | 212.8º | 0.95% | 0.31% | - |
| HSV(B) | 212.8º | 0.97% | 0.6% | - |
| XYZ | 8.2 | 6.99 | 31.49 | - |
| YUV | 61.02 | 180.47 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 154 | 0.97 | 0.53 | 0 | 0.40 | 212.8 | 0.95 | 0.31 |
| Hex | 4 | 48 | 9A | 61 | 35 | 0 | 28 | D5 | 5F | 1F |
| Octal | 4 | 110 | 232 | 141 | 65 | 0 | 50 | 325 | 137 | 37 |
| Binary | 100 | 1001000 | 10011010 | 1100001 | 110101 | 0 | 101000 | 11010101 | 1011111 | 11111 |
Color Harmonies of #04489A
Complementary color
Monochromatic Colors of #04489A
Black with #04489A
Text Example
Text Example
White with #04489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04489A; }
p { color: rgb(4,72,154); }
H1.HeaderClassName
{
color: #04489A;
}
.AnyTagClassName
{
color: #04489A;
}
</style>
background-color css
<style>
a { background-color: #04489A; }
a { background-color: rgb(4,72,154); }
div.DivClassName
{
background-color: #04489A;
}
.BgClassName
{
background-color: #04489A;
}
</style>
border-color css
<style>
span { border-color: #04489A; }
span { border-color: rgb(4,72,154); }
td.TdClassName
{
border-color: #04489A;
}
.TagClassName
{
border-color: #04489A;
}
</style>