#449AA0

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

Shades of Blue Chill #449AA0

Tints of Blue Chill #449AA0

Color information

#449AA0 (or 0x449AA0) is unknown color: approx Blue Chill. HEX triplet: 44, 9A and A0. RGB value is (68,154,160). Sum of RGB (Red+Green+Blue) = 68+154+160=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 160 - color contains mainly: blue. Hex color #449AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449AA0 is #BB655F. Grayscale: #808080. Windows color (decimal): -12281184 or 10525252. OLE color: 10525252.

HSL color Cylindrical-coordinate representation of color #449AA0: hue angle of 183.91º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449AA0 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB68154160-
CMYK0.570.0400.37
HSL183.91º40.35%44.71%-
HSV(B)183.91º57.5%62.75%-
XYZ20.2826.8837.38-
YUV128.97145.5184.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.80%
GREEN value IS 154 (60.55% from 255) = 40.31%
BLUE value IS 160 (62.89% from 255) = 41.88%
R=17.80%
G=40.31%
B=41.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681541600.570.0400.37183.9140.3544.71
Hex449AA0394025b8282d
Octal1042322407140452705055
Binary10001001001101010100000111001100010010110111000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449AA0; }

 p { color: rgb(68,154,160); }

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

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

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

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

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

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

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