#449EA2

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

Shades of Blue Chill #449EA2

Tints of Blue Chill #449EA2

Color information

#449EA2 (or 0x449EA2) is unknown color: approx Blue Chill. HEX triplet: 44, 9E and A2. RGB value is (68,158,162). Sum of RGB (Red+Green+Blue) = 68+158+162=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #449EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449EA2 is #BB615D. Grayscale: #838383. Windows color (decimal): -12280158 or 10657348. OLE color: 10657348.

HSL color Cylindrical-coordinate representation of color #449EA2: hue angle of 182.55º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #449EA2 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB68158162-
CMYK0.580.0200.36
HSL182.55º40.87%45.1%-
HSV(B)182.55º58.02%63.53%-
XYZ21.1328.2938.53-
YUV131.55145.1882.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.53%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=17.53%
G=40.72%
B=41.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681581620.580.0200.36182.5540.8745.1
Hex449EA23A2024b7292d
Octal1042362427220442675155
Binary1000100100111101010001011101010010010010110111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,158,162); }

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

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

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

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

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

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

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