#499F97

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

Shades of Blue Chill #499F97

Tints of Blue Chill #499F97

Color information

#499F97 (or 0x499F97) is unknown color: approx Blue Chill. HEX triplet: 49, 9F and 97. RGB value is (73,159,151). Sum of RGB (Red+Green+Blue) = 73+159+151=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #499F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F97 is #B66068. Grayscale: #848484. Windows color (decimal): -11952233 or 9936713. OLE color: 9936713.

HSL color Cylindrical-coordinate representation of color #499F97: hue angle of 174.42º 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 #499F97 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB73159151-
CMYK0.5400.050.38
HSL174.42º37.07%45.49%-
HSV(B)174.42º54.09%62.35%-
XYZ20.7328.4533.68-
YUV132.37138.5185.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 151 (59.38% from 255) = 39.43%
R=19.06%
G=41.51%
B=39.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591510.5400.050.38174.4237.0745.49
Hex499F97360526ae252d
Octal1112372276605462564555
Binary10010011001111110010111110110010110011010101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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