#49928E

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

Shades of Blue Chill #49928E

Tints of Blue Chill #49928E

Color information

#49928E (or 0x49928E) is unknown color: approx Blue Chill. HEX triplet: 49, 92 and 8E. RGB value is (73,146,142). Sum of RGB (Red+Green+Blue) = 73+146+142=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #49928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49928E is #B66D71. Grayscale: #7B7B7B. Windows color (decimal): -11955570 or 9343561. OLE color: 9343561.

HSL color Cylindrical-coordinate representation of color #49928E: hue angle of 176.71º 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 #49928E is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB73146142-
CMYK0.500.030.43
HSL176.71º33.33%42.94%-
HSV(B)176.71º50%57.25%-
XYZ17.9123.9329.27-
YUV123.72138.3291.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=20.22%
G=40.44%
B=39.34%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461420.500.030.43176.7133.3342.94
Hex49928E32032Bb1212b
Octal1112222166203532614153
Binary1001001100100101000111011001001110101110110001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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