#494350

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

Shades of Grape #494350

Tints of Grape #494350

Color information

#494350 (or 0x494350) is unknown color: approx Grape. HEX triplet: 49, 43 and 50. RGB value is (73,67,80). Sum of RGB (Red+Green+Blue) = 73+67+80=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #494350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494350 is #B6BCAF. Grayscale: #464646. Windows color (decimal): -11975856 or 5260105. OLE color: 5260105.

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

Color convert

RGB736780-
CMYK0.090.1600.69
HSL267.69º8.84%28.82%-
HSV(B)267.69º16.25%31.37%-
XYZ6.26.018.42-
YUV70.28133.49129.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=33.18%
G=30.45%
B=36.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7367800.090.1600.69267.698.8428.82
Hex49435091004510c91d
Octal111103120112001054141135
Binary10010011000011101000010011000001000101100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494350; }

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

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

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

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

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

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

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

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