#499E95

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

Shades of Blue Chill #499E95

Tints of Blue Chill #499E95

Color information

#499E95 (or 0x499E95) is unknown color: approx Blue Chill. HEX triplet: 49, 9E and 95. RGB value is (73,158,149). Sum of RGB (Red+Green+Blue) = 73+158+149=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #499E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E95 is #B6616A. Grayscale: #838383. Windows color (decimal): -11952491 or 9805385. OLE color: 9805385.

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

Color convert

RGB73158149-
CMYK0.5400.060.38
HSL173.65º36.8%45.29%-
HSV(B)173.65º53.8%61.96%-
XYZ20.428.0432.77-
YUV131.56137.8486.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=19.21%
G=41.58%
B=39.21%

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
Decimal731581490.5400.060.38173.6536.845.29
Hex499E95360626ae252d
Octal1112362256606462564555
Binary10010011001111010010101110110011010011010101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,158,149); }

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

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

 a { background-color: rgb(73,158,149); }

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

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

 span { border-color: rgb(73,158,149); }

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