Shades of Grape #42404D
Tints of Grape #42404D
RGB
CMYK
RGB Variations
Color information
#42404D (or 0x42404D) is known color: Grape. HEX triplet: 42, 40 and 4D. RGB value is (66,64,77). Sum of RGB (Red+Green+Blue) = 66+64+77=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #42404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42404D is #BDBFB2. Grayscale: #424242. Windows color (decimal): -12435379 or 5062722. OLE color: 5062722.
HSL color Cylindrical-coordinate representation of color #42404D: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #42404D is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 64 | 77 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.70 |
| HSL | 249.23º | 0.09% | 0.28% | - |
| HSV(B) | 249.23º | 0.17% | 0.3% | - |
| XYZ | 5.42 | 5.36 | 7.77 | - |
| YUV | 66.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 77 | 0.14 | 0.17 | 0 | 0.70 | 249.23 | 0.09 | 0.28 |
| Hex | 42 | 40 | 4D | E | 11 | 0 | 46 | F9 | 9 | 1C |
| Octal | 102 | 100 | 115 | 16 | 21 | 0 | 106 | 371 | 11 | 34 |
| Binary | 1000010 | 1000000 | 1001101 | 1110 | 10001 | 0 | 1000110 | 11111001 | 1001 | 11100 |
Color Harmonies of #42404D
Complementary color
Monochromatic Colors of #42404D
Black with #42404D
Text Example
Text Example
White with #42404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42404D; }
p { color: rgb(66,64,77); }
H1.HeaderClassName
{
color: #42404D;
}
.AnyTagClassName
{
color: #42404D;
}
</style>
background-color css
<style>
a { background-color: #42404D; }
a { background-color: rgb(66,64,77); }
div.DivClassName
{
background-color: #42404D;
}
.BgClassName
{
background-color: #42404D;
}
</style>
border-color css
<style>
span { border-color: #42404D; }
span { border-color: rgb(66,64,77); }
td.TdClassName
{
border-color: #42404D;
}
.TagClassName
{
border-color: #42404D;
}
</style>