Shades of Purple Taupe #4F474D
Tints of Purple Taupe #4F474D
RGB
CMYK
RGB Variations
Color information
#4F474D (or 0x4F474D) is known color: Purple Taupe. HEX triplet: 4F, 47 and 4D. RGB value is (79,71,77). Sum of RGB (Red+Green+Blue) = 79+71+77=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 79 - color contains mainly: red. Hex color #4F474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F474D is #B0B8B2. Grayscale: #4A4A4A. Windows color (decimal): -11581619 or 5064527. OLE color: 5064527.
HSL color Cylindrical-coordinate representation of color #4F474D: hue angle of 315º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F474D is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 71 | 77 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.69 |
| HSL | 315º | 0.05% | 0.29% | - |
| HSV(B) | 315º | 0.1% | 0.31% | - |
| XYZ | 6.82 | 6.7 | 7.96 | - |
| YUV | 74.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 77 | 0 | 0.10 | 0.03 | 0.69 | 315 | 0.05 | 0.29 |
| Hex | 4F | 47 | 4D | 0 | A | 3 | 45 | 13B | 5 | 1D |
| Octal | 117 | 107 | 115 | 0 | 12 | 3 | 105 | 473 | 5 | 35 |
| Binary | 1001111 | 1000111 | 1001101 | 0 | 1010 | 11 | 1000101 | 100111011 | 101 | 11101 |
Color Harmonies of #4F474D
Complementary color
Monochromatic Colors of #4F474D
Black with #4F474D
Text Example
Text Example
White with #4F474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F474D; }
p { color: rgb(79,71,77); }
H1.HeaderClassName
{
color: #4F474D;
}
.AnyTagClassName
{
color: #4F474D;
}
</style>
background-color css
<style>
a { background-color: #4F474D; }
a { background-color: rgb(79,71,77); }
div.DivClassName
{
background-color: #4F474D;
}
.BgClassName
{
background-color: #4F474D;
}
</style>
border-color css
<style>
span { border-color: #4F474D; }
span { border-color: rgb(79,71,77); }
td.TdClassName
{
border-color: #4F474D;
}
.TagClassName
{
border-color: #4F474D;
}
</style>