Shades of Cobalt #004AA3
Tints of Cobalt #004AA3
RGB
CMYK
RGB Variations
Color information
#004AA3 (or 0x004AA3) is known color: Cobalt. HEX triplet: 00, 4A and A3. RGB value is (0,74,163). Sum of RGB (Red+Green+Blue) = 0+74+163=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 163 (64.06% from 255 or 68.78% from 237); Max value from RGB is 163 - color contains mainly: blue. Hex color #004AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004AA3 is #FFB55C. Grayscale: #3D3D3D. Windows color (decimal): -16758109 or 10701312. OLE color: 10701312.
HSL color Cylindrical-coordinate representation of color #004AA3: hue angle of 212.76º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AA3 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 74 | 163 | - |
| CMYK | 1 | 0.55 | 0 | 0.36 |
| HSL | 212.76º | 1% | 0.32% | - |
| HSV(B) | 212.76º | 1% | 0.64% | - |
| XYZ | 9.06 | 7.54 | 35.63 | - |
| YUV | 62.02 | 184.98 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 163 | 1 | 0.55 | 0 | 0.36 | 212.76 | 1 | 0.32 |
| Hex | 0 | 4A | A3 | 64 | 37 | 0 | 24 | D5 | 64 | 20 |
| Octal | 0 | 112 | 243 | 144 | 67 | 0 | 44 | 325 | 144 | 40 |
| Binary | 0 | 1001010 | 10100011 | 1100100 | 110111 | 0 | 100100 | 11010101 | 1100100 | 100000 |
Color Harmonies of #004AA3
Complementary color
Monochromatic Colors of #004AA3
Black with #004AA3
Text Example
Text Example
White with #004AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AA3; }
p { color: rgb(0,74,163); }
H1.HeaderClassName
{
color: #004AA3;
}
.AnyTagClassName
{
color: #004AA3;
}
</style>
background-color css
<style>
a { background-color: #004AA3; }
a { background-color: rgb(0,74,163); }
div.DivClassName
{
background-color: #004AA3;
}
.BgClassName
{
background-color: #004AA3;
}
</style>
border-color css
<style>
span { border-color: #004AA3; }
span { border-color: rgb(0,74,163); }
td.TdClassName
{
border-color: #004AA3;
}
.TagClassName
{
border-color: #004AA3;
}
</style>