Shades of Grape #453F4D
Tints of Grape #453F4D
RGB
CMYK
RGB Variations
Color information
#453F4D (or 0x453F4D) is known color: Grape. HEX triplet: 45, 3F and 4D. RGB value is (69,63,77). Sum of RGB (Red+Green+Blue) = 69+63+77=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #453F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453F4D is #BAC0B2. Grayscale: #424242. Windows color (decimal): -12239027 or 5062469. OLE color: 5062469.
HSL color Cylindrical-coordinate representation of color #453F4D: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #453F4D is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 63 | 77 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.70 |
| HSL | 265.71º | 0.1% | 0.27% | - |
| HSV(B) | 265.71º | 0.18% | 0.3% | - |
| XYZ | 5.57 | 5.36 | 7.76 | - |
| YUV | 66.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 77 | 0.10 | 0.18 | 0 | 0.70 | 265.71 | 0.1 | 0.27 |
| Hex | 45 | 3F | 4D | A | 12 | 0 | 46 | 10A | A | 1B |
| Octal | 105 | 77 | 115 | 12 | 22 | 0 | 106 | 412 | 12 | 33 |
| Binary | 1000101 | 111111 | 1001101 | 1010 | 10010 | 0 | 1000110 | 100001010 | 1010 | 11011 |
Color Harmonies of #453F4D
Complementary color
Monochromatic Colors of #453F4D
Black with #453F4D
Text Example
Text Example
White with #453F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F4D; }
p { color: rgb(69,63,77); }
H1.HeaderClassName
{
color: #453F4D;
}
.AnyTagClassName
{
color: #453F4D;
}
</style>
background-color css
<style>
a { background-color: #453F4D; }
a { background-color: rgb(69,63,77); }
div.DivClassName
{
background-color: #453F4D;
}
.BgClassName
{
background-color: #453F4D;
}
</style>
border-color css
<style>
span { border-color: #453F4D; }
span { border-color: rgb(69,63,77); }
td.TdClassName
{
border-color: #453F4D;
}
.TagClassName
{
border-color: #453F4D;
}
</style>