Shades of Nandor #4F624D
Tints of Nandor #4F624D
RGB
CMYK
RGB Variations
Color information
#4F624D (or 0x4F624D) is known color: Nandor. HEX triplet: 4F, 62 and 4D. RGB value is (79,98,77). Sum of RGB (Red+Green+Blue) = 79+98+77=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 98 - color contains mainly: green. Hex color #4F624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F624D is #B09DB2. Grayscale: #595959. Windows color (decimal): -11574707 or 5071439. OLE color: 5071439.
HSL color Cylindrical-coordinate representation of color #4F624D: hue angle of 114.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4F624D is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 77 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.62 |
| HSL | 114.29º | 0.12% | 0.34% | - |
| HSV(B) | 114.29º | 0.21% | 0.38% | - |
| XYZ | 8.93 | 10.93 | 8.66 | - |
| YUV | 89.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 77 | 0.19 | 0 | 0.21 | 0.62 | 114.29 | 0.12 | 0.34 |
| Hex | 4F | 62 | 4D | 13 | 0 | 15 | 3E | 72 | C | 22 |
| Octal | 117 | 142 | 115 | 23 | 0 | 25 | 76 | 162 | 14 | 42 |
| Binary | 1001111 | 1100010 | 1001101 | 10011 | 0 | 10101 | 111110 | 1110010 | 1100 | 100010 |
Color Harmonies of #4F624D
Complementary color
Monochromatic Colors of #4F624D
Black with #4F624D
Text Example
Text Example
White with #4F624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F624D; }
p { color: rgb(79,98,77); }
H1.HeaderClassName
{
color: #4F624D;
}
.AnyTagClassName
{
color: #4F624D;
}
</style>
background-color css
<style>
a { background-color: #4F624D; }
a { background-color: rgb(79,98,77); }
div.DivClassName
{
background-color: #4F624D;
}
.BgClassName
{
background-color: #4F624D;
}
</style>
border-color css
<style>
span { border-color: #4F624D; }
span { border-color: rgb(79,98,77); }
td.TdClassName
{
border-color: #4F624D;
}
.TagClassName
{
border-color: #4F624D;
}
</style>