#44414E

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

Shades of Grape #44414E

Tints of Grape #44414E

Color information

#44414E (or 0x44414E) is unknown color: approx Grape. HEX triplet: 44, 41 and 4E. RGB value is (68,65,78). Sum of RGB (Red+Green+Blue) = 68+65+78=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 78 - color contains mainly: blue. Hex color #44414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44414E is #BBBEB1. Grayscale: #434343. Windows color (decimal): -12304050 or 5128516. OLE color: 5128516.

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

Color convert

RGB686578-
CMYK0.130.1700.69
HSL253.85º9.09%28.04%-
HSV(B)253.85º16.67%30.59%-
XYZ5.655.567.98-
YUV67.38133.99128.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=32.23%
G=30.81%
B=36.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6865780.130.1700.69253.859.0928.04
Hex44414ED11045fe91c
Octal104101116152101053761134
Binary1000100100000110011101101100010100010111111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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