#49A399

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

Shades of Blue Chill #49A399

Tints of Blue Chill #49A399

Color information

#49A399 (or 0x49A399) is unknown color: approx Blue Chill. HEX triplet: 49, A3 and 99. RGB value is (73,163,153). Sum of RGB (Red+Green+Blue) = 73+163+153=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #49A399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A399 is #B65C66. Grayscale: #868686. Windows color (decimal): -11951207 or 10068809. OLE color: 10068809.

HSL color Cylindrical-coordinate representation of color #49A399: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A399 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB73163153-
CMYK0.5500.060.36
HSL173.33º38.14%46.27%-
HSV(B)173.33º55.21%63.92%-
XYZ21.5929.9134.77-
YUV134.95138.1883.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.77%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=18.77%
G=41.90%
B=39.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731631530.5500.060.36173.3338.1446.27
Hex49A399370624ad262e
Octal1112432316706442554656
Binary10010011010001110011001110111011010010010101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A399; }

 p { color: rgb(73,163,153); }

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

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

 a { background-color: rgb(73,163,153); }

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

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

 span { border-color: rgb(73,163,153); }

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