Shades of Nandor #4F5C50
Tints of Nandor #4F5C50
RGB
CMYK
RGB Variations
Color information
#4F5C50 (or 0x4F5C50) is known color: Nandor. HEX triplet: 4F, 5C and 50. RGB value is (79,92,80). Sum of RGB (Red+Green+Blue) = 79+92+80=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #4F5C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5C50 is #B0A3AF. Grayscale: #565656. Windows color (decimal): -11576240 or 5266511. OLE color: 5266511.
HSL color Cylindrical-coordinate representation of color #4F5C50: hue angle of 124.62º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F5C50 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 92 | 80 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.64 |
| HSL | 124.62º | 0.08% | 0.34% | - |
| HSV(B) | 124.62º | 0.14% | 0.36% | - |
| XYZ | 8.5 | 9.9 | 9.05 | - |
| YUV | 86.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 80 | 0.14 | 0 | 0.13 | 0.64 | 124.62 | 0.08 | 0.34 |
| Hex | 4F | 5C | 50 | E | 0 | D | 40 | 7D | 8 | 22 |
| Octal | 117 | 134 | 120 | 16 | 0 | 15 | 100 | 175 | 10 | 42 |
| Binary | 1001111 | 1011100 | 1010000 | 1110 | 0 | 1101 | 1000000 | 1111101 | 1000 | 100010 |
Color Harmonies of #4F5C50
Complementary color
Monochromatic Colors of #4F5C50
Black with #4F5C50
Text Example
Text Example
White with #4F5C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5C50; }
p { color: rgb(79,92,80); }
H1.HeaderClassName
{
color: #4F5C50;
}
.AnyTagClassName
{
color: #4F5C50;
}
</style>
background-color css
<style>
a { background-color: #4F5C50; }
a { background-color: rgb(79,92,80); }
div.DivClassName
{
background-color: #4F5C50;
}
.BgClassName
{
background-color: #4F5C50;
}
</style>
border-color css
<style>
span { border-color: #4F5C50; }
span { border-color: rgb(79,92,80); }
td.TdClassName
{
border-color: #4F5C50;
}
.TagClassName
{
border-color: #4F5C50;
}
</style>