#499F98

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

Shades of Blue Chill #499F98

Tints of Blue Chill #499F98

Color information

#499F98 (or 0x499F98) is unknown color: approx Blue Chill. HEX triplet: 49, 9F and 98. RGB value is (73,159,152). Sum of RGB (Red+Green+Blue) = 73+159+152=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #499F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F98 is #B66067. Grayscale: #848484. Windows color (decimal): -11952232 or 10002249. OLE color: 10002249.

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

Color convert

RGB73159152-
CMYK0.5400.040.38
HSL175.12º37.07%45.49%-
HSV(B)175.12º54.09%62.35%-
XYZ20.8128.4834.11-
YUV132.49139.0185.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.01%
GREEN value IS 159 (62.5% from 255) = 41.41%
BLUE value IS 152 (59.77% from 255) = 39.58%
R=19.01%
G=41.41%
B=39.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591520.5400.040.38175.1237.0745.49
Hex499F98360426af252d
Octal1112372306604462574555
Binary10010011001111110011000110110010010011010101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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