Shades of Sherpa Blue #004C5F
Tints of Sherpa Blue #004C5F
RGB
CMYK
RGB Variations
Color information
#004C5F (or 0x004C5F) is known color: Sherpa Blue. HEX triplet: 00, 4C and 5F. RGB value is (0,76,95). Sum of RGB (Red+Green+Blue) = 0+76+95=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #004C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C5F is #FFB3A0. Grayscale: #373737. Windows color (decimal): -16757665 or 6245376. OLE color: 6245376.
HSL color Cylindrical-coordinate representation of color #004C5F: hue angle of 192º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C5F is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 76 | 95 | - |
| CMYK | 1 | 0.20 | 0 | 0.63 |
| HSL | 192º | 1% | 0.19% | - |
| HSV(B) | 192º | 1% | 0.37% | - |
| XYZ | 4.65 | 6 | 11.74 | - |
| YUV | 55.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 95 | 1 | 0.20 | 0 | 0.63 | 192 | 1 | 0.19 |
| Hex | 0 | 4C | 5F | 64 | 14 | 0 | 3F | C0 | 64 | 13 |
| Octal | 0 | 114 | 137 | 144 | 24 | 0 | 77 | 300 | 144 | 23 |
| Binary | 0 | 1001100 | 1011111 | 1100100 | 10100 | 0 | 111111 | 11000000 | 1100100 | 10011 |
Color Harmonies of #004C5F
Complementary color
Monochromatic Colors of #004C5F
Black with #004C5F
Text Example
Text Example
White with #004C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C5F; }
p { color: rgb(0,76,95); }
H1.HeaderClassName
{
color: #004C5F;
}
.AnyTagClassName
{
color: #004C5F;
}
</style>
background-color css
<style>
a { background-color: #004C5F; }
a { background-color: rgb(0,76,95); }
div.DivClassName
{
background-color: #004C5F;
}
.BgClassName
{
background-color: #004C5F;
}
</style>
border-color css
<style>
span { border-color: #004C5F; }
span { border-color: rgb(0,76,95); }
td.TdClassName
{
border-color: #004C5F;
}
.TagClassName
{
border-color: #004C5F;
}
</style>