Shades of Cobalt #004A98
Tints of Cobalt #004A98
RGB
CMYK
RGB Variations
Color information
#004A98 (or 0x004A98) is known color: Cobalt. HEX triplet: 00, 4A and 98. RGB value is (0,74,152). Sum of RGB (Red+Green+Blue) = 0+74+152=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #004A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004A98 is #FFB567. Grayscale: #3C3C3C. Windows color (decimal): -16758120 or 9980416. OLE color: 9980416.
HSL color Cylindrical-coordinate representation of color #004A98: hue angle of 210.79º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A98 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 74 | 152 | - |
| CMYK | 1 | 0.51 | 0 | 0.40 |
| HSL | 210.79º | 1% | 0.3% | - |
| HSV(B) | 210.79º | 1% | 0.6% | - |
| XYZ | 8.12 | 7.16 | 30.66 | - |
| YUV | 60.77 | 179.48 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 152 | 1 | 0.51 | 0 | 0.40 | 210.79 | 1 | 0.3 |
| Hex | 0 | 4A | 98 | 64 | 33 | 0 | 28 | D3 | 64 | 1E |
| Octal | 0 | 112 | 230 | 144 | 63 | 0 | 50 | 323 | 144 | 36 |
| Binary | 0 | 1001010 | 10011000 | 1100100 | 110011 | 0 | 101000 | 11010011 | 1100100 | 11110 |
Color Harmonies of #004A98
Complementary color
Monochromatic Colors of #004A98
Black with #004A98
Text Example
Text Example
White with #004A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A98; }
p { color: rgb(0,74,152); }
H1.HeaderClassName
{
color: #004A98;
}
.AnyTagClassName
{
color: #004A98;
}
</style>
background-color css
<style>
a { background-color: #004A98; }
a { background-color: rgb(0,74,152); }
div.DivClassName
{
background-color: #004A98;
}
.BgClassName
{
background-color: #004A98;
}
</style>
border-color css
<style>
span { border-color: #004A98; }
span { border-color: rgb(0,74,152); }
td.TdClassName
{
border-color: #004A98;
}
.TagClassName
{
border-color: #004A98;
}
</style>