Shades of Sherpa Blue #004860
Tints of Sherpa Blue #004860
RGB
CMYK
RGB Variations
Color information
#004860 (or 0x004860) is known color: Sherpa Blue. HEX triplet: 00, 48 and 60. RGB value is (0,72,96). Sum of RGB (Red+Green+Blue) = 0+72+96=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #004860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004860 is #FFB79F. Grayscale: #353535. Windows color (decimal): -16758688 or 6309888. OLE color: 6309888.
HSL color Cylindrical-coordinate representation of color #004860: hue angle of 195º 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 #004860 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 72 | 96 | - |
| CMYK | 1 | 0.25 | 0 | 0.62 |
| HSL | 195º | 1% | 0.19% | - |
| HSV(B) | 195º | 1% | 0.38% | - |
| XYZ | 4.43 | 5.48 | 11.89 | - |
| YUV | 53.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 96 | 1 | 0.25 | 0 | 0.62 | 195 | 1 | 0.19 |
| Hex | 0 | 48 | 60 | 64 | 19 | 0 | 3E | C3 | 64 | 13 |
| Octal | 0 | 110 | 140 | 144 | 31 | 0 | 76 | 303 | 144 | 23 |
| Binary | 0 | 1001000 | 1100000 | 1100100 | 11001 | 0 | 111110 | 11000011 | 1100100 | 10011 |
Color Harmonies of #004860
Complementary color
Monochromatic Colors of #004860
Black with #004860
Text Example
Text Example
White with #004860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004860; }
p { color: rgb(0,72,96); }
H1.HeaderClassName
{
color: #004860;
}
.AnyTagClassName
{
color: #004860;
}
</style>
background-color css
<style>
a { background-color: #004860; }
a { background-color: rgb(0,72,96); }
div.DivClassName
{
background-color: #004860;
}
.BgClassName
{
background-color: #004860;
}
</style>
border-color css
<style>
span { border-color: #004860; }
span { border-color: rgb(0,72,96); }
td.TdClassName
{
border-color: #004860;
}
.TagClassName
{
border-color: #004860;
}
</style>