Shades of Grape #47404F
Tints of Grape #47404F
RGB
CMYK
RGB Variations
Color information
#47404F (or 0x47404F) is known color: Grape. HEX triplet: 47, 40 and 4F. RGB value is (71,64,79). Sum of RGB (Red+Green+Blue) = 71+64+79=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 79 - color contains mainly: blue. Hex color #47404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47404F is #B8BFB0. Grayscale: #434343. Windows color (decimal): -12107697 or 5193799. OLE color: 5193799.
HSL color Cylindrical-coordinate representation of color #47404F: hue angle of 268º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #47404F is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 64 | 79 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.69 |
| HSL | 268º | 0.1% | 0.28% | - |
| HSV(B) | 268º | 0.19% | 0.31% | - |
| XYZ | 5.84 | 5.57 | 8.16 | - |
| YUV | 67.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 79 | 0.10 | 0.19 | 0 | 0.69 | 268 | 0.1 | 0.28 |
| Hex | 47 | 40 | 4F | A | 13 | 0 | 45 | 10C | A | 1C |
| Octal | 107 | 100 | 117 | 12 | 23 | 0 | 105 | 414 | 12 | 34 |
| Binary | 1000111 | 1000000 | 1001111 | 1010 | 10011 | 0 | 1000101 | 100001100 | 1010 | 11100 |
Color Harmonies of #47404F
Complementary color
Monochromatic Colors of #47404F
Black with #47404F
Text Example
Text Example
White with #47404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47404F; }
p { color: rgb(71,64,79); }
H1.HeaderClassName
{
color: #47404F;
}
.AnyTagClassName
{
color: #47404F;
}
</style>
background-color css
<style>
a { background-color: #47404F; }
a { background-color: rgb(71,64,79); }
div.DivClassName
{
background-color: #47404F;
}
.BgClassName
{
background-color: #47404F;
}
</style>
border-color css
<style>
span { border-color: #47404F; }
span { border-color: rgb(71,64,79); }
td.TdClassName
{
border-color: #47404F;
}
.TagClassName
{
border-color: #47404F;
}
</style>