Shades of Purple Taupe #4C3E48
Tints of Purple Taupe #4C3E48
RGB
CMYK
RGB Variations
Color information
#4C3E48 (or 0x4C3E48) is known color: Purple Taupe. HEX triplet: 4C, 3E and 48. RGB value is (76,62,72). Sum of RGB (Red+Green+Blue) = 76+62+72=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E48 is #B3C1B7. Grayscale: #434343. Windows color (decimal): -11780536 or 4734540. OLE color: 4734540.
HSL color Cylindrical-coordinate representation of color #4C3E48: hue angle of 317.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C3E48 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 62 | 72 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.70 |
| HSL | 317.14º | 0.1% | 0.27% | - |
| HSV(B) | 317.14º | 0.18% | 0.3% | - |
| XYZ | 5.87 | 5.45 | 6.87 | - |
| YUV | 67.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 72 | 0 | 0.18 | 0.05 | 0.70 | 317.14 | 0.1 | 0.27 |
| Hex | 4C | 3E | 48 | 0 | 12 | 5 | 46 | 13D | A | 1B |
| Octal | 114 | 76 | 110 | 0 | 22 | 5 | 106 | 475 | 12 | 33 |
| Binary | 1001100 | 111110 | 1001000 | 0 | 10010 | 101 | 1000110 | 100111101 | 1010 | 11011 |
Color Harmonies of #4C3E48
Complementary color
Monochromatic Colors of #4C3E48
Black with #4C3E48
Text Example
Text Example
White with #4C3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E48; }
p { color: rgb(76,62,72); }
H1.HeaderClassName
{
color: #4C3E48;
}
.AnyTagClassName
{
color: #4C3E48;
}
</style>
background-color css
<style>
a { background-color: #4C3E48; }
a { background-color: rgb(76,62,72); }
div.DivClassName
{
background-color: #4C3E48;
}
.BgClassName
{
background-color: #4C3E48;
}
</style>
border-color css
<style>
span { border-color: #4C3E48; }
span { border-color: rgb(76,62,72); }
td.TdClassName
{
border-color: #4C3E48;
}
.TagClassName
{
border-color: #4C3E48;
}
</style>