#49999B

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

Shades of Blue Chill #49999B

Tints of Blue Chill #49999B

Color information

#49999B (or 0x49999B) is unknown color: approx Blue Chill. HEX triplet: 49, 99 and 9B. RGB value is (73,153,155). Sum of RGB (Red+Green+Blue) = 73+153+155=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #49999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49999B is #B66664. Grayscale: #818181. Windows color (decimal): -11953765 or 10197321. OLE color: 10197321.

HSL color Cylindrical-coordinate representation of color #49999B: hue angle of 181.46º 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 #49999B is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73153155-
CMYK0.530.0100.39
HSL181.46º35.96%44.71%-
HSV(B)181.46º52.9%60.78%-
XYZ20.0626.5735.08-
YUV129.31142.587.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=19.16%
G=40.16%
B=40.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731531550.530.0100.39181.4635.9644.71
Hex49999B351027b5242d
Octal1112312336510472654455
Binary100100110011001100110111101011010011110110101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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