Shades of Purple Taupe #473D46
Tints of Purple Taupe #473D46
RGB
CMYK
RGB Variations
Color information
#473D46 (or 0x473D46) is known color: Purple Taupe. HEX triplet: 47, 3D and 46. RGB value is (71,61,70). Sum of RGB (Red+Green+Blue) = 71+61+70=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 71 - color contains mainly: red. Hex color #473D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D46 is #B8C2B9. Grayscale: #404040. Windows color (decimal): -12108474 or 4603207. OLE color: 4603207.
HSL color Cylindrical-coordinate representation of color #473D46: hue angle of 306º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #473D46 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 70 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.72 |
| HSL | 306º | 0.08% | 0.26% | - |
| HSV(B) | 306º | 0.14% | 0.28% | - |
| XYZ | 5.37 | 5.12 | 6.5 | - |
| YUV | 65.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 70 | 0 | 0.14 | 0.01 | 0.72 | 306 | 0.08 | 0.26 |
| Hex | 47 | 3D | 46 | 0 | E | 1 | 48 | 132 | 8 | 1A |
| Octal | 107 | 75 | 106 | 0 | 16 | 1 | 110 | 462 | 10 | 32 |
| Binary | 1000111 | 111101 | 1000110 | 0 | 1110 | 1 | 1001000 | 100110010 | 1000 | 11010 |
Color Harmonies of #473D46
Complementary color
Monochromatic Colors of #473D46
Black with #473D46
Text Example
Text Example
White with #473D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D46; }
p { color: rgb(71,61,70); }
H1.HeaderClassName
{
color: #473D46;
}
.AnyTagClassName
{
color: #473D46;
}
</style>
background-color css
<style>
a { background-color: #473D46; }
a { background-color: rgb(71,61,70); }
div.DivClassName
{
background-color: #473D46;
}
.BgClassName
{
background-color: #473D46;
}
</style>
border-color css
<style>
span { border-color: #473D46; }
span { border-color: rgb(71,61,70); }
td.TdClassName
{
border-color: #473D46;
}
.TagClassName
{
border-color: #473D46;
}
</style>