Shades of Purple Taupe #464245
Tints of Purple Taupe #464245
RGB
CMYK
RGB Variations
Color information
#464245 (or 0x464245) is known color: Purple Taupe. HEX triplet: 46, 42 and 45. RGB value is (70,66,69). Sum of RGB (Red+Green+Blue) = 70+66+69=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 70 - color contains mainly: red. Hex color #464245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464245 is #B9BDBA. Grayscale: #434343. Windows color (decimal): -12172731 or 4538950. OLE color: 4538950.
HSL color Cylindrical-coordinate representation of color #464245: hue angle of 315º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #464245 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 69 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.73 |
| HSL | 315º | 0.03% | 0.27% | - |
| HSV(B) | 315º | 0.06% | 0.27% | - |
| XYZ | 5.55 | 5.63 | 6.42 | - |
| YUV | 67.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 69 | 0 | 0.06 | 0.01 | 0.73 | 315 | 0.03 | 0.27 |
| Hex | 46 | 42 | 45 | 0 | 6 | 1 | 49 | 13B | 3 | 1B |
| Octal | 106 | 102 | 105 | 0 | 6 | 1 | 111 | 473 | 3 | 33 |
| Binary | 1000110 | 1000010 | 1000101 | 0 | 110 | 1 | 1001001 | 100111011 | 11 | 11011 |
Color Harmonies of #464245
Complementary color
Monochromatic Colors of #464245
Black with #464245
Text Example
Text Example
White with #464245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464245; }
p { color: rgb(70,66,69); }
H1.HeaderClassName
{
color: #464245;
}
.AnyTagClassName
{
color: #464245;
}
</style>
background-color css
<style>
a { background-color: #464245; }
a { background-color: rgb(70,66,69); }
div.DivClassName
{
background-color: #464245;
}
.BgClassName
{
background-color: #464245;
}
</style>
border-color css
<style>
span { border-color: #464245; }
span { border-color: rgb(70,66,69); }
td.TdClassName
{
border-color: #464245;
}
.TagClassName
{
border-color: #464245;
}
</style>