Shades of Grape #453D4F
Tints of Grape #453D4F
RGB
CMYK
RGB Variations
Color information
#453D4F (or 0x453D4F) is known color: Grape. HEX triplet: 45, 3D and 4F. RGB value is (69,61,79). Sum of RGB (Red+Green+Blue) = 69+61+79=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #453D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D4F is #BAC2B0. Grayscale: #414141. Windows color (decimal): -12239537 or 5193029. OLE color: 5193029.
HSL color Cylindrical-coordinate representation of color #453D4F: hue angle of 266.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #453D4F is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 61 | 79 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.69 |
| HSL | 266.67º | 0.13% | 0.27% | - |
| HSV(B) | 266.67º | 0.23% | 0.31% | - |
| XYZ | 5.53 | 5.17 | 8.1 | - |
| YUV | 65.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 79 | 0.13 | 0.23 | 0 | 0.69 | 266.67 | 0.13 | 0.27 |
| Hex | 45 | 3D | 4F | D | 17 | 0 | 45 | 10B | D | 1B |
| Octal | 105 | 75 | 117 | 15 | 27 | 0 | 105 | 413 | 15 | 33 |
| Binary | 1000101 | 111101 | 1001111 | 1101 | 10111 | 0 | 1000101 | 100001011 | 1101 | 11011 |
Color Harmonies of #453D4F
Complementary color
Monochromatic Colors of #453D4F
Black with #453D4F
Text Example
Text Example
White with #453D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D4F; }
p { color: rgb(69,61,79); }
H1.HeaderClassName
{
color: #453D4F;
}
.AnyTagClassName
{
color: #453D4F;
}
</style>
background-color css
<style>
a { background-color: #453D4F; }
a { background-color: rgb(69,61,79); }
div.DivClassName
{
background-color: #453D4F;
}
.BgClassName
{
background-color: #453D4F;
}
</style>
border-color css
<style>
span { border-color: #453D4F; }
span { border-color: rgb(69,61,79); }
td.TdClassName
{
border-color: #453D4F;
}
.TagClassName
{
border-color: #453D4F;
}
</style>