Shades of Grape #494450
Tints of Grape #494450
RGB
CMYK
RGB Variations
Color information
#494450 (or 0x494450) is known color: Grape. HEX triplet: 49, 44 and 50. RGB value is (73,68,80). Sum of RGB (Red+Green+Blue) = 73+68+80=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #494450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494450 is #B6BBAF. Grayscale: #464646. Windows color (decimal): -11975600 or 5260361. OLE color: 5260361.
HSL color Cylindrical-coordinate representation of color #494450: hue angle of 265º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #494450 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 68 | 80 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.69 |
| HSL | 265º | 0.08% | 0.29% | - |
| HSV(B) | 265º | 0.15% | 0.31% | - |
| XYZ | 6.26 | 6.13 | 8.44 | - |
| YUV | 70.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 80 | 0.09 | 0.15 | 0 | 0.69 | 265 | 0.08 | 0.29 |
| Hex | 49 | 44 | 50 | 9 | F | 0 | 45 | 109 | 8 | 1D |
| Octal | 111 | 104 | 120 | 11 | 17 | 0 | 105 | 411 | 10 | 35 |
| Binary | 1001001 | 1000100 | 1010000 | 1001 | 1111 | 0 | 1000101 | 100001001 | 1000 | 11101 |
Color Harmonies of #494450
Complementary color
Monochromatic Colors of #494450
Black with #494450
Text Example
Text Example
White with #494450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494450; }
p { color: rgb(73,68,80); }
H1.HeaderClassName
{
color: #494450;
}
.AnyTagClassName
{
color: #494450;
}
</style>
background-color css
<style>
a { background-color: #494450; }
a { background-color: rgb(73,68,80); }
div.DivClassName
{
background-color: #494450;
}
.BgClassName
{
background-color: #494450;
}
</style>
border-color css
<style>
span { border-color: #494450; }
span { border-color: rgb(73,68,80); }
td.TdClassName
{
border-color: #494450;
}
.TagClassName
{
border-color: #494450;
}
</style>