Shades of Sherpa Blue #004E50
Tints of Sherpa Blue #004E50
RGB
CMYK
RGB Variations
Color information
#004E50 (or 0x004E50) is known color: Sherpa Blue. HEX triplet: 00, 4E and 50. RGB value is (0,78,80). Sum of RGB (Red+Green+Blue) = 0+78+80=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #004E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E50 is #FFB1AF. Grayscale: #363636. Windows color (decimal): -16757168 or 5262848. OLE color: 5262848.
HSL color Cylindrical-coordinate representation of color #004E50: hue angle of 181.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E50 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 78 | 80 | - |
| CMYK | 1 | 0.02 | 0 | 0.69 |
| HSL | 181.5º | 1% | 0.16% | - |
| HSV(B) | 181.5º | 1% | 0.31% | - |
| XYZ | 4.17 | 6.03 | 8.53 | - |
| YUV | 54.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 80 | 1 | 0.02 | 0 | 0.69 | 181.5 | 1 | 0.16 |
| Hex | 0 | 4E | 50 | 64 | 2 | 0 | 45 | B6 | 64 | 10 |
| Octal | 0 | 116 | 120 | 144 | 2 | 0 | 105 | 266 | 144 | 20 |
| Binary | 0 | 1001110 | 1010000 | 1100100 | 10 | 0 | 1000101 | 10110110 | 1100100 | 10000 |
Color Harmonies of #004E50
Complementary color
Monochromatic Colors of #004E50
Black with #004E50
Text Example
Text Example
White with #004E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E50; }
p { color: rgb(0,78,80); }
H1.HeaderClassName
{
color: #004E50;
}
.AnyTagClassName
{
color: #004E50;
}
</style>
background-color css
<style>
a { background-color: #004E50; }
a { background-color: rgb(0,78,80); }
div.DivClassName
{
background-color: #004E50;
}
.BgClassName
{
background-color: #004E50;
}
</style>
border-color css
<style>
span { border-color: #004E50; }
span { border-color: rgb(0,78,80); }
td.TdClassName
{
border-color: #004E50;
}
.TagClassName
{
border-color: #004E50;
}
</style>