Shades of Sherpa Blue #004962
Tints of Sherpa Blue #004962
RGB
CMYK
RGB Variations
Color information
#004962 (or 0x004962) is known color: Sherpa Blue. HEX triplet: 00, 49 and 62. RGB value is (0,73,98). Sum of RGB (Red+Green+Blue) = 0+73+98=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #004962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004962 is #FFB69D. Grayscale: #353535. Windows color (decimal): -16758430 or 6441216. OLE color: 6441216.
HSL color Cylindrical-coordinate representation of color #004962: hue angle of 195.31º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004962 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 73 | 98 | - |
| CMYK | 1 | 0.26 | 0 | 0.62 |
| HSL | 195.31º | 1% | 0.19% | - |
| HSV(B) | 195.31º | 1% | 0.38% | - |
| XYZ | 4.59 | 5.65 | 12.4 | - |
| YUV | 54.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 98 | 1 | 0.26 | 0 | 0.62 | 195.31 | 1 | 0.19 |
| Hex | 0 | 49 | 62 | 64 | 1A | 0 | 3E | C3 | 64 | 13 |
| Octal | 0 | 111 | 142 | 144 | 32 | 0 | 76 | 303 | 144 | 23 |
| Binary | 0 | 1001001 | 1100010 | 1100100 | 11010 | 0 | 111110 | 11000011 | 1100100 | 10011 |
Color Harmonies of #004962
Complementary color
Monochromatic Colors of #004962
Black with #004962
Text Example
Text Example
White with #004962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004962; }
p { color: rgb(0,73,98); }
H1.HeaderClassName
{
color: #004962;
}
.AnyTagClassName
{
color: #004962;
}
</style>
background-color css
<style>
a { background-color: #004962; }
a { background-color: rgb(0,73,98); }
div.DivClassName
{
background-color: #004962;
}
.BgClassName
{
background-color: #004962;
}
</style>
border-color css
<style>
span { border-color: #004962; }
span { border-color: rgb(0,73,98); }
td.TdClassName
{
border-color: #004962;
}
.TagClassName
{
border-color: #004962;
}
</style>