Shades of Grape #47454E
Tints of Grape #47454E
RGB
CMYK
RGB Variations
Color information
#47454E (or 0x47454E) is known color: Grape. HEX triplet: 47, 45 and 4E. RGB value is (71,69,78). Sum of RGB (Red+Green+Blue) = 71+69+78=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 78 - color contains mainly: blue. Hex color #47454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47454E is #B8BAB1. Grayscale: #464646. Windows color (decimal): -12106418 or 5129543. OLE color: 5129543.
HSL color Cylindrical-coordinate representation of color #47454E: hue angle of 253.33º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #47454E is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 69 | 78 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.69 |
| HSL | 253.33º | 0.06% | 0.29% | - |
| HSV(B) | 253.33º | 0.12% | 0.31% | - |
| XYZ | 6.1 | 6.15 | 8.07 | - |
| YUV | 70.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 78 | 0.09 | 0.12 | 0 | 0.69 | 253.33 | 0.06 | 0.29 |
| Hex | 47 | 45 | 4E | 9 | C | 0 | 45 | FD | 6 | 1D |
| Octal | 107 | 105 | 116 | 11 | 14 | 0 | 105 | 375 | 6 | 35 |
| Binary | 1000111 | 1000101 | 1001110 | 1001 | 1100 | 0 | 1000101 | 11111101 | 110 | 11101 |
Color Harmonies of #47454E
Complementary color
Monochromatic Colors of #47454E
Black with #47454E
Text Example
Text Example
White with #47454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47454E; }
p { color: rgb(71,69,78); }
H1.HeaderClassName
{
color: #47454E;
}
.AnyTagClassName
{
color: #47454E;
}
</style>
background-color css
<style>
a { background-color: #47454E; }
a { background-color: rgb(71,69,78); }
div.DivClassName
{
background-color: #47454E;
}
.BgClassName
{
background-color: #47454E;
}
</style>
border-color css
<style>
span { border-color: #47454E; }
span { border-color: rgb(71,69,78); }
td.TdClassName
{
border-color: #47454E;
}
.TagClassName
{
border-color: #47454E;
}
</style>