#44424C

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

Shades of Grape #44424C

Tints of Grape #44424C

Color information

#44424C (or 0x44424C) is unknown color: approx Grape. HEX triplet: 44, 42 and 4C. RGB value is (68,66,76). Sum of RGB (Red+Green+Blue) = 68+66+76=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 76 - color contains mainly: blue. Hex color #44424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44424C is #BBBDB3. Grayscale: #434343. Windows color (decimal): -12303796 or 4997700. OLE color: 4997700.

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

Color convert

RGB686676-
CMYK0.110.1300.70
HSL252º7.04%27.84%-
HSV(B)252º13.16%29.8%-
XYZ5.645.657.63-
YUV67.74132.66128.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=32.38%
G=31.43%
B=36.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6866760.110.1300.702527.0427.84
Hex44424CBD046fc71c
Octal10410211413150106374734
Binary10001001000010100110010111101010001101111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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