Shades of Grape #45424D
Tints of Grape #45424D
RGB
CMYK
RGB Variations
Color information
#45424D (or 0x45424D) is known color: Grape. HEX triplet: 45, 42 and 4D. RGB value is (69,66,77). Sum of RGB (Red+Green+Blue) = 69+66+77=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #45424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45424D is #BABDB2. Grayscale: #444444. Windows color (decimal): -12238259 or 5063237. OLE color: 5063237.
HSL color Cylindrical-coordinate representation of color #45424D: hue angle of 256.36º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #45424D is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 66 | 77 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.70 |
| HSL | 256.36º | 0.08% | 0.28% | - |
| HSV(B) | 256.36º | 0.14% | 0.3% | - |
| XYZ | 5.74 | 5.7 | 7.82 | - |
| YUV | 68.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 77 | 0.10 | 0.14 | 0 | 0.70 | 256.36 | 0.08 | 0.28 |
| Hex | 45 | 42 | 4D | A | E | 0 | 46 | 100 | 8 | 1C |
| Octal | 105 | 102 | 115 | 12 | 16 | 0 | 106 | 400 | 10 | 34 |
| Binary | 1000101 | 1000010 | 1001101 | 1010 | 1110 | 0 | 1000110 | 100000000 | 1000 | 11100 |
Color Harmonies of #45424D
Complementary color
Monochromatic Colors of #45424D
Black with #45424D
Text Example
Text Example
White with #45424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45424D; }
p { color: rgb(69,66,77); }
H1.HeaderClassName
{
color: #45424D;
}
.AnyTagClassName
{
color: #45424D;
}
</style>
background-color css
<style>
a { background-color: #45424D; }
a { background-color: rgb(69,66,77); }
div.DivClassName
{
background-color: #45424D;
}
.BgClassName
{
background-color: #45424D;
}
</style>
border-color css
<style>
span { border-color: #45424D; }
span { border-color: rgb(69,66,77); }
td.TdClassName
{
border-color: #45424D;
}
.TagClassName
{
border-color: #45424D;
}
</style>