Shades of Grape #453C4F
Tints of Grape #453C4F
RGB
CMYK
RGB Variations
Color information
#453C4F (or 0x453C4F) is known color: Grape. HEX triplet: 45, 3C and 4F. RGB value is (69,60,79). Sum of RGB (Red+Green+Blue) = 69+60+79=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 79 - color contains mainly: blue. Hex color #453C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C4F is #BAC3B0. Grayscale: #404040. Windows color (decimal): -12239793 or 5192773. OLE color: 5192773.
HSL color Cylindrical-coordinate representation of color #453C4F: hue angle of 268.42º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #453C4F is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 60 | 79 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.69 |
| HSL | 268.42º | 0.14% | 0.27% | - |
| HSV(B) | 268.42º | 0.24% | 0.31% | - |
| XYZ | 5.48 | 5.06 | 8.09 | - |
| YUV | 64.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 79 | 0.13 | 0.24 | 0 | 0.69 | 268.42 | 0.14 | 0.27 |
| Hex | 45 | 3C | 4F | D | 18 | 0 | 45 | 10C | E | 1B |
| Octal | 105 | 74 | 117 | 15 | 30 | 0 | 105 | 414 | 16 | 33 |
| Binary | 1000101 | 111100 | 1001111 | 1101 | 11000 | 0 | 1000101 | 100001100 | 1110 | 11011 |
Color Harmonies of #453C4F
Complementary color
Monochromatic Colors of #453C4F
Black with #453C4F
Text Example
Text Example
White with #453C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C4F; }
p { color: rgb(69,60,79); }
H1.HeaderClassName
{
color: #453C4F;
}
.AnyTagClassName
{
color: #453C4F;
}
</style>
background-color css
<style>
a { background-color: #453C4F; }
a { background-color: rgb(69,60,79); }
div.DivClassName
{
background-color: #453C4F;
}
.BgClassName
{
background-color: #453C4F;
}
</style>
border-color css
<style>
span { border-color: #453C4F; }
span { border-color: rgb(69,60,79); }
td.TdClassName
{
border-color: #453C4F;
}
.TagClassName
{
border-color: #453C4F;
}
</style>