Shades of Grape #463F59
Tints of Grape #463F59
RGB
CMYK
RGB Variations
Color information
#463F59 (or 0x463F59) is known color: Grape. HEX triplet: 46, 3F and 59. RGB value is (70,63,89). Sum of RGB (Red+Green+Blue) = 70+63+89=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #463F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F59 is #B9C0A6. Grayscale: #434343. Windows color (decimal): -12173479 or 5848902. OLE color: 5848902.
HSL color Cylindrical-coordinate representation of color #463F59: hue angle of 256.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463F59 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 63 | 89 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.65 |
| HSL | 256.15º | 0.17% | 0.3% | - |
| HSV(B) | 256.15º | 0.29% | 0.35% | - |
| XYZ | 6.11 | 5.58 | 10.21 | - |
| YUV | 68.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 89 | 0.21 | 0.29 | 0 | 0.65 | 256.15 | 0.17 | 0.3 |
| Hex | 46 | 3F | 59 | 15 | 1D | 0 | 41 | 100 | 11 | 1E |
| Octal | 106 | 77 | 131 | 25 | 35 | 0 | 101 | 400 | 21 | 36 |
| Binary | 1000110 | 111111 | 1011001 | 10101 | 11101 | 0 | 1000001 | 100000000 | 10001 | 11110 |
Color Harmonies of #463F59
Complementary color
Monochromatic Colors of #463F59
Black with #463F59
Text Example
Text Example
White with #463F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F59; }
p { color: rgb(70,63,89); }
H1.HeaderClassName
{
color: #463F59;
}
.AnyTagClassName
{
color: #463F59;
}
</style>
background-color css
<style>
a { background-color: #463F59; }
a { background-color: rgb(70,63,89); }
div.DivClassName
{
background-color: #463F59;
}
.BgClassName
{
background-color: #463F59;
}
</style>
border-color css
<style>
span { border-color: #463F59; }
span { border-color: rgb(70,63,89); }
td.TdClassName
{
border-color: #463F59;
}
.TagClassName
{
border-color: #463F59;
}
</style>