#49484A

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

Shades of Grape #49484A

Tints of Grape #49484A

Color information

#49484A (or 0x49484A) is unknown color: approx Grape. HEX triplet: 49, 48 and 4A. RGB value is (73,72,74). Sum of RGB (Red+Green+Blue) = 73+72+74=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 74 - color contains mainly: blue. Hex color #49484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49484A is #B6B7B5. Grayscale: #484848. Windows color (decimal): -11974582 or 4868169. OLE color: 4868169.

HSL color Cylindrical-coordinate representation of color #49484A: hue angle of 270º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #49484A is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB737274-
CMYK0.010.0300.71
HSL270º1.37%28.63%-
HSV(B)270º2.7%29.02%-
XYZ6.36.557.41-
YUV72.53128.83128.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=33.33%
G=32.88%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7372740.010.0300.712701.3728.63
Hex49484A1304710e11d
Octal111110112130107416135
Binary10010011001000100101011101000111100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49484A; }

 p { color: rgb(73,72,74); }

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

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

 a { background-color: rgb(73,72,74); }

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

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

 span { border-color: rgb(73,72,74); }

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