Shades of Nandor #4F5550
Tints of Nandor #4F5550
RGB
CMYK
RGB Variations
Color information
#4F5550 (or 0x4F5550) is known color: Nandor. HEX triplet: 4F, 55 and 50. RGB value is (79,85,80). Sum of RGB (Red+Green+Blue) = 79+85+80=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5550 is #B0AAAF. Grayscale: #525252. Windows color (decimal): -11578032 or 5264719. OLE color: 5264719.
HSL color Cylindrical-coordinate representation of color #4F5550: hue angle of 130º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4F5550 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 80 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.67 |
| HSL | 130º | 0.04% | 0.32% | - |
| HSV(B) | 130º | 0.07% | 0.33% | - |
| XYZ | 7.92 | 8.74 | 8.86 | - |
| YUV | 82.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 80 | 0.07 | 0 | 0.06 | 0.67 | 130 | 0.04 | 0.32 |
| Hex | 4F | 55 | 50 | 7 | 0 | 6 | 43 | 82 | 4 | 20 |
| Octal | 117 | 125 | 120 | 7 | 0 | 6 | 103 | 202 | 4 | 40 |
| Binary | 1001111 | 1010101 | 1010000 | 111 | 0 | 110 | 1000011 | 10000010 | 100 | 100000 |
Color Harmonies of #4F5550
Complementary color
Monochromatic Colors of #4F5550
Black with #4F5550
Text Example
Text Example
White with #4F5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5550; }
p { color: rgb(79,85,80); }
H1.HeaderClassName
{
color: #4F5550;
}
.AnyTagClassName
{
color: #4F5550;
}
</style>
background-color css
<style>
a { background-color: #4F5550; }
a { background-color: rgb(79,85,80); }
div.DivClassName
{
background-color: #4F5550;
}
.BgClassName
{
background-color: #4F5550;
}
</style>
border-color css
<style>
span { border-color: #4F5550; }
span { border-color: rgb(79,85,80); }
td.TdClassName
{
border-color: #4F5550;
}
.TagClassName
{
border-color: #4F5550;
}
</style>