#49989A

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

Shades of Blue Chill #49989A

Tints of Blue Chill #49989A

Color information

#49989A (or 0x49989A) is unknown color: approx Blue Chill. HEX triplet: 49, 98 and 9A. RGB value is (73,152,154). Sum of RGB (Red+Green+Blue) = 73+152+154=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #49989A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49989A is #B66765. Grayscale: #808080. Windows color (decimal): -11954022 or 10131529. OLE color: 10131529.

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

Color convert

RGB73152154-
CMYK0.530.0100.40
HSL181.48º35.68%44.51%-
HSV(B)181.48º52.6%60.39%-
XYZ19.8126.2134.59-
YUV128.61142.3388.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=19.26%
G=40.11%
B=40.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521540.530.0100.40181.4835.6844.51
Hex49989A351028b5242d
Octal1112302326510502654455
Binary100100110011000100110101101011010100010110101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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