#44404A

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

Shades of Grape #44404A

Tints of Grape #44404A

Color information

#44404A (or 0x44404A) is unknown color: approx Grape. HEX triplet: 44, 40 and 4A. RGB value is (68,64,74). Sum of RGB (Red+Green+Blue) = 68+64+74=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 74 - color contains mainly: blue. Hex color #44404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44404A is #BBBFB5. Grayscale: #424242. Windows color (decimal): -12304310 or 4866116. OLE color: 4866116.

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

Color convert

RGB686474-
CMYK0.080.1400.71
HSL264º7.25%27.06%-
HSV(B)264º13.51%29.02%-
XYZ5.455.397.23-
YUV66.34132.33129.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=33.01%
G=31.07%
B=35.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6864740.080.1400.712647.2527.06
Hex44404A8E04710871b
Octal10410011210160107410733
Binary100010010000001001010100011100100011110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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