Shades of Purple Taupe #4E414B
Tints of Purple Taupe #4E414B
RGB
CMYK
RGB Variations
Color information
#4E414B (or 0x4E414B) is known color: Purple Taupe. HEX triplet: 4E, 41 and 4B. RGB value is (78,65,75). Sum of RGB (Red+Green+Blue) = 78+65+75=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 78 - color contains mainly: red. Hex color #4E414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E414B is #B1BEB4. Grayscale: #464646. Windows color (decimal): -11648693 or 4931918. OLE color: 4931918.
HSL color Cylindrical-coordinate representation of color #4E414B: hue angle of 313.85º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4E414B is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 75 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.69 |
| HSL | 313.85º | 0.09% | 0.28% | - |
| HSV(B) | 313.85º | 0.17% | 0.31% | - |
| XYZ | 6.3 | 5.91 | 7.46 | - |
| YUV | 70.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 75 | 0 | 0.17 | 0.04 | 0.69 | 313.85 | 0.09 | 0.28 |
| Hex | 4E | 41 | 4B | 0 | 11 | 4 | 45 | 13A | 9 | 1C |
| Octal | 116 | 101 | 113 | 0 | 21 | 4 | 105 | 472 | 11 | 34 |
| Binary | 1001110 | 1000001 | 1001011 | 0 | 10001 | 100 | 1000101 | 100111010 | 1001 | 11100 |
Color Harmonies of #4E414B
Complementary color
Monochromatic Colors of #4E414B
Black with #4E414B
Text Example
Text Example
White with #4E414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E414B; }
p { color: rgb(78,65,75); }
H1.HeaderClassName
{
color: #4E414B;
}
.AnyTagClassName
{
color: #4E414B;
}
</style>
background-color css
<style>
a { background-color: #4E414B; }
a { background-color: rgb(78,65,75); }
div.DivClassName
{
background-color: #4E414B;
}
.BgClassName
{
background-color: #4E414B;
}
</style>
border-color css
<style>
span { border-color: #4E414B; }
span { border-color: rgb(78,65,75); }
td.TdClassName
{
border-color: #4E414B;
}
.TagClassName
{
border-color: #4E414B;
}
</style>