#449EA0

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

Shades of Blue Chill #449EA0

Tints of Blue Chill #449EA0

Color information

#449EA0 (or 0x449EA0) is unknown color: approx Blue Chill. HEX triplet: 44, 9E and A0. RGB value is (68,158,160). Sum of RGB (Red+Green+Blue) = 68+158+160=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #449EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449EA0 is #BB615F. Grayscale: #838383. Windows color (decimal): -12280160 or 10526276. OLE color: 10526276.

HSL color Cylindrical-coordinate representation of color #449EA0: hue angle of 181.3º 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 #449EA0 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB68158160-
CMYK0.570.0100.37
HSL181.3º40.35%44.71%-
HSV(B)181.3º57.5%62.75%-
XYZ20.9628.2237.6-
YUV131.32144.1882.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.62%
GREEN value IS 158 (62.11% from 255) = 40.93%
BLUE value IS 160 (62.89% from 255) = 41.45%
R=17.62%
G=40.93%
B=41.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681581600.570.0100.37181.340.3544.71
Hex449EA0391025b5282d
Octal1042362407110452655055
Binary100010010011110101000001110011010010110110101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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