Shades of Grape #463A58
Tints of Grape #463A58
RGB
CMYK
RGB Variations
Color information
#463A58 (or 0x463A58) is known color: Grape. HEX triplet: 46, 3A and 58. RGB value is (70,58,88). Sum of RGB (Red+Green+Blue) = 70+58+88=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #463A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A58 is #B9C5A7. Grayscale: #404040. Windows color (decimal): -12174760 or 5782086. OLE color: 5782086.
HSL color Cylindrical-coordinate representation of color #463A58: hue angle of 264º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #463A58 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 58 | 88 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.65 |
| HSL | 264º | 0.21% | 0.29% | - |
| HSV(B) | 264º | 0.34% | 0.35% | - |
| XYZ | 5.8 | 5.03 | 9.9 | - |
| YUV | 65.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 88 | 0.20 | 0.34 | 0 | 0.65 | 264 | 0.21 | 0.29 |
| Hex | 46 | 3A | 58 | 14 | 22 | 0 | 41 | 108 | 15 | 1D |
| Octal | 106 | 72 | 130 | 24 | 42 | 0 | 101 | 410 | 25 | 35 |
| Binary | 1000110 | 111010 | 1011000 | 10100 | 100010 | 0 | 1000001 | 100001000 | 10101 | 11101 |
Color Harmonies of #463A58
Complementary color
Monochromatic Colors of #463A58
Black with #463A58
Text Example
Text Example
White with #463A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A58; }
p { color: rgb(70,58,88); }
H1.HeaderClassName
{
color: #463A58;
}
.AnyTagClassName
{
color: #463A58;
}
</style>
background-color css
<style>
a { background-color: #463A58; }
a { background-color: rgb(70,58,88); }
div.DivClassName
{
background-color: #463A58;
}
.BgClassName
{
background-color: #463A58;
}
</style>
border-color css
<style>
span { border-color: #463A58; }
span { border-color: rgb(70,58,88); }
td.TdClassName
{
border-color: #463A58;
}
.TagClassName
{
border-color: #463A58;
}
</style>