#494153

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

Shades of Grape #494153

Tints of Grape #494153

Color information

#494153 (or 0x494153) is unknown color: approx Grape. HEX triplet: 49, 41 and 53. RGB value is (73,65,83). Sum of RGB (Red+Green+Blue) = 73+65+83=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #494153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494153 is #B6BEAC. Grayscale: #454545. Windows color (decimal): -11976365 or 5456201. OLE color: 5456201.

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

Color convert

RGB736583-
CMYK0.120.2200.67
HSL266.67º12.16%29.02%-
HSV(B)266.67º21.69%32.55%-
XYZ6.25.828.98-
YUV69.44135.65130.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=33.03%
G=29.41%
B=37.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7365830.120.2200.67266.6712.1629.02
Hex494153C1604310bc1d
Octal111101123142601034131435
Binary10010011000001101001111001011001000011100001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494153; }

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

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

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

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

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

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

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

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