Shades of Purple Taupe #494146
Tints of Purple Taupe #494146
RGB
CMYK
RGB Variations
Color information
#494146 (or 0x494146) is known color: Purple Taupe. HEX triplet: 49, 41 and 46. RGB value is (73,65,70). Sum of RGB (Red+Green+Blue) = 73+65+70=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #494146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494146 is #B6BEB9. Grayscale: #434343. Windows color (decimal): -11976378 or 4604233. OLE color: 4604233.
HSL color Cylindrical-coordinate representation of color #494146: hue angle of 322.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494146 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 70 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.71 |
| HSL | 322.5º | 0.06% | 0.27% | - |
| HSV(B) | 322.5º | 0.11% | 0.29% | - |
| XYZ | 5.74 | 5.64 | 6.58 | - |
| YUV | 67.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 70 | 0 | 0.11 | 0.04 | 0.71 | 322.5 | 0.06 | 0.27 |
| Hex | 49 | 41 | 46 | 0 | B | 4 | 47 | 142 | 6 | 1B |
| Octal | 111 | 101 | 106 | 0 | 13 | 4 | 107 | 502 | 6 | 33 |
| Binary | 1001001 | 1000001 | 1000110 | 0 | 1011 | 100 | 1000111 | 101000010 | 110 | 11011 |
Color Harmonies of #494146
Complementary color
Monochromatic Colors of #494146
Black with #494146
Text Example
Text Example
White with #494146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494146; }
p { color: rgb(73,65,70); }
H1.HeaderClassName
{
color: #494146;
}
.AnyTagClassName
{
color: #494146;
}
</style>
background-color css
<style>
a { background-color: #494146; }
a { background-color: rgb(73,65,70); }
div.DivClassName
{
background-color: #494146;
}
.BgClassName
{
background-color: #494146;
}
</style>
border-color css
<style>
span { border-color: #494146; }
span { border-color: rgb(73,65,70); }
td.TdClassName
{
border-color: #494146;
}
.TagClassName
{
border-color: #494146;
}
</style>