Shades of Cobalt #04469C
Tints of Cobalt #04469C
RGB
CMYK
RGB Variations
Color information
#04469C (or 0x04469C) is known color: Cobalt. HEX triplet: 04, 46 and 9C. RGB value is (4,70,156). Sum of RGB (Red+Green+Blue) = 4+70+156=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #04469C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04469C is #FBB963. Grayscale: #3B3B3B. Windows color (decimal): -16496996 or 10241540. OLE color: 10241540.
HSL color Cylindrical-coordinate representation of color #04469C: hue angle of 213.95º 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 #04469C is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 70 | 156 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.39 |
| HSL | 213.95º | 0.95% | 0.31% | - |
| HSV(B) | 213.95º | 0.97% | 0.61% | - |
| XYZ | 8.24 | 6.81 | 32.33 | - |
| YUV | 60.07 | 182.13 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 156 | 0.97 | 0.55 | 0 | 0.39 | 213.95 | 0.95 | 0.31 |
| Hex | 4 | 46 | 9C | 61 | 37 | 0 | 27 | D6 | 5F | 1F |
| Octal | 4 | 106 | 234 | 141 | 67 | 0 | 47 | 326 | 137 | 37 |
| Binary | 100 | 1000110 | 10011100 | 1100001 | 110111 | 0 | 100111 | 11010110 | 1011111 | 11111 |
Color Harmonies of #04469C
Complementary color
Monochromatic Colors of #04469C
Black with #04469C
Text Example
Text Example
White with #04469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04469C; }
p { color: rgb(4,70,156); }
H1.HeaderClassName
{
color: #04469C;
}
.AnyTagClassName
{
color: #04469C;
}
</style>
background-color css
<style>
a { background-color: #04469C; }
a { background-color: rgb(4,70,156); }
div.DivClassName
{
background-color: #04469C;
}
.BgClassName
{
background-color: #04469C;
}
</style>
border-color css
<style>
span { border-color: #04469C; }
span { border-color: rgb(4,70,156); }
td.TdClassName
{
border-color: #04469C;
}
.TagClassName
{
border-color: #04469C;
}
</style>