Shades of Grape #464155
Tints of Grape #464155
RGB
CMYK
RGB Variations
Color information
#464155 (or 0x464155) is known color: Grape. HEX triplet: 46, 41 and 55. RGB value is (70,65,85). Sum of RGB (Red+Green+Blue) = 70+65+85=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #464155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464155 is #B9BEAA. Grayscale: #444444. Windows color (decimal): -12172971 or 5587270. OLE color: 5587270.
HSL color Cylindrical-coordinate representation of color #464155: hue angle of 255º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #464155 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 65 | 85 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.67 |
| HSL | 255º | 0.13% | 0.29% | - |
| HSV(B) | 255º | 0.24% | 0.33% | - |
| XYZ | 6.06 | 5.74 | 9.38 | - |
| YUV | 68.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 85 | 0.18 | 0.24 | 0 | 0.67 | 255 | 0.13 | 0.29 |
| Hex | 46 | 41 | 55 | 12 | 18 | 0 | 43 | FF | D | 1D |
| Octal | 106 | 101 | 125 | 22 | 30 | 0 | 103 | 377 | 15 | 35 |
| Binary | 1000110 | 1000001 | 1010101 | 10010 | 11000 | 0 | 1000011 | 11111111 | 1101 | 11101 |
Color Harmonies of #464155
Complementary color
Monochromatic Colors of #464155
Black with #464155
Text Example
Text Example
White with #464155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464155; }
p { color: rgb(70,65,85); }
H1.HeaderClassName
{
color: #464155;
}
.AnyTagClassName
{
color: #464155;
}
</style>
background-color css
<style>
a { background-color: #464155; }
a { background-color: rgb(70,65,85); }
div.DivClassName
{
background-color: #464155;
}
.BgClassName
{
background-color: #464155;
}
</style>
border-color css
<style>
span { border-color: #464155; }
span { border-color: rgb(70,65,85); }
td.TdClassName
{
border-color: #464155;
}
.TagClassName
{
border-color: #464155;
}
</style>