Shades of Nandor #4E604D
Tints of Nandor #4E604D
RGB
CMYK
RGB Variations
Color information
#4E604D (or 0x4E604D) is known color: Nandor. HEX triplet: 4E, 60 and 4D. RGB value is (78,96,77). Sum of RGB (Red+Green+Blue) = 78+96+77=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #4E604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E604D is #B19FB2. Grayscale: #585858. Windows color (decimal): -11640755 or 5070926. OLE color: 5070926.
HSL color Cylindrical-coordinate representation of color #4E604D: hue angle of 116.84º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E604D is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 77 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.62 |
| HSL | 116.84º | 0.11% | 0.34% | - |
| HSV(B) | 116.84º | 0.2% | 0.38% | - |
| XYZ | 8.66 | 10.52 | 8.6 | - |
| YUV | 88.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 77 | 0.19 | 0 | 0.20 | 0.62 | 116.84 | 0.11 | 0.34 |
| Hex | 4E | 60 | 4D | 13 | 0 | 14 | 3E | 75 | B | 22 |
| Octal | 116 | 140 | 115 | 23 | 0 | 24 | 76 | 165 | 13 | 42 |
| Binary | 1001110 | 1100000 | 1001101 | 10011 | 0 | 10100 | 111110 | 1110101 | 1011 | 100010 |
Color Harmonies of #4E604D
Complementary color
Monochromatic Colors of #4E604D
Black with #4E604D
Text Example
Text Example
White with #4E604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E604D; }
p { color: rgb(78,96,77); }
H1.HeaderClassName
{
color: #4E604D;
}
.AnyTagClassName
{
color: #4E604D;
}
</style>
background-color css
<style>
a { background-color: #4E604D; }
a { background-color: rgb(78,96,77); }
div.DivClassName
{
background-color: #4E604D;
}
.BgClassName
{
background-color: #4E604D;
}
</style>
border-color css
<style>
span { border-color: #4E604D; }
span { border-color: rgb(78,96,77); }
td.TdClassName
{
border-color: #4E604D;
}
.TagClassName
{
border-color: #4E604D;
}
</style>