#49908F

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

Shades of Blue Chill #49908F

Tints of Blue Chill #49908F

Color information

#49908F (or 0x49908F) is unknown color: approx Blue Chill. HEX triplet: 49, 90 and 8F. RGB value is (73,144,143). Sum of RGB (Red+Green+Blue) = 73+144+143=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #49908F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49908F is #B66F70. Grayscale: #7A7A7A. Windows color (decimal): -11956081 or 9408585. OLE color: 9408585.

HSL color Cylindrical-coordinate representation of color #49908F: hue angle of 179.15º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49908F is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB73144143-
CMYK0.4900.010.44
HSL179.15º32.72%42.55%-
HSV(B)179.15º49.31%56.47%-
XYZ17.6823.3529.56-
YUV122.66139.4892.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=20.28%
G=40%
B=39.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441430.4900.010.44179.1532.7242.55
Hex49908F31012Cb3212b
Octal1112202176101542634153
Binary100100110010000100011111100010110110010110011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49908F; }

 p { color: rgb(73,144,143); }

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

<style>
 a { background-color: #49908F; }

 a { background-color: rgb(73,144,143); }

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

<style>
 span { border-color: #49908F; }

 span { border-color: rgb(73,144,143); }

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