Shades of Grape #473A57
Tints of Grape #473A57
RGB
CMYK
RGB Variations
Color information
#473A57 (or 0x473A57) is known color: Grape. HEX triplet: 47, 3A and 57. RGB value is (71,58,87). Sum of RGB (Red+Green+Blue) = 71+58+87=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #473A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A57 is #B8C5A8. Grayscale: #414141. Windows color (decimal): -12109225 or 5716551. OLE color: 5716551.
HSL color Cylindrical-coordinate representation of color #473A57: hue angle of 266.9º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #473A57 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 58 | 87 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.66 |
| HSL | 266.9º | 0.2% | 0.28% | - |
| HSV(B) | 266.9º | 0.33% | 0.34% | - |
| XYZ | 5.83 | 5.05 | 9.68 | - |
| YUV | 65.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 87 | 0.18 | 0.33 | 0 | 0.66 | 266.9 | 0.2 | 0.28 |
| Hex | 47 | 3A | 57 | 12 | 21 | 0 | 42 | 10B | 14 | 1C |
| Octal | 107 | 72 | 127 | 22 | 41 | 0 | 102 | 413 | 24 | 34 |
| Binary | 1000111 | 111010 | 1010111 | 10010 | 100001 | 0 | 1000010 | 100001011 | 10100 | 11100 |
Color Harmonies of #473A57
Complementary color
Monochromatic Colors of #473A57
Black with #473A57
Text Example
Text Example
White with #473A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A57; }
p { color: rgb(71,58,87); }
H1.HeaderClassName
{
color: #473A57;
}
.AnyTagClassName
{
color: #473A57;
}
</style>
background-color css
<style>
a { background-color: #473A57; }
a { background-color: rgb(71,58,87); }
div.DivClassName
{
background-color: #473A57;
}
.BgClassName
{
background-color: #473A57;
}
</style>
border-color css
<style>
span { border-color: #473A57; }
span { border-color: rgb(71,58,87); }
td.TdClassName
{
border-color: #473A57;
}
.TagClassName
{
border-color: #473A57;
}
</style>