Shades of Grape #463D53
Tints of Grape #463D53
RGB
CMYK
RGB Variations
Color information
#463D53 (or 0x463D53) is known color: Grape. HEX triplet: 46, 3D and 53. RGB value is (70,61,83). Sum of RGB (Red+Green+Blue) = 70+61+83=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #463D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D53 is #B9C2AC. Grayscale: #424242. Windows color (decimal): -12173997 or 5455174. OLE color: 5455174.
HSL color Cylindrical-coordinate representation of color #463D53: hue angle of 264.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #463D53 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 61 | 83 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.67 |
| HSL | 264.55º | 0.15% | 0.28% | - |
| HSV(B) | 264.55º | 0.27% | 0.33% | - |
| XYZ | 5.76 | 5.26 | 8.9 | - |
| YUV | 66.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 83 | 0.16 | 0.27 | 0 | 0.67 | 264.55 | 0.15 | 0.28 |
| Hex | 46 | 3D | 53 | 10 | 1B | 0 | 43 | 109 | F | 1C |
| Octal | 106 | 75 | 123 | 20 | 33 | 0 | 103 | 411 | 17 | 34 |
| Binary | 1000110 | 111101 | 1010011 | 10000 | 11011 | 0 | 1000011 | 100001001 | 1111 | 11100 |
Color Harmonies of #463D53
Complementary color
Monochromatic Colors of #463D53
Black with #463D53
Text Example
Text Example
White with #463D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D53; }
p { color: rgb(70,61,83); }
H1.HeaderClassName
{
color: #463D53;
}
.AnyTagClassName
{
color: #463D53;
}
</style>
background-color css
<style>
a { background-color: #463D53; }
a { background-color: rgb(70,61,83); }
div.DivClassName
{
background-color: #463D53;
}
.BgClassName
{
background-color: #463D53;
}
</style>
border-color css
<style>
span { border-color: #463D53; }
span { border-color: rgb(70,61,83); }
td.TdClassName
{
border-color: #463D53;
}
.TagClassName
{
border-color: #463D53;
}
</style>