#49444F

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

Shades of Grape #49444F

Tints of Grape #49444F

Color information

#49444F (or 0x49444F) is unknown color: approx Grape. HEX triplet: 49, 44 and 4F. RGB value is (73,68,79). Sum of RGB (Red+Green+Blue) = 73+68+79=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #49444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49444F is #B6BBB0. Grayscale: #464646. Windows color (decimal): -11975601 or 5194825. OLE color: 5194825.

HSL color Cylindrical-coordinate representation of color #49444F: hue angle of 267.27º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49444F is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB736879-
CMYK0.080.1400.69
HSL267.27º7.48%28.82%-
HSV(B)267.27º13.92%30.98%-
XYZ6.236.128.25-
YUV70.75132.66129.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=33.18%
G=30.91%
B=35.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7368790.080.1400.69267.277.4828.82
Hex49444F8E04510b71d
Octal11110411710160105413735
Binary100100110001001001111100011100100010110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49444F; }

 p { color: rgb(73,68,79); }

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

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

 a { background-color: rgb(73,68,79); }

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

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

 span { border-color: rgb(73,68,79); }

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