Shades of Nandor #4F6850
Tints of Nandor #4F6850
RGB
CMYK
RGB Variations
Color information
#4F6850 (or 0x4F6850) is known color: Nandor. HEX triplet: 4F, 68 and 50. RGB value is (79,104,80). Sum of RGB (Red+Green+Blue) = 79+104+80=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #4F6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6850 is #B097AF. Grayscale: #5D5D5D. Windows color (decimal): -11573168 or 5269583. OLE color: 5269583.
HSL color Cylindrical-coordinate representation of color #4F6850: hue angle of 122.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F6850 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 104 | 80 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.59 |
| HSL | 122.4º | 0.14% | 0.36% | - |
| HSV(B) | 122.4º | 0.24% | 0.41% | - |
| XYZ | 9.62 | 12.14 | 9.43 | - |
| YUV | 93.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 80 | 0.24 | 0 | 0.23 | 0.59 | 122.4 | 0.14 | 0.36 |
| Hex | 4F | 68 | 50 | 18 | 0 | 17 | 3B | 7A | E | 24 |
| Octal | 117 | 150 | 120 | 30 | 0 | 27 | 73 | 172 | 16 | 44 |
| Binary | 1001111 | 1101000 | 1010000 | 11000 | 0 | 10111 | 111011 | 1111010 | 1110 | 100100 |
Color Harmonies of #4F6850
Complementary color
Monochromatic Colors of #4F6850
Black with #4F6850
Text Example
Text Example
White with #4F6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6850; }
p { color: rgb(79,104,80); }
H1.HeaderClassName
{
color: #4F6850;
}
.AnyTagClassName
{
color: #4F6850;
}
</style>
background-color css
<style>
a { background-color: #4F6850; }
a { background-color: rgb(79,104,80); }
div.DivClassName
{
background-color: #4F6850;
}
.BgClassName
{
background-color: #4F6850;
}
</style>
border-color css
<style>
span { border-color: #4F6850; }
span { border-color: rgb(79,104,80); }
td.TdClassName
{
border-color: #4F6850;
}
.TagClassName
{
border-color: #4F6850;
}
</style>