#49999A

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

Shades of Blue Chill #49999A

Tints of Blue Chill #49999A

Color information

#49999A (or 0x49999A) is unknown color: approx Blue Chill. HEX triplet: 49, 99 and 9A. RGB value is (73,153,154). Sum of RGB (Red+Green+Blue) = 73+153+154=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #49999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49999A is #B66665. Grayscale: #818181. Windows color (decimal): -11953766 or 10131785. OLE color: 10131785.

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

Color convert

RGB73153154-
CMYK0.530.0100.40
HSL180.74º35.68%44.51%-
HSV(B)180.74º52.6%60.39%-
XYZ19.9726.5334.64-
YUV129.1914287.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=19.21%
G=40.26%
B=40.53%

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
Decimal731531540.530.0100.40180.7435.6844.51
Hex49999A351028b5242d
Octal1112312326510502654455
Binary100100110011001100110101101011010100010110101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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