#49918E

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

Shades of Blue Chill #49918E

Tints of Blue Chill #49918E

Color information

#49918E (or 0x49918E) is unknown color: approx Blue Chill. HEX triplet: 49, 91 and 8E. RGB value is (73,145,142). Sum of RGB (Red+Green+Blue) = 73+145+142=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #49918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49918E is #B66E71. Grayscale: #7B7B7B. Windows color (decimal): -11955826 or 9343305. OLE color: 9343305.

HSL color Cylindrical-coordinate representation of color #49918E: hue angle of 177.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49918E is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB73145142-
CMYK0.5000.020.43
HSL177.5º33.03%42.75%-
HSV(B)177.5º49.66%56.86%-
XYZ17.7623.6229.21-
YUV123.13138.6592.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=20.28%
G=40.28%
B=39.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451420.5000.020.43177.533.0342.75
Hex49918E32022Bb2212b
Octal1112212166202532624153
Binary1001001100100011000111011001001010101110110010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49918E; }

 p { color: rgb(73,145,142); }

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

<style>
 a { background-color: #49918E; }

 a { background-color: rgb(73,145,142); }

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

<style>
 span { border-color: #49918E; }

 span { border-color: rgb(73,145,142); }

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