#44404B

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

Shades of Grape #44404B

Tints of Grape #44404B

Color information

#44404B (or 0x44404B) is unknown color: approx Grape. HEX triplet: 44, 40 and 4B. RGB value is (68,64,75). Sum of RGB (Red+Green+Blue) = 68+64+75=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 75 - color contains mainly: blue. Hex color #44404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44404B is #BBBFB4. Grayscale: #424242. Windows color (decimal): -12304309 or 4931652. OLE color: 4931652.

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

Color convert

RGB686475-
CMYK0.090.1500.71
HSL261.82º7.91%27.25%-
HSV(B)261.82º14.67%29.41%-
XYZ5.495.47.41-
YUV66.45132.83129.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=32.85%
G=30.92%
B=36.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6864750.090.1500.71261.827.9127.25
Hex44404B9F04710681b
Octal104100113111701074061033
Binary1000100100000010010111001111101000111100000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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