#499F96

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

Shades of Blue Chill #499F96

Tints of Blue Chill #499F96

Color information

#499F96 (or 0x499F96) is unknown color: approx Blue Chill. HEX triplet: 49, 9F and 96. RGB value is (73,159,150). Sum of RGB (Red+Green+Blue) = 73+159+150=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #499F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F96 is #B66069. Grayscale: #848484. Windows color (decimal): -11952234 or 9871177. OLE color: 9871177.

HSL color Cylindrical-coordinate representation of color #499F96: hue angle of 173.72º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499F96 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB73159150-
CMYK0.5400.060.38
HSL173.72º37.07%45.49%-
HSV(B)173.72º54.09%62.35%-
XYZ20.6528.4133.25-
YUV132.26138.0185.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.11%
GREEN value IS 159 (62.5% from 255) = 41.62%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=19.11%
G=41.62%
B=39.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591500.5400.060.38173.7237.0745.49
Hex499F96360626ae252d
Octal1112372266606462564555
Binary10010011001111110010110110110011010011010101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499F96; }

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

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

<style>
 a { background-color: #499F96; }

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

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

<style>
 span { border-color: #499F96; }

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

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