#44414C

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

Shades of Grape #44414C

Tints of Grape #44414C

Color information

#44414C (or 0x44414C) is unknown color: approx Grape. HEX triplet: 44, 41 and 4C. RGB value is (68,65,76). Sum of RGB (Red+Green+Blue) = 68+65+76=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 76 - color contains mainly: blue. Hex color #44414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44414C is #BBBEB3. Grayscale: #434343. Windows color (decimal): -12304052 or 4997444. OLE color: 4997444.

HSL color Cylindrical-coordinate representation of color #44414C: hue angle of 256.36º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #44414C is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB686576-
CMYK0.110.1400.70
HSL256.36º7.8%27.65%-
HSV(B)256.36º14.47%29.8%-
XYZ5.585.537.61-
YUV67.15132.99128.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=32.54%
G=31.10%
B=36.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6865760.110.1400.70256.367.827.65
Hex44414CBE04610081c
Octal104101114131601064001034
Binary1000100100000110011001011111001000110100000000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44414C; }

 p { color: rgb(68,65,76); }

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

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

 a { background-color: rgb(68,65,76); }

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

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

 span { border-color: rgb(68,65,76); }

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