Shades of Grape #494454
Tints of Grape #494454
RGB
CMYK
RGB Variations
Color information
#494454 (or 0x494454) is known color: Grape. HEX triplet: 49, 44 and 54. RGB value is (73,68,84). Sum of RGB (Red+Green+Blue) = 73+68+84=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #494454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494454 is #B6BBAB. Grayscale: #474747. Windows color (decimal): -11975596 or 5522505. OLE color: 5522505.
HSL color Cylindrical-coordinate representation of color #494454: hue angle of 258.75º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494454 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 68 | 84 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.67 |
| HSL | 258.75º | 0.11% | 0.3% | - |
| HSV(B) | 258.75º | 0.19% | 0.33% | - |
| XYZ | 6.42 | 6.19 | 9.24 | - |
| YUV | 71.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 84 | 0.13 | 0.19 | 0 | 0.67 | 258.75 | 0.11 | 0.3 |
| Hex | 49 | 44 | 54 | D | 13 | 0 | 43 | 103 | B | 1E |
| Octal | 111 | 104 | 124 | 15 | 23 | 0 | 103 | 403 | 13 | 36 |
| Binary | 1001001 | 1000100 | 1010100 | 1101 | 10011 | 0 | 1000011 | 100000011 | 1011 | 11110 |
Color Harmonies of #494454
Complementary color
Monochromatic Colors of #494454
Black with #494454
Text Example
Text Example
White with #494454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494454; }
p { color: rgb(73,68,84); }
H1.HeaderClassName
{
color: #494454;
}
.AnyTagClassName
{
color: #494454;
}
</style>
background-color css
<style>
a { background-color: #494454; }
a { background-color: rgb(73,68,84); }
div.DivClassName
{
background-color: #494454;
}
.BgClassName
{
background-color: #494454;
}
</style>
border-color css
<style>
span { border-color: #494454; }
span { border-color: rgb(73,68,84); }
td.TdClassName
{
border-color: #494454;
}
.TagClassName
{
border-color: #494454;
}
</style>