Shades of Nandor #4E624D
Tints of Nandor #4E624D
RGB
CMYK
RGB Variations
Color information
#4E624D (or 0x4E624D) is known color: Nandor. HEX triplet: 4E, 62 and 4D. RGB value is (78,98,77). Sum of RGB (Red+Green+Blue) = 78+98+77=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #4E624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E624D is #B19DB2. Grayscale: #595959. Windows color (decimal): -11640243 or 5071438. OLE color: 5071438.
HSL color Cylindrical-coordinate representation of color #4E624D: hue angle of 117.14º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E624D is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 77 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.62 |
| HSL | 117.14º | 0.12% | 0.34% | - |
| HSV(B) | 117.14º | 0.21% | 0.38% | - |
| XYZ | 8.85 | 10.89 | 8.66 | - |
| YUV | 89.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 77 | 0.20 | 0 | 0.21 | 0.62 | 117.14 | 0.12 | 0.34 |
| Hex | 4E | 62 | 4D | 14 | 0 | 15 | 3E | 75 | C | 22 |
| Octal | 116 | 142 | 115 | 24 | 0 | 25 | 76 | 165 | 14 | 42 |
| Binary | 1001110 | 1100010 | 1001101 | 10100 | 0 | 10101 | 111110 | 1110101 | 1100 | 100010 |
Color Harmonies of #4E624D
Complementary color
Monochromatic Colors of #4E624D
Black with #4E624D
Text Example
Text Example
White with #4E624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E624D; }
p { color: rgb(78,98,77); }
H1.HeaderClassName
{
color: #4E624D;
}
.AnyTagClassName
{
color: #4E624D;
}
</style>
background-color css
<style>
a { background-color: #4E624D; }
a { background-color: rgb(78,98,77); }
div.DivClassName
{
background-color: #4E624D;
}
.BgClassName
{
background-color: #4E624D;
}
</style>
border-color css
<style>
span { border-color: #4E624D; }
span { border-color: rgb(78,98,77); }
td.TdClassName
{
border-color: #4E624D;
}
.TagClassName
{
border-color: #4E624D;
}
</style>