#49989B

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

Shades of Blue Chill #49989B

Tints of Blue Chill #49989B

Color information

#49989B (or 0x49989B) is unknown color: approx Blue Chill. HEX triplet: 49, 98 and 9B. RGB value is (73,152,155). Sum of RGB (Red+Green+Blue) = 73+152+155=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #49989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49989B is #B66764. Grayscale: #808080. Windows color (decimal): -11954021 or 10197065. OLE color: 10197065.

HSL color Cylindrical-coordinate representation of color #49989B: hue angle of 182.2º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49989B is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73152155-
CMYK0.530.0200.39
HSL182.2º35.96%44.71%-
HSV(B)182.2º52.9%60.78%-
XYZ19.8926.2435.03-
YUV128.72142.8388.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=19.21%
G=40%
B=40.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731521550.530.0200.39182.235.9644.71
Hex49989B352027b6242d
Octal1112302336520472664455
Binary1001001100110001001101111010110010011110110110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49989B; }

 p { color: rgb(73,152,155); }

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

<style>
 a { background-color: #49989B; }

 a { background-color: rgb(73,152,155); }

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

<style>
 span { border-color: #49989B; }

 span { border-color: rgb(73,152,155); }

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