Shades of Grape #45414D
Tints of Grape #45414D
RGB
CMYK
RGB Variations
Color information
#45414D (or 0x45414D) is known color: Grape. HEX triplet: 45, 41 and 4D. RGB value is (69,65,77). Sum of RGB (Red+Green+Blue) = 69+65+77=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #45414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45414D is #BABEB2. Grayscale: #434343. Windows color (decimal): -12238515 or 5062981. OLE color: 5062981.
HSL color Cylindrical-coordinate representation of color #45414D: hue angle of 260º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #45414D is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 65 | 77 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.70 |
| HSL | 260º | 0.08% | 0.28% | - |
| HSV(B) | 260º | 0.16% | 0.3% | - |
| XYZ | 5.68 | 5.58 | 7.8 | - |
| YUV | 67.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 77 | 0.10 | 0.16 | 0 | 0.70 | 260 | 0.08 | 0.28 |
| Hex | 45 | 41 | 4D | A | 10 | 0 | 46 | 104 | 8 | 1C |
| Octal | 105 | 101 | 115 | 12 | 20 | 0 | 106 | 404 | 10 | 34 |
| Binary | 1000101 | 1000001 | 1001101 | 1010 | 10000 | 0 | 1000110 | 100000100 | 1000 | 11100 |
Color Harmonies of #45414D
Complementary color
Monochromatic Colors of #45414D
Black with #45414D
Text Example
Text Example
White with #45414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45414D; }
p { color: rgb(69,65,77); }
H1.HeaderClassName
{
color: #45414D;
}
.AnyTagClassName
{
color: #45414D;
}
</style>
background-color css
<style>
a { background-color: #45414D; }
a { background-color: rgb(69,65,77); }
div.DivClassName
{
background-color: #45414D;
}
.BgClassName
{
background-color: #45414D;
}
</style>
border-color css
<style>
span { border-color: #45414D; }
span { border-color: rgb(69,65,77); }
td.TdClassName
{
border-color: #45414D;
}
.TagClassName
{
border-color: #45414D;
}
</style>