#494553

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

Shades of Grape #494553

Tints of Grape #494553

Color information

#494553 (or 0x494553) is unknown color: approx Grape. HEX triplet: 49, 45 and 53. RGB value is (73,69,83). Sum of RGB (Red+Green+Blue) = 73+69+83=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 83 - color contains mainly: blue. Hex color #494553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494553 is #B6BAAC. Grayscale: #474747. Windows color (decimal): -11975341 or 5457225. OLE color: 5457225.

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

Color convert

RGB736983-
CMYK0.120.1700.67
HSL257.14º9.21%29.8%-
HSV(B)257.14º16.87%32.55%-
XYZ6.446.39.06-
YUV71.79134.33128.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=32.44%
G=30.67%
B=36.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7369830.120.1700.67257.149.2129.8
Hex494553C1104310191e
Octal111105123142101034011136
Binary10010011000101101001111001000101000011100000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494553; }

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

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

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

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

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

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

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

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