#444052

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

Shades of Grape #444052

Tints of Grape #444052

Color information

#444052 (or 0x444052) is unknown color: approx Grape. HEX triplet: 44, 40 and 52. RGB value is (68,64,82). Sum of RGB (Red+Green+Blue) = 68+64+82=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #444052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444052 is #BBBFAD. Grayscale: #434343. Windows color (decimal): -12304302 or 5390404. OLE color: 5390404.

HSL color Cylindrical-coordinate representation of color #444052: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #444052 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB686482-
CMYK0.170.2200.68
HSL253.33º12.33%28.63%-
HSV(B)253.33º21.95%32.16%-
XYZ5.745.58.74-
YUV67.25136.33128.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=31.78%
G=29.91%
B=38.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6864820.170.2200.68253.3312.3328.63
Hex4440521116044fdc1d
Octal104100122212601043751435
Binary10001001000000101001010001101100100010011111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444052; }

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

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

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

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

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

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

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

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