Shades of Sherpa Blue #004F47
Tints of Sherpa Blue #004F47
RGB
CMYK
RGB Variations
Color information
#004F47 (or 0x004F47) is known color: Sherpa Blue. HEX triplet: 00, 4F and 47. RGB value is (0,79,71). Sum of RGB (Red+Green+Blue) = 0+79+71=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #004F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F47 is #FFB0B8. Grayscale: #363636. Windows color (decimal): -16756921 or 4673280. OLE color: 4673280.
HSL color Cylindrical-coordinate representation of color #004F47: hue angle of 173.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F47 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 79 | 71 | - |
| CMYK | 1 | 0 | 0.10 | 0.69 |
| HSL | 173.92º | 1% | 0.15% | - |
| HSV(B) | 173.92º | 1% | 0.31% | - |
| XYZ | 3.93 | 6.05 | 6.92 | - |
| YUV | 54.47 | 137.33 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 71 | 1 | 0 | 0.10 | 0.69 | 173.92 | 1 | 0.15 |
| Hex | 0 | 4F | 47 | 64 | 0 | A | 45 | AE | 64 | F |
| Octal | 0 | 117 | 107 | 144 | 0 | 12 | 105 | 256 | 144 | 17 |
| Binary | 0 | 1001111 | 1000111 | 1100100 | 0 | 1010 | 1000101 | 10101110 | 1100100 | 1111 |
Color Harmonies of #004F47
Complementary color
Monochromatic Colors of #004F47
Black with #004F47
Text Example
Text Example
White with #004F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F47; }
p { color: rgb(0,79,71); }
H1.HeaderClassName
{
color: #004F47;
}
.AnyTagClassName
{
color: #004F47;
}
</style>
background-color css
<style>
a { background-color: #004F47; }
a { background-color: rgb(0,79,71); }
div.DivClassName
{
background-color: #004F47;
}
.BgClassName
{
background-color: #004F47;
}
</style>
border-color css
<style>
span { border-color: #004F47; }
span { border-color: rgb(0,79,71); }
td.TdClassName
{
border-color: #004F47;
}
.TagClassName
{
border-color: #004F47;
}
</style>