Shades of Grape #45434D
Tints of Grape #45434D
RGB
CMYK
RGB Variations
Color information
#45434D (or 0x45434D) is known color: Grape. HEX triplet: 45, 43 and 4D. RGB value is (69,67,77). Sum of RGB (Red+Green+Blue) = 69+67+77=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #45434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45434D is #BABCB2. Grayscale: #444444. Windows color (decimal): -12238003 or 5063493. OLE color: 5063493.
HSL color Cylindrical-coordinate representation of color #45434D: hue angle of 252º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #45434D is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 67 | 77 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.70 |
| HSL | 252º | 0.07% | 0.28% | - |
| HSV(B) | 252º | 0.13% | 0.3% | - |
| XYZ | 5.8 | 5.82 | 7.84 | - |
| YUV | 68.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 77 | 0.10 | 0.13 | 0 | 0.70 | 252 | 0.07 | 0.28 |
| Hex | 45 | 43 | 4D | A | D | 0 | 46 | FC | 7 | 1C |
| Octal | 105 | 103 | 115 | 12 | 15 | 0 | 106 | 374 | 7 | 34 |
| Binary | 1000101 | 1000011 | 1001101 | 1010 | 1101 | 0 | 1000110 | 11111100 | 111 | 11100 |
Color Harmonies of #45434D
Complementary color
Monochromatic Colors of #45434D
Black with #45434D
Text Example
Text Example
White with #45434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45434D; }
p { color: rgb(69,67,77); }
H1.HeaderClassName
{
color: #45434D;
}
.AnyTagClassName
{
color: #45434D;
}
</style>
background-color css
<style>
a { background-color: #45434D; }
a { background-color: rgb(69,67,77); }
div.DivClassName
{
background-color: #45434D;
}
.BgClassName
{
background-color: #45434D;
}
</style>
border-color css
<style>
span { border-color: #45434D; }
span { border-color: rgb(69,67,77); }
td.TdClassName
{
border-color: #45434D;
}
.TagClassName
{
border-color: #45434D;
}
</style>