#44918C

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

Shades of Blue Chill #44918C

Tints of Blue Chill #44918C

Color information

#44918C (or 0x44918C) is unknown color: approx Blue Chill. HEX triplet: 44, 91 and 8C. RGB value is (68,145,140). Sum of RGB (Red+Green+Blue) = 68+145+140=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #44918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44918C is #BB6E73. Grayscale: #797979. Windows color (decimal): -12283508 or 9212228. OLE color: 9212228.

HSL color Cylindrical-coordinate representation of color #44918C: hue angle of 176.1º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44918C is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB68145140-
CMYK0.5300.030.43
HSL176.1º36.15%41.76%-
HSV(B)176.1º53.1%56.86%-
XYZ17.2423.3728.41-
YUV121.41138.4989.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=19.26%
G=41.08%
B=39.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451400.5300.030.43176.136.1541.76
Hex44918C35032Bb0242a
Octal1042212146503532604452
Binary1000100100100011000110011010101110101110110000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44918C; }

 p { color: rgb(68,145,140); }

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

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

 a { background-color: rgb(68,145,140); }

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

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

 span { border-color: rgb(68,145,140); }

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