#44A49E

Color #44A49E Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #44A49E

Tints of Blue Chill #44A49E

Color information

#44A49E (or 0x44A49E) is unknown color: approx Blue Chill. HEX triplet: 44, A4 and 9E. RGB value is (68,164,158). Sum of RGB (Red+Green+Blue) = 68+164+158=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #44A49E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A49E is #BB5B61. Grayscale: #868686. Windows color (decimal): -12278626 or 10396740. OLE color: 10396740.

HSL color Cylindrical-coordinate representation of color #44A49E: hue angle of 176.25º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A49E is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB68164158-
CMYK0.5900.040.36
HSL176.25º41.38%45.49%-
HSV(B)176.25º58.54%64.31%-
XYZ21.8330.2537.04-
YUV134.61141.280.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.44%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=17.44%
G=42.05%
B=40.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681641580.5900.040.36176.2541.3845.49
Hex44A49E3B0424b0292d
Octal1042442367304442605155
Binary10001001010010010011110111011010010010010110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A49E; }

 p { color: rgb(68,164,158); }

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

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

 a { background-color: rgb(68,164,158); }

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

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

 span { border-color: rgb(68,164,158); }

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