Shades of Grape #473E53
Tints of Grape #473E53
RGB
CMYK
RGB Variations
Color information
#473E53 (or 0x473E53) is known color: Grape. HEX triplet: 47, 3E and 53. RGB value is (71,62,83). Sum of RGB (Red+Green+Blue) = 71+62+83=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #473E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E53 is #B8C1AC. Grayscale: #434343. Windows color (decimal): -12108205 or 5455431. OLE color: 5455431.
HSL color Cylindrical-coordinate representation of color #473E53: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #473E53 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 62 | 83 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.67 |
| HSL | 265.71º | 0.14% | 0.28% | - |
| HSV(B) | 265.71º | 0.25% | 0.33% | - |
| XYZ | 5.88 | 5.41 | 8.92 | - |
| YUV | 67.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 83 | 0.14 | 0.25 | 0 | 0.67 | 265.71 | 0.14 | 0.28 |
| Hex | 47 | 3E | 53 | E | 19 | 0 | 43 | 10A | E | 1C |
| Octal | 107 | 76 | 123 | 16 | 31 | 0 | 103 | 412 | 16 | 34 |
| Binary | 1000111 | 111110 | 1010011 | 1110 | 11001 | 0 | 1000011 | 100001010 | 1110 | 11100 |
Color Harmonies of #473E53
Complementary color
Monochromatic Colors of #473E53
Black with #473E53
Text Example
Text Example
White with #473E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E53; }
p { color: rgb(71,62,83); }
H1.HeaderClassName
{
color: #473E53;
}
.AnyTagClassName
{
color: #473E53;
}
</style>
background-color css
<style>
a { background-color: #473E53; }
a { background-color: rgb(71,62,83); }
div.DivClassName
{
background-color: #473E53;
}
.BgClassName
{
background-color: #473E53;
}
</style>
border-color css
<style>
span { border-color: #473E53; }
span { border-color: rgb(71,62,83); }
td.TdClassName
{
border-color: #473E53;
}
.TagClassName
{
border-color: #473E53;
}
</style>