Shades of Grape #494455
Tints of Grape #494455
RGB
CMYK
RGB Variations
Color information
#494455 (or 0x494455) is known color: Grape. HEX triplet: 49, 44 and 55. RGB value is (73,68,85). Sum of RGB (Red+Green+Blue) = 73+68+85=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #494455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494455 is #B6BBAA. Grayscale: #474747. Windows color (decimal): -11975595 or 5588041. OLE color: 5588041.
HSL color Cylindrical-coordinate representation of color #494455: hue angle of 257.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494455 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 68 | 85 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.67 |
| HSL | 257.65º | 0.11% | 0.3% | - |
| HSV(B) | 257.65º | 0.2% | 0.33% | - |
| XYZ | 6.45 | 6.21 | 9.45 | - |
| YUV | 71.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 85 | 0.14 | 0.20 | 0 | 0.67 | 257.65 | 0.11 | 0.3 |
| Hex | 49 | 44 | 55 | E | 14 | 0 | 43 | 102 | B | 1E |
| Octal | 111 | 104 | 125 | 16 | 24 | 0 | 103 | 402 | 13 | 36 |
| Binary | 1001001 | 1000100 | 1010101 | 1110 | 10100 | 0 | 1000011 | 100000010 | 1011 | 11110 |
Color Harmonies of #494455
Complementary color
Monochromatic Colors of #494455
Black with #494455
Text Example
Text Example
White with #494455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494455; }
p { color: rgb(73,68,85); }
H1.HeaderClassName
{
color: #494455;
}
.AnyTagClassName
{
color: #494455;
}
</style>
background-color css
<style>
a { background-color: #494455; }
a { background-color: rgb(73,68,85); }
div.DivClassName
{
background-color: #494455;
}
.BgClassName
{
background-color: #494455;
}
</style>
border-color css
<style>
span { border-color: #494455; }
span { border-color: rgb(73,68,85); }
td.TdClassName
{
border-color: #494455;
}
.TagClassName
{
border-color: #494455;
}
</style>