Shades of Grape #463F57
Tints of Grape #463F57
RGB
CMYK
RGB Variations
Color information
#463F57 (or 0x463F57) is known color: Grape. HEX triplet: 46, 3F and 57. RGB value is (70,63,87). Sum of RGB (Red+Green+Blue) = 70+63+87=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #463F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F57 is #B9C0A8. Grayscale: #434343. Windows color (decimal): -12173481 or 5717830. OLE color: 5717830.
HSL color Cylindrical-coordinate representation of color #463F57: hue angle of 257.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #463F57 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 63 | 87 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.66 |
| HSL | 257.5º | 0.16% | 0.29% | - |
| HSV(B) | 257.5º | 0.28% | 0.34% | - |
| XYZ | 6.02 | 5.55 | 9.77 | - |
| YUV | 67.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 87 | 0.20 | 0.28 | 0 | 0.66 | 257.5 | 0.16 | 0.29 |
| Hex | 46 | 3F | 57 | 14 | 1C | 0 | 42 | 102 | 10 | 1D |
| Octal | 106 | 77 | 127 | 24 | 34 | 0 | 102 | 402 | 20 | 35 |
| Binary | 1000110 | 111111 | 1010111 | 10100 | 11100 | 0 | 1000010 | 100000010 | 10000 | 11101 |
Color Harmonies of #463F57
Complementary color
Monochromatic Colors of #463F57
Black with #463F57
Text Example
Text Example
White with #463F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F57; }
p { color: rgb(70,63,87); }
H1.HeaderClassName
{
color: #463F57;
}
.AnyTagClassName
{
color: #463F57;
}
</style>
background-color css
<style>
a { background-color: #463F57; }
a { background-color: rgb(70,63,87); }
div.DivClassName
{
background-color: #463F57;
}
.BgClassName
{
background-color: #463F57;
}
</style>
border-color css
<style>
span { border-color: #463F57; }
span { border-color: rgb(70,63,87); }
td.TdClassName
{
border-color: #463F57;
}
.TagClassName
{
border-color: #463F57;
}
</style>