Shades of Nandor #4F574E
Tints of Nandor #4F574E
RGB
CMYK
RGB Variations
Color information
#4F574E (or 0x4F574E) is known color: Nandor. HEX triplet: 4F, 57 and 4E. RGB value is (79,87,78). Sum of RGB (Red+Green+Blue) = 79+87+78=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 87 - color contains mainly: green. Hex color #4F574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F574E is #B0A8B1. Grayscale: #535353. Windows color (decimal): -11577522 or 5134159. OLE color: 5134159.
HSL color Cylindrical-coordinate representation of color #4F574E: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F574E is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 78 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.66 |
| HSL | 113.33º | 0.05% | 0.32% | - |
| HSV(B) | 113.33º | 0.1% | 0.34% | - |
| XYZ | 8.01 | 9.03 | 8.53 | - |
| YUV | 83.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 78 | 0.09 | 0 | 0.10 | 0.66 | 113.33 | 0.05 | 0.32 |
| Hex | 4F | 57 | 4E | 9 | 0 | A | 42 | 71 | 5 | 20 |
| Octal | 117 | 127 | 116 | 11 | 0 | 12 | 102 | 161 | 5 | 40 |
| Binary | 1001111 | 1010111 | 1001110 | 1001 | 0 | 1010 | 1000010 | 1110001 | 101 | 100000 |
Color Harmonies of #4F574E
Complementary color
Monochromatic Colors of #4F574E
Black with #4F574E
Text Example
Text Example
White with #4F574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F574E; }
p { color: rgb(79,87,78); }
H1.HeaderClassName
{
color: #4F574E;
}
.AnyTagClassName
{
color: #4F574E;
}
</style>
background-color css
<style>
a { background-color: #4F574E; }
a { background-color: rgb(79,87,78); }
div.DivClassName
{
background-color: #4F574E;
}
.BgClassName
{
background-color: #4F574E;
}
</style>
border-color css
<style>
span { border-color: #4F574E; }
span { border-color: rgb(79,87,78); }
td.TdClassName
{
border-color: #4F574E;
}
.TagClassName
{
border-color: #4F574E;
}
</style>