#444053

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

Shades of Grape #444053

Tints of Grape #444053

Color information

#444053 (or 0x444053) is unknown color: approx Grape. HEX triplet: 44, 40 and 53. RGB value is (68,64,83). Sum of RGB (Red+Green+Blue) = 68+64+83=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #444053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444053 is #BBBFAC. Grayscale: #434343. Windows color (decimal): -12304301 or 5455940. OLE color: 5455940.

HSL color Cylindrical-coordinate representation of color #444053: hue angle of 252.63º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444053 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB686483-
CMYK0.180.2300.67
HSL252.63º12.93%28.82%-
HSV(B)252.63º22.89%32.55%-
XYZ5.785.528.94-
YUV67.36136.83128.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=31.63%
G=29.77%
B=38.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6864830.180.2300.67252.6312.9328.82
Hex4440531217043fdd1d
Octal104100123222701033751535
Binary10001001000000101001110010101110100001111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444053; }

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

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

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

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

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

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

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

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