#49969A

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

Shades of Blue Chill #49969A

Tints of Blue Chill #49969A

Color information

#49969A (or 0x49969A) is unknown color: approx Blue Chill. HEX triplet: 49, 96 and 9A. RGB value is (73,150,154). Sum of RGB (Red+Green+Blue) = 73+150+154=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #49969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49969A is #B66965. Grayscale: #7F7F7F. Windows color (decimal): -11954534 or 10131017. OLE color: 10131017.

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

Color convert

RGB73150154-
CMYK0.530.0300.40
HSL182.96º35.68%44.51%-
HSV(B)182.96º52.6%60.39%-
XYZ19.4925.5634.48-
YUV127.43142.9989.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=19.36%
G=39.79%
B=40.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731501540.530.0300.40182.9635.6844.51
Hex49969A353028b7242d
Octal1112262326530502674455
Binary1001001100101101001101011010111010100010110111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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