#49888f

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

Shades of Blue Chill #49888F

Tints of Blue Chill #49888F

Color information

#49888F (or 0x49888F) is unknown color: approx Blue Chill. HEX triplet: 49, 88 and 8F. RGB value is (73,136,143). Sum of RGB (Red+Green+Blue) = 73+136+143=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #49888F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49888F is #B67770. Grayscale: #757575. Windows color (decimal): -11958129 or 9406537. OLE color: 9406537.

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

Color convert

RGB73136143-
CMYK0.490.0500.44
HSL186º32.41%42.35%-
HSV(B)186º48.95%56.08%-
XYZ16.5121.0129.17-
YUV117.96142.1395.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 143 (56.25% from 255) = 40.62%
R=20.74%
G=38.64%
B=40.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731361430.490.0500.4418632.4142.35
Hex49888F31502Cba202a
Octal1112102176150542724052
Binary10010011000100010001111110001101010110010111010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49888f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49888f; }

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

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

<style>
 a { background-color: #49888f; }

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

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

<style>
 span { border-color: #49888f; }

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

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