#449090

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

Shades of Blue Chill #449090

Tints of Blue Chill #449090

Color information

#449090 (or 0x449090) is unknown color: approx Blue Chill. HEX triplet: 44, 90 and 90. RGB value is (68,144,144). Sum of RGB (Red+Green+Blue) = 68+144+144=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #449090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449090 is #BB6F6F. Grayscale: #797979. Windows color (decimal): -12283760 or 9474116. OLE color: 9474116.

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

Color convert

RGB68144144-
CMYK0.53000.44
HSL180º35.85%41.57%-
HSV(B)180º52.78%56.47%-
XYZ17.3923.1929.94-
YUV121.28140.8290-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=19.10%
G=40.45%
B=40.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441440.53000.4418035.8541.57
Hex44909035002Cb4242a
Octal1042202206500542644452
Binary100010010010000100100001101010010110010110100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449090; }

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

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

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

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

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

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

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

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