#49444E

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

Shades of Grape #49444E

Tints of Grape #49444E

Color information

#49444E (or 0x49444E) is unknown color: approx Grape. HEX triplet: 49, 44 and 4E. RGB value is (73,68,78). Sum of RGB (Red+Green+Blue) = 73+68+78=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 78 - color contains mainly: blue. Hex color #49444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49444E is #B6BBB1. Grayscale: #464646. Windows color (decimal): -11975602 or 5129289. OLE color: 5129289.

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

Color convert

RGB736878-
CMYK0.060.1300.69
HSL270º6.85%28.63%-
HSV(B)270º12.82%30.59%-
XYZ6.196.18.06-
YUV70.63132.16129.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=33.33%
G=31.05%
B=35.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7368780.060.1300.692706.8528.63
Hex49444E6D04510e71d
Octal1111041166150105416735
Binary10010011000100100111011011010100010110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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