#49928D

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

Shades of Blue Chill #49928D

Tints of Blue Chill #49928D

Color information

#49928D (or 0x49928D) is unknown color: approx Blue Chill. HEX triplet: 49, 92 and 8D. RGB value is (73,146,141). Sum of RGB (Red+Green+Blue) = 73+146+141=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #49928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49928D is #B66D72. Grayscale: #7B7B7B. Windows color (decimal): -11955571 or 9278025. OLE color: 9278025.

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

Color convert

RGB73146141-
CMYK0.500.030.43
HSL175.89º33.33%42.94%-
HSV(B)175.89º50%57.25%-
XYZ17.8323.928.87-
YUV123.6137.8291.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=20.28%
G=40.56%
B=39.17%

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
Decimal731461410.500.030.43175.8933.3342.94
Hex49928D32032Bb0212b
Octal1112222156203532604153
Binary1001001100100101000110111001001110101110110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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