Shades of Grape #473B59
Tints of Grape #473B59
RGB
CMYK
RGB Variations
Color information
#473B59 (or 0x473B59) is known color: Grape. HEX triplet: 47, 3B and 59. RGB value is (71,59,89). Sum of RGB (Red+Green+Blue) = 71+59+89=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #473B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B59 is #B8C4A6. Grayscale: #414141. Windows color (decimal): -12108967 or 5847879. OLE color: 5847879.
HSL color Cylindrical-coordinate representation of color #473B59: hue angle of 264º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473B59 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 59 | 89 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.65 |
| HSL | 264º | 0.2% | 0.29% | - |
| HSV(B) | 264º | 0.34% | 0.35% | - |
| XYZ | 5.97 | 5.19 | 10.14 | - |
| YUV | 66.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 89 | 0.20 | 0.34 | 0 | 0.65 | 264 | 0.2 | 0.29 |
| Hex | 47 | 3B | 59 | 14 | 22 | 0 | 41 | 108 | 14 | 1D |
| Octal | 107 | 73 | 131 | 24 | 42 | 0 | 101 | 410 | 24 | 35 |
| Binary | 1000111 | 111011 | 1011001 | 10100 | 100010 | 0 | 1000001 | 100001000 | 10100 | 11101 |
Color Harmonies of #473B59
Complementary color
Monochromatic Colors of #473B59
Black with #473B59
Text Example
Text Example
White with #473B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B59; }
p { color: rgb(71,59,89); }
H1.HeaderClassName
{
color: #473B59;
}
.AnyTagClassName
{
color: #473B59;
}
</style>
background-color css
<style>
a { background-color: #473B59; }
a { background-color: rgb(71,59,89); }
div.DivClassName
{
background-color: #473B59;
}
.BgClassName
{
background-color: #473B59;
}
</style>
border-color css
<style>
span { border-color: #473B59; }
span { border-color: rgb(71,59,89); }
td.TdClassName
{
border-color: #473B59;
}
.TagClassName
{
border-color: #473B59;
}
</style>