#44404D

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

Shades of Grape #44404D

Tints of Grape #44404D

Color information

#44404D (or 0x44404D) is unknown color: approx Grape. HEX triplet: 44, 40 and 4D. RGB value is (68,64,77). Sum of RGB (Red+Green+Blue) = 68+64+77=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #44404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44404D is #BBBFB2. Grayscale: #424242. Windows color (decimal): -12304307 or 5062724. OLE color: 5062724.

HSL color Cylindrical-coordinate representation of color #44404D: hue angle of 258.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #44404D is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB686477-
CMYK0.120.1700.70
HSL258.46º9.22%27.65%-
HSV(B)258.46º16.88%30.2%-
XYZ5.565.437.78-
YUV66.68133.83128.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=32.54%
G=30.62%
B=36.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6864770.120.1700.70258.469.2227.65
Hex44404DC1104610291c
Octal104100115142101064021134
Binary10001001000000100110111001000101000110100000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44404D; }

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

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

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

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

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

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

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

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