Shades of Sherpa Blue #004C62
Tints of Sherpa Blue #004C62
RGB
CMYK
RGB Variations
Color information
#004C62 (or 0x004C62) is known color: Sherpa Blue. HEX triplet: 00, 4C and 62. RGB value is (0,76,98). Sum of RGB (Red+Green+Blue) = 0+76+98=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #004C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C62 is #FFB39D. Grayscale: #373737. Windows color (decimal): -16757662 or 6441984. OLE color: 6441984.
HSL color Cylindrical-coordinate representation of color #004C62: hue angle of 193.47º 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 #004C62 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 76 | 98 | - |
| CMYK | 1 | 0.22 | 0 | 0.62 |
| HSL | 193.47º | 1% | 0.19% | - |
| HSV(B) | 193.47º | 1% | 0.38% | - |
| XYZ | 4.79 | 6.05 | 12.47 | - |
| YUV | 55.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 98 | 1 | 0.22 | 0 | 0.62 | 193.47 | 1 | 0.19 |
| Hex | 0 | 4C | 62 | 64 | 16 | 0 | 3E | C1 | 64 | 13 |
| Octal | 0 | 114 | 142 | 144 | 26 | 0 | 76 | 301 | 144 | 23 |
| Binary | 0 | 1001100 | 1100010 | 1100100 | 10110 | 0 | 111110 | 11000001 | 1100100 | 10011 |
Color Harmonies of #004C62
Complementary color
Monochromatic Colors of #004C62
Black with #004C62
Text Example
Text Example
White with #004C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C62; }
p { color: rgb(0,76,98); }
H1.HeaderClassName
{
color: #004C62;
}
.AnyTagClassName
{
color: #004C62;
}
</style>
background-color css
<style>
a { background-color: #004C62; }
a { background-color: rgb(0,76,98); }
div.DivClassName
{
background-color: #004C62;
}
.BgClassName
{
background-color: #004C62;
}
</style>
border-color css
<style>
span { border-color: #004C62; }
span { border-color: rgb(0,76,98); }
td.TdClassName
{
border-color: #004C62;
}
.TagClassName
{
border-color: #004C62;
}
</style>