#494352

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

Shades of Grape #494352

Tints of Grape #494352

Color information

#494352 (or 0x494352) is unknown color: approx Grape. HEX triplet: 49, 43 and 52. RGB value is (73,67,82). Sum of RGB (Red+Green+Blue) = 73+67+82=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #494352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494352 is #B6BCAD. Grayscale: #464646. Windows color (decimal): -11975854 or 5391177. OLE color: 5391177.

HSL color Cylindrical-coordinate representation of color #494352: hue angle of 264º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #494352 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB736782-
CMYK0.110.1800.68
HSL264º10.07%29.22%-
HSV(B)264º18.29%32.16%-
XYZ6.286.048.82-
YUV70.5134.49129.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=32.88%
G=30.18%
B=36.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7367820.110.1800.6826410.0729.22
Hex494352B12044108a1d
Octal111103122132201044101235
Binary10010011000011101001010111001001000100100001000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494352; }

 p { color: rgb(73,67,82); }

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

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

 a { background-color: rgb(73,67,82); }

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

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

 span { border-color: rgb(73,67,82); }

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