Shades of Grape #46404F
Tints of Grape #46404F
RGB
CMYK
RGB Variations
Color information
#46404F (or 0x46404F) is known color: Grape. HEX triplet: 46, 40 and 4F. RGB value is (70,64,79). Sum of RGB (Red+Green+Blue) = 70+64+79=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 79 - color contains mainly: blue. Hex color #46404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46404F is #B9BFB0. Grayscale: #434343. Windows color (decimal): -12173233 or 5193798. OLE color: 5193798.
HSL color Cylindrical-coordinate representation of color #46404F: hue angle of 264º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #46404F is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 64 | 79 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.69 |
| HSL | 264º | 0.1% | 0.28% | - |
| HSV(B) | 264º | 0.19% | 0.31% | - |
| XYZ | 5.77 | 5.53 | 8.16 | - |
| YUV | 67.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 79 | 0.11 | 0.19 | 0 | 0.69 | 264 | 0.1 | 0.28 |
| Hex | 46 | 40 | 4F | B | 13 | 0 | 45 | 108 | A | 1C |
| Octal | 106 | 100 | 117 | 13 | 23 | 0 | 105 | 410 | 12 | 34 |
| Binary | 1000110 | 1000000 | 1001111 | 1011 | 10011 | 0 | 1000101 | 100001000 | 1010 | 11100 |
Color Harmonies of #46404F
Complementary color
Monochromatic Colors of #46404F
Black with #46404F
Text Example
Text Example
White with #46404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46404F; }
p { color: rgb(70,64,79); }
H1.HeaderClassName
{
color: #46404F;
}
.AnyTagClassName
{
color: #46404F;
}
</style>
background-color css
<style>
a { background-color: #46404F; }
a { background-color: rgb(70,64,79); }
div.DivClassName
{
background-color: #46404F;
}
.BgClassName
{
background-color: #46404F;
}
</style>
border-color css
<style>
span { border-color: #46404F; }
span { border-color: rgb(70,64,79); }
td.TdClassName
{
border-color: #46404F;
}
.TagClassName
{
border-color: #46404F;
}
</style>