#494255

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

Shades of Grape #494255

Tints of Grape #494255

Color information

#494255 (or 0x494255) is unknown color: approx Grape. HEX triplet: 49, 42 and 55. RGB value is (73,66,85). Sum of RGB (Red+Green+Blue) = 73+66+85=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #494255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494255 is #B6BDAA. Grayscale: #464646. Windows color (decimal): -11976107 or 5587529. OLE color: 5587529.

HSL color Cylindrical-coordinate representation of color #494255: hue angle of 262.11º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #494255 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB736685-
CMYK0.140.2200.67
HSL262.11º12.58%29.61%-
HSV(B)262.11º22.35%33.33%-
XYZ6.345.979.41-
YUV70.26136.32129.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=32.59%
G=29.46%
B=37.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7366850.140.2200.67262.1112.5829.61
Hex494255E16043106d1e
Octal111102125162601034061536
Binary10010011000010101010111101011001000011100000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494255; }

 p { color: rgb(73,66,85); }

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

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

 a { background-color: rgb(73,66,85); }

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

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

 span { border-color: rgb(73,66,85); }

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