Shades of Nandor #4F6350
Tints of Nandor #4F6350
RGB
CMYK
RGB Variations
Color information
#4F6350 (or 0x4F6350) is known color: Nandor. HEX triplet: 4F, 63 and 50. RGB value is (79,99,80). Sum of RGB (Red+Green+Blue) = 79+99+80=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6350 is #B09CAF. Grayscale: #5A5A5A. Windows color (decimal): -11574448 or 5268303. OLE color: 5268303.
HSL color Cylindrical-coordinate representation of color #4F6350: hue angle of 123º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F6350 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 99 | 80 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.61 |
| HSL | 123º | 0.11% | 0.35% | - |
| HSV(B) | 123º | 0.2% | 0.39% | - |
| XYZ | 9.13 | 11.17 | 9.26 | - |
| YUV | 90.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 80 | 0.20 | 0 | 0.19 | 0.61 | 123 | 0.11 | 0.35 |
| Hex | 4F | 63 | 50 | 14 | 0 | 13 | 3D | 7B | B | 23 |
| Octal | 117 | 143 | 120 | 24 | 0 | 23 | 75 | 173 | 13 | 43 |
| Binary | 1001111 | 1100011 | 1010000 | 10100 | 0 | 10011 | 111101 | 1111011 | 1011 | 100011 |
Color Harmonies of #4F6350
Complementary color
Monochromatic Colors of #4F6350
Black with #4F6350
Text Example
Text Example
White with #4F6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6350; }
p { color: rgb(79,99,80); }
H1.HeaderClassName
{
color: #4F6350;
}
.AnyTagClassName
{
color: #4F6350;
}
</style>
background-color css
<style>
a { background-color: #4F6350; }
a { background-color: rgb(79,99,80); }
div.DivClassName
{
background-color: #4F6350;
}
.BgClassName
{
background-color: #4F6350;
}
</style>
border-color css
<style>
span { border-color: #4F6350; }
span { border-color: rgb(79,99,80); }
td.TdClassName
{
border-color: #4F6350;
}
.TagClassName
{
border-color: #4F6350;
}
</style>