Shades of Sherpa Blue #004C60
Tints of Sherpa Blue #004C60
RGB
CMYK
RGB Variations
Color information
#004C60 (or 0x004C60) is known color: Sherpa Blue. HEX triplet: 00, 4C and 60. RGB value is (0,76,96). Sum of RGB (Red+Green+Blue) = 0+76+96=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #004C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C60 is #FFB39F. Grayscale: #373737. Windows color (decimal): -16757664 or 6310912. OLE color: 6310912.
HSL color Cylindrical-coordinate representation of color #004C60: hue angle of 192.5º 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 #004C60 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 76 | 96 | - |
| CMYK | 1 | 0.21 | 0 | 0.62 |
| HSL | 192.5º | 1% | 0.19% | - |
| HSV(B) | 192.5º | 1% | 0.38% | - |
| XYZ | 4.7 | 6.01 | 11.98 | - |
| YUV | 55.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 96 | 1 | 0.21 | 0 | 0.62 | 192.5 | 1 | 0.19 |
| Hex | 0 | 4C | 60 | 64 | 15 | 0 | 3E | C0 | 64 | 13 |
| Octal | 0 | 114 | 140 | 144 | 25 | 0 | 76 | 300 | 144 | 23 |
| Binary | 0 | 1001100 | 1100000 | 1100100 | 10101 | 0 | 111110 | 11000000 | 1100100 | 10011 |
Color Harmonies of #004C60
Complementary color
Monochromatic Colors of #004C60
Black with #004C60
Text Example
Text Example
White with #004C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C60; }
p { color: rgb(0,76,96); }
H1.HeaderClassName
{
color: #004C60;
}
.AnyTagClassName
{
color: #004C60;
}
</style>
background-color css
<style>
a { background-color: #004C60; }
a { background-color: rgb(0,76,96); }
div.DivClassName
{
background-color: #004C60;
}
.BgClassName
{
background-color: #004C60;
}
</style>
border-color css
<style>
span { border-color: #004C60; }
span { border-color: rgb(0,76,96); }
td.TdClassName
{
border-color: #004C60;
}
.TagClassName
{
border-color: #004C60;
}
</style>