Shades of Nandor #4E694D
Tints of Nandor #4E694D
RGB
CMYK
RGB Variations
Color information
#4E694D (or 0x4E694D) is known color: Nandor. HEX triplet: 4E, 69 and 4D. RGB value is (78,105,77). Sum of RGB (Red+Green+Blue) = 78+105+77=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #4E694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E694D is #B196B2. Grayscale: #5D5D5D. Windows color (decimal): -11638451 or 5073230. OLE color: 5073230.
HSL color Cylindrical-coordinate representation of color #4E694D: hue angle of 117.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E694D is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 77 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.59 |
| HSL | 117.86º | 0.15% | 0.36% | - |
| HSV(B) | 117.86º | 0.27% | 0.41% | - |
| XYZ | 9.53 | 12.26 | 8.88 | - |
| YUV | 93.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 77 | 0.26 | 0 | 0.27 | 0.59 | 117.86 | 0.15 | 0.36 |
| Hex | 4E | 69 | 4D | 1A | 0 | 1B | 3B | 76 | F | 24 |
| Octal | 116 | 151 | 115 | 32 | 0 | 33 | 73 | 166 | 17 | 44 |
| Binary | 1001110 | 1101001 | 1001101 | 11010 | 0 | 11011 | 111011 | 1110110 | 1111 | 100100 |
Color Harmonies of #4E694D
Complementary color
Monochromatic Colors of #4E694D
Black with #4E694D
Text Example
Text Example
White with #4E694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E694D; }
p { color: rgb(78,105,77); }
H1.HeaderClassName
{
color: #4E694D;
}
.AnyTagClassName
{
color: #4E694D;
}
</style>
background-color css
<style>
a { background-color: #4E694D; }
a { background-color: rgb(78,105,77); }
div.DivClassName
{
background-color: #4E694D;
}
.BgClassName
{
background-color: #4E694D;
}
</style>
border-color css
<style>
span { border-color: #4E694D; }
span { border-color: rgb(78,105,77); }
td.TdClassName
{
border-color: #4E694D;
}
.TagClassName
{
border-color: #4E694D;
}
</style>