Shades of Nandor #4F634D
Tints of Nandor #4F634D
RGB
CMYK
RGB Variations
Color information
#4F634D (or 0x4F634D) is known color: Nandor. HEX triplet: 4F, 63 and 4D. RGB value is (79,99,77). Sum of RGB (Red+Green+Blue) = 79+99+77=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #4F634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F634D is #B09CB2. Grayscale: #5A5A5A. Windows color (decimal): -11574451 or 5071695. OLE color: 5071695.
HSL color Cylindrical-coordinate representation of color #4F634D: hue angle of 114.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F634D is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 99 | 77 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.61 |
| HSL | 114.55º | 0.13% | 0.35% | - |
| HSV(B) | 114.55º | 0.22% | 0.39% | - |
| XYZ | 9.03 | 11.12 | 8.69 | - |
| YUV | 90.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 77 | 0.20 | 0 | 0.22 | 0.61 | 114.55 | 0.13 | 0.35 |
| Hex | 4F | 63 | 4D | 14 | 0 | 16 | 3D | 73 | C | 23 |
| Octal | 117 | 143 | 115 | 24 | 0 | 26 | 75 | 163 | 14 | 43 |
| Binary | 1001111 | 1100011 | 1001101 | 10100 | 0 | 10110 | 111101 | 1110011 | 1100 | 100011 |
Color Harmonies of #4F634D
Complementary color
Monochromatic Colors of #4F634D
Black with #4F634D
Text Example
Text Example
White with #4F634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F634D; }
p { color: rgb(79,99,77); }
H1.HeaderClassName
{
color: #4F634D;
}
.AnyTagClassName
{
color: #4F634D;
}
</style>
background-color css
<style>
a { background-color: #4F634D; }
a { background-color: rgb(79,99,77); }
div.DivClassName
{
background-color: #4F634D;
}
.BgClassName
{
background-color: #4F634D;
}
</style>
border-color css
<style>
span { border-color: #4F634D; }
span { border-color: rgb(79,99,77); }
td.TdClassName
{
border-color: #4F634D;
}
.TagClassName
{
border-color: #4F634D;
}
</style>