#444049

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

Shades of Grape #444049

Tints of Grape #444049

Color information

#444049 (or 0x444049) is unknown color: approx Grape. HEX triplet: 44, 40 and 49. RGB value is (68,64,73). Sum of RGB (Red+Green+Blue) = 68+64+73=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 73 - color contains mainly: blue. Hex color #444049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444049 is #BBBFB6. Grayscale: #424242. Windows color (decimal): -12304311 or 4800580. OLE color: 4800580.

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

Color convert

RGB686473-
CMYK0.070.1200.71
HSL266.67º6.57%26.86%-
HSV(B)266.67º12.33%28.63%-
XYZ5.425.387.06-
YUV66.22131.83129.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=33.17%
G=31.22%
B=35.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6864730.070.1200.71266.676.5726.86
Hex4440497C04710b71b
Octal1041001117140107413733
Binary10001001000000100100111111000100011110000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444049; }

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

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

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

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

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

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

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

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