Shades of Nandor #4E684C
Tints of Nandor #4E684C
RGB
CMYK
RGB Variations
Color information
#4E684C (or 0x4E684C) is known color: Nandor. HEX triplet: 4E, 68 and 4C. RGB value is (78,104,76). Sum of RGB (Red+Green+Blue) = 78+104+76=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #4E684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E684C is #B197B3. Grayscale: #5D5D5D. Windows color (decimal): -11638708 or 5007438. OLE color: 5007438.
HSL color Cylindrical-coordinate representation of color #4E684C: hue angle of 115.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E684C is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 76 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.59 |
| HSL | 115.71º | 0.16% | 0.35% | - |
| HSV(B) | 115.71º | 0.27% | 0.41% | - |
| XYZ | 9.4 | 12.04 | 8.67 | - |
| YUV | 93.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 76 | 0.25 | 0 | 0.27 | 0.59 | 115.71 | 0.16 | 0.35 |
| Hex | 4E | 68 | 4C | 19 | 0 | 1B | 3B | 74 | 10 | 23 |
| Octal | 116 | 150 | 114 | 31 | 0 | 33 | 73 | 164 | 20 | 43 |
| Binary | 1001110 | 1101000 | 1001100 | 11001 | 0 | 11011 | 111011 | 1110100 | 10000 | 100011 |
Color Harmonies of #4E684C
Complementary color
Monochromatic Colors of #4E684C
Black with #4E684C
Text Example
Text Example
White with #4E684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E684C; }
p { color: rgb(78,104,76); }
H1.HeaderClassName
{
color: #4E684C;
}
.AnyTagClassName
{
color: #4E684C;
}
</style>
background-color css
<style>
a { background-color: #4E684C; }
a { background-color: rgb(78,104,76); }
div.DivClassName
{
background-color: #4E684C;
}
.BgClassName
{
background-color: #4E684C;
}
</style>
border-color css
<style>
span { border-color: #4E684C; }
span { border-color: rgb(78,104,76); }
td.TdClassName
{
border-color: #4E684C;
}
.TagClassName
{
border-color: #4E684C;
}
</style>