#444150

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

Shades of Grape #444150

Tints of Grape #444150

Color information

#444150 (or 0x444150) is unknown color: approx Grape. HEX triplet: 44, 41 and 50. RGB value is (68,65,80). Sum of RGB (Red+Green+Blue) = 68+65+80=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #444150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444150 is #BBBEAF. Grayscale: #434343. Windows color (decimal): -12304048 or 5259588. OLE color: 5259588.

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

Color convert

RGB686580-
CMYK0.150.1900.69
HSL252º10.34%28.43%-
HSV(B)252º18.75%31.37%-
XYZ5.725.598.37-
YUV67.61134.99128.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=31.92%
G=30.52%
B=37.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6865800.150.1900.6925210.3428.43
Hex444150F13045fca1c
Octal104101120172301053741234
Binary1000100100000110100001111100110100010111111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444150; }

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

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

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

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

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

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

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

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