Shades of Nandor #4E694B
Tints of Nandor #4E694B
RGB
CMYK
RGB Variations
Color information
#4E694B (or 0x4E694B) is known color: Nandor. HEX triplet: 4E, 69 and 4B. RGB value is (78,105,75). Sum of RGB (Red+Green+Blue) = 78+105+75=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #4E694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E694B is #B196B4. Grayscale: #5D5D5D. Windows color (decimal): -11638453 or 4942158. OLE color: 4942158.
HSL color Cylindrical-coordinate representation of color #4E694B: hue angle of 114º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E694B is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 75 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.59 |
| HSL | 114º | 0.17% | 0.35% | - |
| HSV(B) | 114º | 0.29% | 0.41% | - |
| XYZ | 9.46 | 12.23 | 8.52 | - |
| YUV | 93.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 75 | 0.26 | 0 | 0.29 | 0.59 | 114 | 0.17 | 0.35 |
| Hex | 4E | 69 | 4B | 1A | 0 | 1D | 3B | 72 | 11 | 23 |
| Octal | 116 | 151 | 113 | 32 | 0 | 35 | 73 | 162 | 21 | 43 |
| Binary | 1001110 | 1101001 | 1001011 | 11010 | 0 | 11101 | 111011 | 1110010 | 10001 | 100011 |
Color Harmonies of #4E694B
Complementary color
Monochromatic Colors of #4E694B
Black with #4E694B
Text Example
Text Example
White with #4E694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E694B; }
p { color: rgb(78,105,75); }
H1.HeaderClassName
{
color: #4E694B;
}
.AnyTagClassName
{
color: #4E694B;
}
</style>
background-color css
<style>
a { background-color: #4E694B; }
a { background-color: rgb(78,105,75); }
div.DivClassName
{
background-color: #4E694B;
}
.BgClassName
{
background-color: #4E694B;
}
</style>
border-color css
<style>
span { border-color: #4E694B; }
span { border-color: rgb(78,105,75); }
td.TdClassName
{
border-color: #4E694B;
}
.TagClassName
{
border-color: #4E694B;
}
</style>