Shades of Cobalt #04489E
Tints of Cobalt #04489E
RGB
CMYK
RGB Variations
Color information
#04489E (or 0x04489E) is known color: Cobalt. HEX triplet: 04, 48 and 9E. RGB value is (4,72,158). Sum of RGB (Red+Green+Blue) = 4+72+158=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #04489E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04489E is #FBB761. Grayscale: #3D3D3D. Windows color (decimal): -16496482 or 10373124. OLE color: 10373124.
HSL color Cylindrical-coordinate representation of color #04489E: hue angle of 213.51º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04489E is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 72 | 158 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.38 |
| HSL | 213.51º | 0.95% | 0.32% | - |
| HSV(B) | 213.51º | 0.97% | 0.62% | - |
| XYZ | 8.54 | 7.13 | 33.27 | - |
| YUV | 61.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 158 | 0.97 | 0.54 | 0 | 0.38 | 213.51 | 0.95 | 0.32 |
| Hex | 4 | 48 | 9E | 61 | 36 | 0 | 26 | D6 | 5F | 20 |
| Octal | 4 | 110 | 236 | 141 | 66 | 0 | 46 | 326 | 137 | 40 |
| Binary | 100 | 1001000 | 10011110 | 1100001 | 110110 | 0 | 100110 | 11010110 | 1011111 | 100000 |
Color Harmonies of #04489E
Complementary color
Monochromatic Colors of #04489E
Black with #04489E
Text Example
Text Example
White with #04489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04489E; }
p { color: rgb(4,72,158); }
H1.HeaderClassName
{
color: #04489E;
}
.AnyTagClassName
{
color: #04489E;
}
</style>
background-color css
<style>
a { background-color: #04489E; }
a { background-color: rgb(4,72,158); }
div.DivClassName
{
background-color: #04489E;
}
.BgClassName
{
background-color: #04489E;
}
</style>
border-color css
<style>
span { border-color: #04489E; }
span { border-color: rgb(4,72,158); }
td.TdClassName
{
border-color: #04489E;
}
.TagClassName
{
border-color: #04489E;
}
</style>