#444048

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

Shades of Grape #444048

Tints of Grape #444048

Color information

#444048 (or 0x444048) is unknown color: approx Grape. HEX triplet: 44, 40 and 48. RGB value is (68,64,72). Sum of RGB (Red+Green+Blue) = 68+64+72=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 72 - color contains mainly: blue. Hex color #444048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444048 is #BBBFB7. Grayscale: #424242. Windows color (decimal): -12304312 or 4735044. OLE color: 4735044.

HSL color Cylindrical-coordinate representation of color #444048: hue angle of 270º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #444048 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB686472-
CMYK0.060.1100.72
HSL270º5.88%26.67%-
HSV(B)270º11.11%28.24%-
XYZ5.395.366.88-
YUV66.11131.33129.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=33.33%
G=31.37%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6864720.060.1100.722705.8826.67
Hex4440486B04810e61b
Octal1041001106130110416633
Binary10001001000000100100011010110100100010000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444048; }

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

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

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

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

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

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

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

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