#44908D

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

Shades of Blue Chill #44908D

Tints of Blue Chill #44908D

Color information

#44908D (or 0x44908D) is unknown color: approx Blue Chill. HEX triplet: 44, 90 and 8D. RGB value is (68,144,141). Sum of RGB (Red+Green+Blue) = 68+144+141=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #44908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44908D is #BB6F72. Grayscale: #787878. Windows color (decimal): -12283763 or 9277508. OLE color: 9277508.

HSL color Cylindrical-coordinate representation of color #44908D: hue angle of 177.63º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44908D is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB68144141-
CMYK0.5300.020.44
HSL177.63º35.85%41.57%-
HSV(B)177.63º52.78%56.47%-
XYZ17.1623.128.75-
YUV120.93139.3290.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=19.26%
G=40.79%
B=39.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441410.5300.020.44177.6335.8541.57
Hex44908D35022Cb2242a
Octal1042202156502542624452
Binary1000100100100001000110111010101010110010110010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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