Shades of Cobalt #0446BA
Tints of Cobalt #0446BA
RGB
CMYK
RGB Variations
Color information
#0446BA (or 0x0446BA) is known color: Cobalt. HEX triplet: 04, 46 and BA. RGB value is (4,70,186). Sum of RGB (Red+Green+Blue) = 4+70+186=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #0446BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0446BA is #FBB945. Grayscale: #3E3E3E. Windows color (decimal): -16496966 or 12207620. OLE color: 12207620.
HSL color Cylindrical-coordinate representation of color #0446BA: hue angle of 218.24º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0446BA is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 70 | 186 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.27 |
| HSL | 218.24º | 0.96% | 0.37% | - |
| HSV(B) | 218.24º | 0.98% | 0.73% | - |
| XYZ | 11.1 | 7.95 | 47.4 | - |
| YUV | 63.49 | 197.13 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 186 | 0.98 | 0.62 | 0 | 0.27 | 218.24 | 0.96 | 0.37 |
| Hex | 4 | 46 | BA | 62 | 3E | 0 | 1B | DA | 60 | 25 |
| Octal | 4 | 106 | 272 | 142 | 76 | 0 | 33 | 332 | 140 | 45 |
| Binary | 100 | 1000110 | 10111010 | 1100010 | 111110 | 0 | 11011 | 11011010 | 1100000 | 100101 |
Color Harmonies of #0446BA
Complementary color
Monochromatic Colors of #0446BA
Black with #0446BA
Text Example
Text Example
White with #0446BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0446BA; }
p { color: rgb(4,70,186); }
H1.HeaderClassName
{
color: #0446BA;
}
.AnyTagClassName
{
color: #0446BA;
}
</style>
background-color css
<style>
a { background-color: #0446BA; }
a { background-color: rgb(4,70,186); }
div.DivClassName
{
background-color: #0446BA;
}
.BgClassName
{
background-color: #0446BA;
}
</style>
border-color css
<style>
span { border-color: #0446BA; }
span { border-color: rgb(4,70,186); }
td.TdClassName
{
border-color: #0446BA;
}
.TagClassName
{
border-color: #0446BA;
}
</style>