Shades of Purple Taupe #4F464D
Tints of Purple Taupe #4F464D
RGB
CMYK
RGB Variations
Color information
#4F464D (or 0x4F464D) is known color: Purple Taupe. HEX triplet: 4F, 46 and 4D. RGB value is (79,70,77). Sum of RGB (Red+Green+Blue) = 79+70+77=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 79 - color contains mainly: red. Hex color #4F464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F464D is #B0B9B2. Grayscale: #494949. Windows color (decimal): -11581875 or 5064271. OLE color: 5064271.
HSL color Cylindrical-coordinate representation of color #4F464D: hue angle of 313.33º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F464D is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 77 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.69 |
| HSL | 313.33º | 0.06% | 0.29% | - |
| HSV(B) | 313.33º | 0.11% | 0.31% | - |
| XYZ | 6.75 | 6.58 | 7.93 | - |
| YUV | 73.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 77 | 0 | 0.11 | 0.03 | 0.69 | 313.33 | 0.06 | 0.29 |
| Hex | 4F | 46 | 4D | 0 | B | 3 | 45 | 139 | 6 | 1D |
| Octal | 117 | 106 | 115 | 0 | 13 | 3 | 105 | 471 | 6 | 35 |
| Binary | 1001111 | 1000110 | 1001101 | 0 | 1011 | 11 | 1000101 | 100111001 | 110 | 11101 |
Color Harmonies of #4F464D
Complementary color
Monochromatic Colors of #4F464D
Black with #4F464D
Text Example
Text Example
White with #4F464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F464D; }
p { color: rgb(79,70,77); }
H1.HeaderClassName
{
color: #4F464D;
}
.AnyTagClassName
{
color: #4F464D;
}
</style>
background-color css
<style>
a { background-color: #4F464D; }
a { background-color: rgb(79,70,77); }
div.DivClassName
{
background-color: #4F464D;
}
.BgClassName
{
background-color: #4F464D;
}
</style>
border-color css
<style>
span { border-color: #4F464D; }
span { border-color: rgb(79,70,77); }
td.TdClassName
{
border-color: #4F464D;
}
.TagClassName
{
border-color: #4F464D;
}
</style>