Shades of Nandor #4E684D
Tints of Nandor #4E684D
RGB
CMYK
RGB Variations
Color information
#4E684D (or 0x4E684D) is known color: Nandor. HEX triplet: 4E, 68 and 4D. RGB value is (78,104,77). Sum of RGB (Red+Green+Blue) = 78+104+77=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #4E684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E684D is #B197B2. Grayscale: #5D5D5D. Windows color (decimal): -11638707 or 5072974. OLE color: 5072974.
HSL color Cylindrical-coordinate representation of color #4E684D: hue angle of 117.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E684D is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 77 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.59 |
| HSL | 117.78º | 0.15% | 0.35% | - |
| HSV(B) | 117.78º | 0.26% | 0.41% | - |
| XYZ | 9.43 | 12.06 | 8.85 | - |
| YUV | 93.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 77 | 0.25 | 0 | 0.26 | 0.59 | 117.78 | 0.15 | 0.35 |
| Hex | 4E | 68 | 4D | 19 | 0 | 1A | 3B | 76 | F | 23 |
| Octal | 116 | 150 | 115 | 31 | 0 | 32 | 73 | 166 | 17 | 43 |
| Binary | 1001110 | 1101000 | 1001101 | 11001 | 0 | 11010 | 111011 | 1110110 | 1111 | 100011 |
Color Harmonies of #4E684D
Complementary color
Monochromatic Colors of #4E684D
Black with #4E684D
Text Example
Text Example
White with #4E684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E684D; }
p { color: rgb(78,104,77); }
H1.HeaderClassName
{
color: #4E684D;
}
.AnyTagClassName
{
color: #4E684D;
}
</style>
background-color css
<style>
a { background-color: #4E684D; }
a { background-color: rgb(78,104,77); }
div.DivClassName
{
background-color: #4E684D;
}
.BgClassName
{
background-color: #4E684D;
}
</style>
border-color css
<style>
span { border-color: #4E684D; }
span { border-color: rgb(78,104,77); }
td.TdClassName
{
border-color: #4E684D;
}
.TagClassName
{
border-color: #4E684D;
}
</style>