Shades of Grape #473F57
Tints of Grape #473F57
RGB
CMYK
RGB Variations
Color information
#473F57 (or 0x473F57) is known color: Grape. HEX triplet: 47, 3F and 57. RGB value is (71,63,87). Sum of RGB (Red+Green+Blue) = 71+63+87=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #473F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F57 is #B8C0A8. Grayscale: #444444. Windows color (decimal): -12107945 or 5717831. OLE color: 5717831.
HSL color Cylindrical-coordinate representation of color #473F57: hue angle of 260º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #473F57 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 63 | 87 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.66 |
| HSL | 260º | 0.16% | 0.29% | - |
| HSV(B) | 260º | 0.28% | 0.34% | - |
| XYZ | 6.1 | 5.58 | 9.77 | - |
| YUV | 68.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 87 | 0.18 | 0.28 | 0 | 0.66 | 260 | 0.16 | 0.29 |
| Hex | 47 | 3F | 57 | 12 | 1C | 0 | 42 | 104 | 10 | 1D |
| Octal | 107 | 77 | 127 | 22 | 34 | 0 | 102 | 404 | 20 | 35 |
| Binary | 1000111 | 111111 | 1010111 | 10010 | 11100 | 0 | 1000010 | 100000100 | 10000 | 11101 |
Color Harmonies of #473F57
Complementary color
Monochromatic Colors of #473F57
Black with #473F57
Text Example
Text Example
White with #473F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F57; }
p { color: rgb(71,63,87); }
H1.HeaderClassName
{
color: #473F57;
}
.AnyTagClassName
{
color: #473F57;
}
</style>
background-color css
<style>
a { background-color: #473F57; }
a { background-color: rgb(71,63,87); }
div.DivClassName
{
background-color: #473F57;
}
.BgClassName
{
background-color: #473F57;
}
</style>
border-color css
<style>
span { border-color: #473F57; }
span { border-color: rgb(71,63,87); }
td.TdClassName
{
border-color: #473F57;
}
.TagClassName
{
border-color: #473F57;
}
</style>