Shades of Nandor #4E634F
Tints of Nandor #4E634F
RGB
CMYK
RGB Variations
Color information
#4E634F (or 0x4E634F) is known color: Nandor. HEX triplet: 4E, 63 and 4F. RGB value is (78,99,79). Sum of RGB (Red+Green+Blue) = 78+99+79=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #4E634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E634F is #B19CB0. Grayscale: #5A5A5A. Windows color (decimal): -11639985 or 5202766. OLE color: 5202766.
HSL color Cylindrical-coordinate representation of color #4E634F: hue angle of 122.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E634F is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 79 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.61 |
| HSL | 122.86º | 0.12% | 0.35% | - |
| HSV(B) | 122.86º | 0.21% | 0.39% | - |
| XYZ | 9.02 | 11.11 | 9.07 | - |
| YUV | 90.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 79 | 0.21 | 0 | 0.20 | 0.61 | 122.86 | 0.12 | 0.35 |
| Hex | 4E | 63 | 4F | 15 | 0 | 14 | 3D | 7B | C | 23 |
| Octal | 116 | 143 | 117 | 25 | 0 | 24 | 75 | 173 | 14 | 43 |
| Binary | 1001110 | 1100011 | 1001111 | 10101 | 0 | 10100 | 111101 | 1111011 | 1100 | 100011 |
Color Harmonies of #4E634F
Complementary color
Monochromatic Colors of #4E634F
Black with #4E634F
Text Example
Text Example
White with #4E634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E634F; }
p { color: rgb(78,99,79); }
H1.HeaderClassName
{
color: #4E634F;
}
.AnyTagClassName
{
color: #4E634F;
}
</style>
background-color css
<style>
a { background-color: #4E634F; }
a { background-color: rgb(78,99,79); }
div.DivClassName
{
background-color: #4E634F;
}
.BgClassName
{
background-color: #4E634F;
}
</style>
border-color css
<style>
span { border-color: #4E634F; }
span { border-color: rgb(78,99,79); }
td.TdClassName
{
border-color: #4E634F;
}
.TagClassName
{
border-color: #4E634F;
}
</style>