Shades of Grape #474157
Tints of Grape #474157
RGB
CMYK
RGB Variations
Color information
#474157 (or 0x474157) is known color: Grape. HEX triplet: 47, 41 and 57. RGB value is (71,65,87). Sum of RGB (Red+Green+Blue) = 71+65+87=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #474157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474157 is #B8BEA8. Grayscale: #454545. Windows color (decimal): -12107433 or 5718343. OLE color: 5718343.
HSL color Cylindrical-coordinate representation of color #474157: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #474157 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 65 | 87 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.66 |
| HSL | 256.36º | 0.14% | 0.3% | - |
| HSV(B) | 256.36º | 0.25% | 0.34% | - |
| XYZ | 6.21 | 5.81 | 9.81 | - |
| YUV | 69.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 87 | 0.18 | 0.25 | 0 | 0.66 | 256.36 | 0.14 | 0.3 |
| Hex | 47 | 41 | 57 | 12 | 19 | 0 | 42 | 100 | E | 1E |
| Octal | 107 | 101 | 127 | 22 | 31 | 0 | 102 | 400 | 16 | 36 |
| Binary | 1000111 | 1000001 | 1010111 | 10010 | 11001 | 0 | 1000010 | 100000000 | 1110 | 11110 |
Color Harmonies of #474157
Complementary color
Monochromatic Colors of #474157
Black with #474157
Text Example
Text Example
White with #474157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474157; }
p { color: rgb(71,65,87); }
H1.HeaderClassName
{
color: #474157;
}
.AnyTagClassName
{
color: #474157;
}
</style>
background-color css
<style>
a { background-color: #474157; }
a { background-color: rgb(71,65,87); }
div.DivClassName
{
background-color: #474157;
}
.BgClassName
{
background-color: #474157;
}
</style>
border-color css
<style>
span { border-color: #474157; }
span { border-color: rgb(71,65,87); }
td.TdClassName
{
border-color: #474157;
}
.TagClassName
{
border-color: #474157;
}
</style>