Shades of Nandor #4E684B
Tints of Nandor #4E684B
RGB
CMYK
RGB Variations
Color information
#4E684B (or 0x4E684B) is known color: Nandor. HEX triplet: 4E, 68 and 4B. RGB value is (78,104,75). Sum of RGB (Red+Green+Blue) = 78+104+75=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #4E684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E684B is #B197B4. Grayscale: #5D5D5D. Windows color (decimal): -11638709 or 4941902. OLE color: 4941902.
HSL color Cylindrical-coordinate representation of color #4E684B: hue angle of 113.79º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E684B is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 75 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.59 |
| HSL | 113.79º | 0.16% | 0.35% | - |
| HSV(B) | 113.79º | 0.28% | 0.41% | - |
| XYZ | 9.36 | 12.03 | 8.48 | - |
| YUV | 92.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 75 | 0.25 | 0 | 0.28 | 0.59 | 113.79 | 0.16 | 0.35 |
| Hex | 4E | 68 | 4B | 19 | 0 | 1C | 3B | 72 | 10 | 23 |
| Octal | 116 | 150 | 113 | 31 | 0 | 34 | 73 | 162 | 20 | 43 |
| Binary | 1001110 | 1101000 | 1001011 | 11001 | 0 | 11100 | 111011 | 1110010 | 10000 | 100011 |
Color Harmonies of #4E684B
Complementary color
Monochromatic Colors of #4E684B
Black with #4E684B
Text Example
Text Example
White with #4E684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E684B; }
p { color: rgb(78,104,75); }
H1.HeaderClassName
{
color: #4E684B;
}
.AnyTagClassName
{
color: #4E684B;
}
</style>
background-color css
<style>
a { background-color: #4E684B; }
a { background-color: rgb(78,104,75); }
div.DivClassName
{
background-color: #4E684B;
}
.BgClassName
{
background-color: #4E684B;
}
</style>
border-color css
<style>
span { border-color: #4E684B; }
span { border-color: rgb(78,104,75); }
td.TdClassName
{
border-color: #4E684B;
}
.TagClassName
{
border-color: #4E684B;
}
</style>