Shades of Grape #463D59
Tints of Grape #463D59
RGB
CMYK
RGB Variations
Color information
#463D59 (or 0x463D59) is known color: Grape. HEX triplet: 46, 3D and 59. RGB value is (70,61,89). Sum of RGB (Red+Green+Blue) = 70+61+89=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #463D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D59 is #B9C2A6. Grayscale: #424242. Windows color (decimal): -12173991 or 5848390. OLE color: 5848390.
HSL color Cylindrical-coordinate representation of color #463D59: hue angle of 259.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #463D59 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 61 | 89 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.65 |
| HSL | 259.29º | 0.19% | 0.29% | - |
| HSV(B) | 259.29º | 0.31% | 0.35% | - |
| XYZ | 6 | 5.36 | 10.17 | - |
| YUV | 66.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 89 | 0.21 | 0.31 | 0 | 0.65 | 259.29 | 0.19 | 0.29 |
| Hex | 46 | 3D | 59 | 15 | 1F | 0 | 41 | 103 | 13 | 1D |
| Octal | 106 | 75 | 131 | 25 | 37 | 0 | 101 | 403 | 23 | 35 |
| Binary | 1000110 | 111101 | 1011001 | 10101 | 11111 | 0 | 1000001 | 100000011 | 10011 | 11101 |
Color Harmonies of #463D59
Complementary color
Monochromatic Colors of #463D59
Black with #463D59
Text Example
Text Example
White with #463D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D59; }
p { color: rgb(70,61,89); }
H1.HeaderClassName
{
color: #463D59;
}
.AnyTagClassName
{
color: #463D59;
}
</style>
background-color css
<style>
a { background-color: #463D59; }
a { background-color: rgb(70,61,89); }
div.DivClassName
{
background-color: #463D59;
}
.BgClassName
{
background-color: #463D59;
}
</style>
border-color css
<style>
span { border-color: #463D59; }
span { border-color: rgb(70,61,89); }
td.TdClassName
{
border-color: #463D59;
}
.TagClassName
{
border-color: #463D59;
}
</style>