#449D9F

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

Shades of Blue Chill #449D9F

Tints of Blue Chill #449D9F

Color information

#449D9F (or 0x449D9F) is unknown color: approx Blue Chill. HEX triplet: 44, 9D and 9F. RGB value is (68,157,159). Sum of RGB (Red+Green+Blue) = 68+157+159=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #449D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449D9F is #BB6260. Grayscale: #828282. Windows color (decimal): -12280417 or 10460484. OLE color: 10460484.

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

Color convert

RGB68157159-
CMYK0.570.0100.38
HSL181.32º40.09%44.51%-
HSV(B)181.32º57.23%62.35%-
XYZ20.727.8537.08-
YUV130.62144.0183.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.71%
GREEN value IS 157 (61.72% from 255) = 40.89%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=17.71%
G=40.89%
B=41.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681571590.570.0100.38181.3240.0944.51
Hex449D9F391026b5282d
Octal1042352377110462655055
Binary100010010011101100111111110011010011010110101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,157,159); }

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

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

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

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

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

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

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