Shades of Purple Taupe #4E404B
Tints of Purple Taupe #4E404B
RGB
CMYK
RGB Variations
Color information
#4E404B (or 0x4E404B) is known color: Purple Taupe. HEX triplet: 4E, 40 and 4B. RGB value is (78,64,75). Sum of RGB (Red+Green+Blue) = 78+64+75=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 78 - color contains mainly: red. Hex color #4E404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E404B is #B1BFB4. Grayscale: #454545. Windows color (decimal): -11648949 or 4931662. OLE color: 4931662.
HSL color Cylindrical-coordinate representation of color #4E404B: hue angle of 312.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E404B is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 75 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.69 |
| HSL | 312.86º | 0.1% | 0.28% | - |
| HSV(B) | 312.86º | 0.18% | 0.31% | - |
| XYZ | 6.25 | 5.79 | 7.45 | - |
| YUV | 69.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 75 | 0 | 0.18 | 0.04 | 0.69 | 312.86 | 0.1 | 0.28 |
| Hex | 4E | 40 | 4B | 0 | 12 | 4 | 45 | 139 | A | 1C |
| Octal | 116 | 100 | 113 | 0 | 22 | 4 | 105 | 471 | 12 | 34 |
| Binary | 1001110 | 1000000 | 1001011 | 0 | 10010 | 100 | 1000101 | 100111001 | 1010 | 11100 |
Color Harmonies of #4E404B
Complementary color
Monochromatic Colors of #4E404B
Black with #4E404B
Text Example
Text Example
White with #4E404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E404B; }
p { color: rgb(78,64,75); }
H1.HeaderClassName
{
color: #4E404B;
}
.AnyTagClassName
{
color: #4E404B;
}
</style>
background-color css
<style>
a { background-color: #4E404B; }
a { background-color: rgb(78,64,75); }
div.DivClassName
{
background-color: #4E404B;
}
.BgClassName
{
background-color: #4E404B;
}
</style>
border-color css
<style>
span { border-color: #4E404B; }
span { border-color: rgb(78,64,75); }
td.TdClassName
{
border-color: #4E404B;
}
.TagClassName
{
border-color: #4E404B;
}
</style>