#44424D

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

Shades of Grape #44424D

Tints of Grape #44424D

Color information

#44424D (or 0x44424D) is unknown color: approx Grape. HEX triplet: 44, 42 and 4D. RGB value is (68,66,77). Sum of RGB (Red+Green+Blue) = 68+66+77=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #44424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44424D is #BBBDB2. Grayscale: #434343. Windows color (decimal): -12303795 or 5063236. OLE color: 5063236.

HSL color Cylindrical-coordinate representation of color #44424D: hue angle of 250.91º 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 #44424D is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB686677-
CMYK0.120.1400.70
HSL250.91º7.69%28.04%-
HSV(B)250.91º14.29%30.2%-
XYZ5.675.667.81-
YUV67.85133.16128.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=32.23%
G=31.28%
B=36.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6866770.120.1400.70250.917.6928.04
Hex44424DCE046fb81c
Octal104102115141601063731034
Binary100010010000101001101110011100100011011111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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