Shades of Grape #463E59
Tints of Grape #463E59
RGB
CMYK
RGB Variations
Color information
#463E59 (or 0x463E59) is known color: Grape. HEX triplet: 46, 3E and 59. RGB value is (70,62,89). Sum of RGB (Red+Green+Blue) = 70+62+89=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #463E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E59 is #B9C1A6. Grayscale: #434343. Windows color (decimal): -12173735 or 5848646. OLE color: 5848646.
HSL color Cylindrical-coordinate representation of color #463E59: hue angle of 257.78º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463E59 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 62 | 89 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.65 |
| HSL | 257.78º | 0.18% | 0.3% | - |
| HSV(B) | 257.78º | 0.3% | 0.35% | - |
| XYZ | 6.05 | 5.47 | 10.19 | - |
| YUV | 67.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 89 | 0.21 | 0.30 | 0 | 0.65 | 257.78 | 0.18 | 0.3 |
| Hex | 46 | 3E | 59 | 15 | 1E | 0 | 41 | 102 | 12 | 1E |
| Octal | 106 | 76 | 131 | 25 | 36 | 0 | 101 | 402 | 22 | 36 |
| Binary | 1000110 | 111110 | 1011001 | 10101 | 11110 | 0 | 1000001 | 100000010 | 10010 | 11110 |
Color Harmonies of #463E59
Complementary color
Monochromatic Colors of #463E59
Black with #463E59
Text Example
Text Example
White with #463E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463E59; }
p { color: rgb(70,62,89); }
H1.HeaderClassName
{
color: #463E59;
}
.AnyTagClassName
{
color: #463E59;
}
</style>
background-color css
<style>
a { background-color: #463E59; }
a { background-color: rgb(70,62,89); }
div.DivClassName
{
background-color: #463E59;
}
.BgClassName
{
background-color: #463E59;
}
</style>
border-color css
<style>
span { border-color: #463E59; }
span { border-color: rgb(70,62,89); }
td.TdClassName
{
border-color: #463E59;
}
.TagClassName
{
border-color: #463E59;
}
</style>