Shades of Nandor #4D564D
Tints of Nandor #4D564D
RGB
CMYK
RGB Variations
Color information
#4D564D (or 0x4D564D) is known color: Nandor. HEX triplet: 4D, 56 and 4D. RGB value is (77,86,77). Sum of RGB (Red+Green+Blue) = 77+86+77=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #4D564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D564D is #B2A9B2. Grayscale: #525252. Windows color (decimal): -11708851 or 5068365. OLE color: 5068365.
HSL color Cylindrical-coordinate representation of color #4D564D: hue angle of 120º degrees, saturation: 0.06, 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 #4D564D is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 86 | 77 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.66 |
| HSL | 120º | 0.06% | 0.32% | - |
| HSV(B) | 120º | 0.1% | 0.34% | - |
| XYZ | 7.73 | 8.77 | 8.31 | - |
| YUV | 82.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 77 | 0.10 | 0 | 0.10 | 0.66 | 120 | 0.06 | 0.32 |
| Hex | 4D | 56 | 4D | A | 0 | A | 42 | 78 | 6 | 20 |
| Octal | 115 | 126 | 115 | 12 | 0 | 12 | 102 | 170 | 6 | 40 |
| Binary | 1001101 | 1010110 | 1001101 | 1010 | 0 | 1010 | 1000010 | 1111000 | 110 | 100000 |
Color Harmonies of #4D564D
Complementary color
Monochromatic Colors of #4D564D
Black with #4D564D
Text Example
Text Example
White with #4D564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D564D; }
p { color: rgb(77,86,77); }
H1.HeaderClassName
{
color: #4D564D;
}
.AnyTagClassName
{
color: #4D564D;
}
</style>
background-color css
<style>
a { background-color: #4D564D; }
a { background-color: rgb(77,86,77); }
div.DivClassName
{
background-color: #4D564D;
}
.BgClassName
{
background-color: #4D564D;
}
</style>
border-color css
<style>
span { border-color: #4D564D; }
span { border-color: rgb(77,86,77); }
td.TdClassName
{
border-color: #4D564D;
}
.TagClassName
{
border-color: #4D564D;
}
</style>