#49464E

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

Shades of Grape #49464E

Tints of Grape #49464E

Color information

#49464E (or 0x49464E) is unknown color: approx Grape. HEX triplet: 49, 46 and 4E. RGB value is (73,70,78). Sum of RGB (Red+Green+Blue) = 73+70+78=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #49464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49464E is #B6B9B1. Grayscale: #474747. Windows color (decimal): -11975090 or 5129801. OLE color: 5129801.

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

Color convert

RGB737078-
CMYK0.060.1000.69
HSL262.5º5.41%29.02%-
HSV(B)262.5º10.26%30.59%-
XYZ6.316.358.1-
YUV71.81131.49128.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=33.03%
G=31.67%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7370780.060.1000.69262.55.4129.02
Hex49464E6A04510651d
Octal1111061166120105406535
Binary10010011000110100111011010100100010110000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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