Shades of Purple Taupe #4F464C
Tints of Purple Taupe #4F464C
RGB
CMYK
RGB Variations
Color information
#4F464C (or 0x4F464C) is known color: Purple Taupe. HEX triplet: 4F, 46 and 4C. RGB value is (79,70,76). Sum of RGB (Red+Green+Blue) = 79+70+76=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 79 - color contains mainly: red. Hex color #4F464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F464C is #B0B9B3. Grayscale: #494949. Windows color (decimal): -11581876 or 4998735. OLE color: 4998735.
HSL color Cylindrical-coordinate representation of color #4F464C: hue angle of 320º 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 #4F464C is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 76 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.69 |
| HSL | 320º | 0.06% | 0.29% | - |
| HSV(B) | 320º | 0.11% | 0.31% | - |
| XYZ | 6.72 | 6.56 | 7.75 | - |
| YUV | 73.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 76 | 0 | 0.11 | 0.04 | 0.69 | 320 | 0.06 | 0.29 |
| Hex | 4F | 46 | 4C | 0 | B | 4 | 45 | 140 | 6 | 1D |
| Octal | 117 | 106 | 114 | 0 | 13 | 4 | 105 | 500 | 6 | 35 |
| Binary | 1001111 | 1000110 | 1001100 | 0 | 1011 | 100 | 1000101 | 101000000 | 110 | 11101 |
Color Harmonies of #4F464C
Complementary color
Monochromatic Colors of #4F464C
Black with #4F464C
Text Example
Text Example
White with #4F464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F464C; }
p { color: rgb(79,70,76); }
H1.HeaderClassName
{
color: #4F464C;
}
.AnyTagClassName
{
color: #4F464C;
}
</style>
background-color css
<style>
a { background-color: #4F464C; }
a { background-color: rgb(79,70,76); }
div.DivClassName
{
background-color: #4F464C;
}
.BgClassName
{
background-color: #4F464C;
}
</style>
border-color css
<style>
span { border-color: #4F464C; }
span { border-color: rgb(79,70,76); }
td.TdClassName
{
border-color: #4F464C;
}
.TagClassName
{
border-color: #4F464C;
}
</style>