#49464F

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

Shades of Grape #49464F

Tints of Grape #49464F

Color information

#49464F (or 0x49464F) is unknown color: approx Grape. HEX triplet: 49, 46 and 4F. RGB value is (73,70,79). Sum of RGB (Red+Green+Blue) = 73+70+79=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 79 - color contains mainly: blue. Hex color #49464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49464F is #B6B9B0. Grayscale: #474747. Windows color (decimal): -11975089 or 5195337. OLE color: 5195337.

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

Color convert

RGB737079-
CMYK0.080.1100.69
HSL260º6.04%29.22%-
HSV(B)260º11.39%30.98%-
XYZ6.356.368.29-
YUV71.92131.99128.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=32.88%
G=31.53%
B=35.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7370790.080.1100.692606.0429.22
Hex49464F8B04510461d
Octal11110611710130105404635
Binary100100110001101001111100010110100010110000010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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