Shades of Sherpa Blue #004F46
Tints of Sherpa Blue #004F46
RGB
CMYK
RGB Variations
Color information
#004F46 (or 0x004F46) is known color: Sherpa Blue. HEX triplet: 00, 4F and 46. RGB value is (0,79,70). Sum of RGB (Red+Green+Blue) = 0+79+70=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #004F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F46 is #FFB0B9. Grayscale: #363636. Windows color (decimal): -16756922 or 4607744. OLE color: 4607744.
HSL color Cylindrical-coordinate representation of color #004F46: hue angle of 173.16º 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 #004F46 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 79 | 70 | - |
| CMYK | 1 | 0 | 0.11 | 0.69 |
| HSL | 173.16º | 1% | 0.15% | - |
| HSV(B) | 173.16º | 1% | 0.31% | - |
| XYZ | 3.9 | 6.03 | 6.75 | - |
| YUV | 54.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 70 | 1 | 0 | 0.11 | 0.69 | 173.16 | 1 | 0.15 |
| Hex | 0 | 4F | 46 | 64 | 0 | B | 45 | AD | 64 | F |
| Octal | 0 | 117 | 106 | 144 | 0 | 13 | 105 | 255 | 144 | 17 |
| Binary | 0 | 1001111 | 1000110 | 1100100 | 0 | 1011 | 1000101 | 10101101 | 1100100 | 1111 |
Color Harmonies of #004F46
Complementary color
Monochromatic Colors of #004F46
Black with #004F46
Text Example
Text Example
White with #004F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F46; }
p { color: rgb(0,79,70); }
H1.HeaderClassName
{
color: #004F46;
}
.AnyTagClassName
{
color: #004F46;
}
</style>
background-color css
<style>
a { background-color: #004F46; }
a { background-color: rgb(0,79,70); }
div.DivClassName
{
background-color: #004F46;
}
.BgClassName
{
background-color: #004F46;
}
</style>
border-color css
<style>
span { border-color: #004F46; }
span { border-color: rgb(0,79,70); }
td.TdClassName
{
border-color: #004F46;
}
.TagClassName
{
border-color: #004F46;
}
</style>