Shades of Purple Taupe #4E464D
Tints of Purple Taupe #4E464D
RGB
CMYK
RGB Variations
Color information
#4E464D (or 0x4E464D) is known color: Purple Taupe. HEX triplet: 4E, 46 and 4D. RGB value is (78,70,77). Sum of RGB (Red+Green+Blue) = 78+70+77=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 78 - color contains mainly: red. Hex color #4E464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E464D is #B1B9B2. Grayscale: #494949. Windows color (decimal): -11647411 or 5064270. OLE color: 5064270.
HSL color Cylindrical-coordinate representation of color #4E464D: hue angle of 307.5º 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 #4E464D is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 77 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.69 |
| HSL | 307.5º | 0.05% | 0.29% | - |
| HSV(B) | 307.5º | 0.1% | 0.31% | - |
| XYZ | 6.67 | 6.54 | 7.93 | - |
| YUV | 73.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 77 | 0 | 0.10 | 0.01 | 0.69 | 307.5 | 0.05 | 0.29 |
| Hex | 4E | 46 | 4D | 0 | A | 1 | 45 | 134 | 5 | 1D |
| Octal | 116 | 106 | 115 | 0 | 12 | 1 | 105 | 464 | 5 | 35 |
| Binary | 1001110 | 1000110 | 1001101 | 0 | 1010 | 1 | 1000101 | 100110100 | 101 | 11101 |
Color Harmonies of #4E464D
Complementary color
Monochromatic Colors of #4E464D
Black with #4E464D
Text Example
Text Example
White with #4E464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E464D; }
p { color: rgb(78,70,77); }
H1.HeaderClassName
{
color: #4E464D;
}
.AnyTagClassName
{
color: #4E464D;
}
</style>
background-color css
<style>
a { background-color: #4E464D; }
a { background-color: rgb(78,70,77); }
div.DivClassName
{
background-color: #4E464D;
}
.BgClassName
{
background-color: #4E464D;
}
</style>
border-color css
<style>
span { border-color: #4E464D; }
span { border-color: rgb(78,70,77); }
td.TdClassName
{
border-color: #4E464D;
}
.TagClassName
{
border-color: #4E464D;
}
</style>