Shades of Grape #474250
Tints of Grape #474250
RGB
CMYK
RGB Variations
Color information
#474250 (or 0x474250) is known color: Grape. HEX triplet: 47, 42 and 50. RGB value is (71,66,80). Sum of RGB (Red+Green+Blue) = 71+66+80=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #474250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474250 is #B8BDAF. Grayscale: #454545. Windows color (decimal): -12107184 or 5259847. OLE color: 5259847.
HSL color Cylindrical-coordinate representation of color #474250: hue angle of 261.43º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #474250 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 66 | 80 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.69 |
| HSL | 261.43º | 0.1% | 0.29% | - |
| HSV(B) | 261.43º | 0.18% | 0.31% | - |
| XYZ | 5.99 | 5.82 | 8.4 | - |
| YUV | 69.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 80 | 0.11 | 0.17 | 0 | 0.69 | 261.43 | 0.1 | 0.29 |
| Hex | 47 | 42 | 50 | B | 11 | 0 | 45 | 105 | A | 1D |
| Octal | 107 | 102 | 120 | 13 | 21 | 0 | 105 | 405 | 12 | 35 |
| Binary | 1000111 | 1000010 | 1010000 | 1011 | 10001 | 0 | 1000101 | 100000101 | 1010 | 11101 |
Color Harmonies of #474250
Complementary color
Monochromatic Colors of #474250
Black with #474250
Text Example
Text Example
White with #474250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474250; }
p { color: rgb(71,66,80); }
H1.HeaderClassName
{
color: #474250;
}
.AnyTagClassName
{
color: #474250;
}
</style>
background-color css
<style>
a { background-color: #474250; }
a { background-color: rgb(71,66,80); }
div.DivClassName
{
background-color: #474250;
}
.BgClassName
{
background-color: #474250;
}
</style>
border-color css
<style>
span { border-color: #474250; }
span { border-color: rgb(71,66,80); }
td.TdClassName
{
border-color: #474250;
}
.TagClassName
{
border-color: #474250;
}
</style>