#44414F

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

Shades of Grape #44414F

Tints of Grape #44414F

Color information

#44414F (or 0x44414F) is unknown color: approx Grape. HEX triplet: 44, 41 and 4F. RGB value is (68,65,79). Sum of RGB (Red+Green+Blue) = 68+65+79=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 79 - color contains mainly: blue. Hex color #44414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44414F is #BBBEB0. Grayscale: #434343. Windows color (decimal): -12304049 or 5194052. OLE color: 5194052.

HSL color Cylindrical-coordinate representation of color #44414F: hue angle of 252.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #44414F is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB686579-
CMYK0.140.1800.69
HSL252.86º9.72%28.24%-
HSV(B)252.86º17.72%30.98%-
XYZ5.695.578.17-
YUV67.49134.49128.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=32.08%
G=30.66%
B=37.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6865790.140.1800.69252.869.7228.24
Hex44414FE12045fda1c
Octal104101117162201053751234
Binary1000100100000110011111110100100100010111111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44414F; }

 p { color: rgb(68,65,79); }

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

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

 a { background-color: rgb(68,65,79); }

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

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

 span { border-color: rgb(68,65,79); }

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