#444247

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

Shades of Grape #444247

Tints of Grape #444247

Color information

#444247 (or 0x444247) is unknown color: approx Grape. HEX triplet: 44, 42 and 47. RGB value is (68,66,71). Sum of RGB (Red+Green+Blue) = 68+66+71=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 71 - color contains mainly: blue. Hex color #444247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444247 is #BBBDB8. Grayscale: #434343. Windows color (decimal): -12303801 or 4670020. OLE color: 4670020.

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

Color convert

RGB686671-
CMYK0.040.0700.72
HSL264º3.65%26.86%-
HSV(B)264º7.04%27.84%-
XYZ5.475.586.75-
YUV67.17130.16128.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=33.17%
G=32.20%
B=34.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6866710.040.0700.722643.6526.86
Hex4442474704810841b
Octal104102107470110410433
Binary1000100100001010001111001110100100010000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444247; }

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

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

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

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

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

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

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

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