Shades of Purple Taupe #4C494B
Tints of Purple Taupe #4C494B
RGB
CMYK
RGB Variations
Color information
#4C494B (or 0x4C494B) is known color: Purple Taupe. HEX triplet: 4C, 49 and 4B. RGB value is (76,73,75). Sum of RGB (Red+Green+Blue) = 76+73+75=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 76 - color contains mainly: red. Hex color #4C494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C494B is #B3B6B4. Grayscale: #4A4A4A. Windows color (decimal): -11777717 or 4933964. OLE color: 4933964.
HSL color Cylindrical-coordinate representation of color #4C494B: hue angle of 320º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4C494B is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 75 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.70 |
| HSL | 320º | 0.02% | 0.29% | - |
| HSV(B) | 320º | 0.04% | 0.3% | - |
| XYZ | 6.63 | 6.81 | 7.62 | - |
| YUV | 74.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 75 | 0 | 0.04 | 0.01 | 0.70 | 320 | 0.02 | 0.29 |
| Hex | 4C | 49 | 4B | 0 | 4 | 1 | 46 | 140 | 2 | 1D |
| Octal | 114 | 111 | 113 | 0 | 4 | 1 | 106 | 500 | 2 | 35 |
| Binary | 1001100 | 1001001 | 1001011 | 0 | 100 | 1 | 1000110 | 101000000 | 10 | 11101 |
Color Harmonies of #4C494B
Complementary color
Monochromatic Colors of #4C494B
Black with #4C494B
Text Example
Text Example
White with #4C494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C494B; }
p { color: rgb(76,73,75); }
H1.HeaderClassName
{
color: #4C494B;
}
.AnyTagClassName
{
color: #4C494B;
}
</style>
background-color css
<style>
a { background-color: #4C494B; }
a { background-color: rgb(76,73,75); }
div.DivClassName
{
background-color: #4C494B;
}
.BgClassName
{
background-color: #4C494B;
}
</style>
border-color css
<style>
span { border-color: #4C494B; }
span { border-color: rgb(76,73,75); }
td.TdClassName
{
border-color: #4C494B;
}
.TagClassName
{
border-color: #4C494B;
}
</style>