Shades of Nandor #4F6B50
Tints of Nandor #4F6B50
RGB
CMYK
RGB Variations
Color information
#4F6B50 (or 0x4F6B50) is known color: Nandor. HEX triplet: 4F, 6B and 50. RGB value is (79,107,80). Sum of RGB (Red+Green+Blue) = 79+107+80=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B50 is #B094AF. Grayscale: #5F5F5F. Windows color (decimal): -11572400 or 5270351. OLE color: 5270351.
HSL color Cylindrical-coordinate representation of color #4F6B50: hue angle of 122.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F6B50 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 107 | 80 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.58 |
| HSL | 122.14º | 0.15% | 0.36% | - |
| HSV(B) | 122.14º | 0.26% | 0.42% | - |
| XYZ | 9.93 | 12.76 | 9.53 | - |
| YUV | 95.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 107 | 80 | 0.26 | 0 | 0.25 | 0.58 | 122.14 | 0.15 | 0.36 |
| Hex | 4F | 6B | 50 | 1A | 0 | 19 | 3A | 7A | F | 24 |
| Octal | 117 | 153 | 120 | 32 | 0 | 31 | 72 | 172 | 17 | 44 |
| Binary | 1001111 | 1101011 | 1010000 | 11010 | 0 | 11001 | 111010 | 1111010 | 1111 | 100100 |
Color Harmonies of #4F6B50
Complementary color
Monochromatic Colors of #4F6B50
Black with #4F6B50
Text Example
Text Example
White with #4F6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6B50; }
p { color: rgb(79,107,80); }
H1.HeaderClassName
{
color: #4F6B50;
}
.AnyTagClassName
{
color: #4F6B50;
}
</style>
background-color css
<style>
a { background-color: #4F6B50; }
a { background-color: rgb(79,107,80); }
div.DivClassName
{
background-color: #4F6B50;
}
.BgClassName
{
background-color: #4F6B50;
}
</style>
border-color css
<style>
span { border-color: #4F6B50; }
span { border-color: rgb(79,107,80); }
td.TdClassName
{
border-color: #4F6B50;
}
.TagClassName
{
border-color: #4F6B50;
}
</style>