Shades of Nandor #4F5650
Tints of Nandor #4F5650
RGB
CMYK
RGB Variations
Color information
#4F5650 (or 0x4F5650) is known color: Nandor. HEX triplet: 4F, 56 and 50. RGB value is (79,86,80). Sum of RGB (Red+Green+Blue) = 79+86+80=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5650 is #B0A9AF. Grayscale: #535353. Windows color (decimal): -11577776 or 5264975. OLE color: 5264975.
HSL color Cylindrical-coordinate representation of color #4F5650: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4F5650 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 86 | 80 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.66 |
| HSL | 128.57º | 0.04% | 0.32% | - |
| HSV(B) | 128.57º | 0.08% | 0.34% | - |
| XYZ | 8 | 8.9 | 8.89 | - |
| YUV | 83.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 80 | 0.08 | 0 | 0.07 | 0.66 | 128.57 | 0.04 | 0.32 |
| Hex | 4F | 56 | 50 | 8 | 0 | 7 | 42 | 81 | 4 | 20 |
| Octal | 117 | 126 | 120 | 10 | 0 | 7 | 102 | 201 | 4 | 40 |
| Binary | 1001111 | 1010110 | 1010000 | 1000 | 0 | 111 | 1000010 | 10000001 | 100 | 100000 |
Color Harmonies of #4F5650
Complementary color
Monochromatic Colors of #4F5650
Black with #4F5650
Text Example
Text Example
White with #4F5650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5650; }
p { color: rgb(79,86,80); }
H1.HeaderClassName
{
color: #4F5650;
}
.AnyTagClassName
{
color: #4F5650;
}
</style>
background-color css
<style>
a { background-color: #4F5650; }
a { background-color: rgb(79,86,80); }
div.DivClassName
{
background-color: #4F5650;
}
.BgClassName
{
background-color: #4F5650;
}
</style>
border-color css
<style>
span { border-color: #4F5650; }
span { border-color: rgb(79,86,80); }
td.TdClassName
{
border-color: #4F5650;
}
.TagClassName
{
border-color: #4F5650;
}
</style>