#49464C

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

Shades of Grape #49464C

Tints of Grape #49464C

Color information

#49464C (or 0x49464C) is unknown color: approx Grape. HEX triplet: 49, 46 and 4C. RGB value is (73,70,76). Sum of RGB (Red+Green+Blue) = 73+70+76=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 76 - color contains mainly: blue. Hex color #49464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49464C is #B6B9B3. Grayscale: #474747. Windows color (decimal): -11975092 or 4998729. OLE color: 4998729.

HSL color Cylindrical-coordinate representation of color #49464C: hue angle of 270º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #49464C is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB737076-
CMYK0.040.0800.70
HSL270º4.11%28.63%-
HSV(B)270º7.89%29.8%-
XYZ6.246.327.73-
YUV71.58130.49129.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=33.33%
G=31.96%
B=34.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7370760.040.0800.702704.1128.63
Hex49464C4804610e41d
Octal1111061144100106416435
Binary10010011000110100110010010000100011010000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49464C; }

 p { color: rgb(73,70,76); }

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

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

 a { background-color: rgb(73,70,76); }

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

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

 span { border-color: rgb(73,70,76); }

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