Shades of Grape #473E58
Tints of Grape #473E58
RGB
CMYK
RGB Variations
Color information
#473E58 (or 0x473E58) is known color: Grape. HEX triplet: 47, 3E and 58. RGB value is (71,62,88). Sum of RGB (Red+Green+Blue) = 71+62+88=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #473E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E58 is #B8C1A7. Grayscale: #434343. Windows color (decimal): -12108200 or 5783111. OLE color: 5783111.
HSL color Cylindrical-coordinate representation of color #473E58: hue angle of 260.77º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473E58 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 62 | 88 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.65 |
| HSL | 260.77º | 0.17% | 0.29% | - |
| HSV(B) | 260.77º | 0.3% | 0.35% | - |
| XYZ | 6.08 | 5.49 | 9.97 | - |
| YUV | 67.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 88 | 0.19 | 0.30 | 0 | 0.65 | 260.77 | 0.17 | 0.29 |
| Hex | 47 | 3E | 58 | 13 | 1E | 0 | 41 | 105 | 11 | 1D |
| Octal | 107 | 76 | 130 | 23 | 36 | 0 | 101 | 405 | 21 | 35 |
| Binary | 1000111 | 111110 | 1011000 | 10011 | 11110 | 0 | 1000001 | 100000101 | 10001 | 11101 |
Color Harmonies of #473E58
Complementary color
Monochromatic Colors of #473E58
Black with #473E58
Text Example
Text Example
White with #473E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E58; }
p { color: rgb(71,62,88); }
H1.HeaderClassName
{
color: #473E58;
}
.AnyTagClassName
{
color: #473E58;
}
</style>
background-color css
<style>
a { background-color: #473E58; }
a { background-color: rgb(71,62,88); }
div.DivClassName
{
background-color: #473E58;
}
.BgClassName
{
background-color: #473E58;
}
</style>
border-color css
<style>
span { border-color: #473E58; }
span { border-color: rgb(71,62,88); }
td.TdClassName
{
border-color: #473E58;
}
.TagClassName
{
border-color: #473E58;
}
</style>