#49454E

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

Shades of Grape #49454E

Tints of Grape #49454E

Color information

#49454E (or 0x49454E) is unknown color: approx Grape. HEX triplet: 49, 45 and 4E. RGB value is (73,69,78). Sum of RGB (Red+Green+Blue) = 73+69+78=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 78 - color contains mainly: blue. Hex color #49454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49454E is #B6BAB1. Grayscale: #474747. Windows color (decimal): -11975346 or 5129545. OLE color: 5129545.

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

Color convert

RGB736978-
CMYK0.060.1200.69
HSL266.67º6.12%28.82%-
HSV(B)266.67º11.54%30.59%-
XYZ6.256.228.08-
YUV71.22131.83129.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=33.18%
G=31.36%
B=35.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7369780.060.1200.69266.676.1228.82
Hex49454E6C04510b61d
Octal1111051166140105413635
Binary10010011000101100111011011000100010110000101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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