#494550

Color #494550 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #494550

Tints of Grape #494550

Color information

#494550 (or 0x494550) is unknown color: approx Grape. HEX triplet: 49, 45 and 50. RGB value is (73,69,80). Sum of RGB (Red+Green+Blue) = 73+69+80=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #494550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494550 is #B6BAAF. Grayscale: #474747. Windows color (decimal): -11975344 or 5260617. OLE color: 5260617.

HSL color Cylindrical-coordinate representation of color #494550: hue angle of 261.82º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #494550 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB736980-
CMYK0.090.1400.69
HSL261.82º7.38%29.22%-
HSV(B)261.82º13.75%31.37%-
XYZ6.326.258.46-
YUV71.45132.83129.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=32.88%
G=31.08%
B=36.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7369800.090.1400.69261.827.3829.22
Hex4945509E04510671d
Octal11110512011160105406735
Binary100100110001011010000100111100100010110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494550; }

 p { color: rgb(73,69,80); }

 H1.HeaderClassName
 {
   color: #494550;
 }
 .AnyTagClassName
 {
   color: #494550;
 }
</style>
background-color css

<style>
 a { background-color: #494550; }

 a { background-color: rgb(73,69,80); }

 div.DivClassName
 {
   background-color: #494550;
 }
 .BgClassName
 {
   background-color: #494550;
 }
</style>
border-color css

<style>
 span { border-color: #494550; }

 span { border-color: rgb(73,69,80); }

 td.TdClassName
 {
   border-color: #494550;
 }
 .TagClassName
 {
   border-color: #494550;
 }
</style>