#494650

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

Shades of Grape #494650

Tints of Grape #494650

Color information

#494650 (or 0x494650) is unknown color: approx Grape. HEX triplet: 49, 46 and 50. RGB value is (73,70,80). Sum of RGB (Red+Green+Blue) = 73+70+80=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #494650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494650 is #B6B9AF. Grayscale: #484848. Windows color (decimal): -11975088 or 5260873. OLE color: 5260873.

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

Color convert

RGB737080-
CMYK0.090.1200.69
HSL258º6.67%29.41%-
HSV(B)258º12.5%31.37%-
XYZ6.396.388.48-
YUV72.04132.49128.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=32.74%
G=31.39%
B=35.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7370800.090.1200.692586.6729.41
Hex4946509C04510271d
Octal11110612011140105402735
Binary100100110001101010000100111000100010110000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494650; }

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

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

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

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

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

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

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

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