#449091

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

Shades of Blue Chill #449091

Tints of Blue Chill #449091

Color information

#449091 (or 0x449091) is unknown color: approx Blue Chill. HEX triplet: 44, 90 and 91. RGB value is (68,144,145). Sum of RGB (Red+Green+Blue) = 68+144+145=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #449091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449091 is #BB6F6E. Grayscale: #797979. Windows color (decimal): -12283759 or 9539652. OLE color: 9539652.

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

Color convert

RGB68144145-
CMYK0.530.0100.43
HSL180.78º36.15%41.76%-
HSV(B)180.78º53.1%56.86%-
XYZ17.4723.2230.35-
YUV121.39141.3289.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=19.05%
G=40.34%
B=40.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681441450.530.0100.43180.7836.1541.76
Hex44909135102Bb5242a
Octal1042202216510532654452
Binary100010010010000100100011101011010101110110101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449091; }

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

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

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

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

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

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

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

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