Shades of Grape #463C57
Tints of Grape #463C57
RGB
CMYK
RGB Variations
Color information
#463C57 (or 0x463C57) is known color: Grape. HEX triplet: 46, 3C and 57. RGB value is (70,60,87). Sum of RGB (Red+Green+Blue) = 70+60+87=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #463C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C57 is #B9C3A8. Grayscale: #414141. Windows color (decimal): -12174249 or 5717062. OLE color: 5717062.
HSL color Cylindrical-coordinate representation of color #463C57: hue angle of 262.22º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #463C57 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 60 | 87 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.66 |
| HSL | 262.22º | 0.18% | 0.29% | - |
| HSV(B) | 262.22º | 0.31% | 0.34% | - |
| XYZ | 5.86 | 5.22 | 9.72 | - |
| YUV | 66.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 87 | 0.20 | 0.31 | 0 | 0.66 | 262.22 | 0.18 | 0.29 |
| Hex | 46 | 3C | 57 | 14 | 1F | 0 | 42 | 106 | 12 | 1D |
| Octal | 106 | 74 | 127 | 24 | 37 | 0 | 102 | 406 | 22 | 35 |
| Binary | 1000110 | 111100 | 1010111 | 10100 | 11111 | 0 | 1000010 | 100000110 | 10010 | 11101 |
Color Harmonies of #463C57
Complementary color
Monochromatic Colors of #463C57
Black with #463C57
Text Example
Text Example
White with #463C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C57; }
p { color: rgb(70,60,87); }
H1.HeaderClassName
{
color: #463C57;
}
.AnyTagClassName
{
color: #463C57;
}
</style>
background-color css
<style>
a { background-color: #463C57; }
a { background-color: rgb(70,60,87); }
div.DivClassName
{
background-color: #463C57;
}
.BgClassName
{
background-color: #463C57;
}
</style>
border-color css
<style>
span { border-color: #463C57; }
span { border-color: rgb(70,60,87); }
td.TdClassName
{
border-color: #463C57;
}
.TagClassName
{
border-color: #463C57;
}
</style>