Shades of Nandor #4E694E
Tints of Nandor #4E694E
RGB
CMYK
RGB Variations
Color information
#4E694E (or 0x4E694E) is known color: Nandor. HEX triplet: 4E, 69 and 4E. RGB value is (78,105,78). Sum of RGB (Red+Green+Blue) = 78+105+78=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #4E694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E694E is #B196B1. Grayscale: #5D5D5D. Windows color (decimal): -11638450 or 5138766. OLE color: 5138766.
HSL color Cylindrical-coordinate representation of color #4E694E: hue angle of 120º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E694E is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 78 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.59 |
| HSL | 120º | 0.15% | 0.36% | - |
| HSV(B) | 120º | 0.26% | 0.41% | - |
| XYZ | 9.57 | 12.27 | 9.07 | - |
| YUV | 93.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 78 | 0.26 | 0 | 0.26 | 0.59 | 120 | 0.15 | 0.36 |
| Hex | 4E | 69 | 4E | 1A | 0 | 1A | 3B | 78 | F | 24 |
| Octal | 116 | 151 | 116 | 32 | 0 | 32 | 73 | 170 | 17 | 44 |
| Binary | 1001110 | 1101001 | 1001110 | 11010 | 0 | 11010 | 111011 | 1111000 | 1111 | 100100 |
Color Harmonies of #4E694E
Complementary color
Monochromatic Colors of #4E694E
Black with #4E694E
Text Example
Text Example
White with #4E694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E694E; }
p { color: rgb(78,105,78); }
H1.HeaderClassName
{
color: #4E694E;
}
.AnyTagClassName
{
color: #4E694E;
}
</style>
background-color css
<style>
a { background-color: #4E694E; }
a { background-color: rgb(78,105,78); }
div.DivClassName
{
background-color: #4E694E;
}
.BgClassName
{
background-color: #4E694E;
}
</style>
border-color css
<style>
span { border-color: #4E694E; }
span { border-color: rgb(78,105,78); }
td.TdClassName
{
border-color: #4E694E;
}
.TagClassName
{
border-color: #4E694E;
}
</style>