#44918D

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

Shades of Blue Chill #44918D

Tints of Blue Chill #44918D

Color information

#44918D (or 0x44918D) is unknown color: approx Blue Chill. HEX triplet: 44, 91 and 8D. RGB value is (68,145,141). Sum of RGB (Red+Green+Blue) = 68+145+141=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #44918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44918D is #BB6E72. Grayscale: #797979. Windows color (decimal): -12283507 or 9277764. OLE color: 9277764.

HSL color Cylindrical-coordinate representation of color #44918D: hue angle of 176.88º 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 #44918D is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB68145141-
CMYK0.5300.030.43
HSL176.88º36.15%41.76%-
HSV(B)176.88º53.1%56.86%-
XYZ17.3223.428.8-
YUV121.52138.9989.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.21%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=19.21%
G=40.96%
B=39.83%

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
Decimal681451410.5300.030.43176.8836.1541.76
Hex44918D35032Bb1242a
Octal1042212156503532614452
Binary1000100100100011000110111010101110101110110001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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