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