#493F53

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

Shades of Grape #493F53

Tints of Grape #493F53

Color information

#493F53 (or 0x493F53) is unknown color: approx Grape. HEX triplet: 49, 3F and 53. RGB value is (73,63,83). Sum of RGB (Red+Green+Blue) = 73+63+83=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #493F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F53 is #B6C0AC. Grayscale: #444444. Windows color (decimal): -11976877 or 5455689. OLE color: 5455689.

HSL color Cylindrical-coordinate representation of color #493F53: hue angle of 270º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #493F53 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB736383-
CMYK0.120.2400.67
HSL270º13.7%28.63%-
HSV(B)270º24.1%32.55%-
XYZ6.095.68.94-
YUV68.27136.31131.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=33.33%
G=28.77%
B=37.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7363830.120.2400.6727013.728.63
Hex493F53C1804310ee1d
Octal11177123143001034161635
Binary1001001111111101001111001100001000011100001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493F53; }

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

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

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

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

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

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

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

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