Shades of Purple Taupe #4E434C
Tints of Purple Taupe #4E434C
RGB
CMYK
RGB Variations
Color information
#4E434C (or 0x4E434C) is known color: Purple Taupe. HEX triplet: 4E, 43 and 4C. RGB value is (78,67,76). Sum of RGB (Red+Green+Blue) = 78+67+76=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 78 - color contains mainly: red. Hex color #4E434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E434C is #B1BCB3. Grayscale: #474747. Windows color (decimal): -11648180 or 4997966. OLE color: 4997966.
HSL color Cylindrical-coordinate representation of color #4E434C: hue angle of 310.91º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E434C is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 76 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.69 |
| HSL | 310.91º | 0.08% | 0.28% | - |
| HSV(B) | 310.91º | 0.14% | 0.31% | - |
| XYZ | 6.45 | 6.16 | 7.69 | - |
| YUV | 71.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 76 | 0 | 0.14 | 0.03 | 0.69 | 310.91 | 0.08 | 0.28 |
| Hex | 4E | 43 | 4C | 0 | E | 3 | 45 | 137 | 8 | 1C |
| Octal | 116 | 103 | 114 | 0 | 16 | 3 | 105 | 467 | 10 | 34 |
| Binary | 1001110 | 1000011 | 1001100 | 0 | 1110 | 11 | 1000101 | 100110111 | 1000 | 11100 |
Color Harmonies of #4E434C
Complementary color
Monochromatic Colors of #4E434C
Black with #4E434C
Text Example
Text Example
White with #4E434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E434C; }
p { color: rgb(78,67,76); }
H1.HeaderClassName
{
color: #4E434C;
}
.AnyTagClassName
{
color: #4E434C;
}
</style>
background-color css
<style>
a { background-color: #4E434C; }
a { background-color: rgb(78,67,76); }
div.DivClassName
{
background-color: #4E434C;
}
.BgClassName
{
background-color: #4E434C;
}
</style>
border-color css
<style>
span { border-color: #4E434C; }
span { border-color: rgb(78,67,76); }
td.TdClassName
{
border-color: #4E434C;
}
.TagClassName
{
border-color: #4E434C;
}
</style>