#499695

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

Shades of Blue Chill #499695

Tints of Blue Chill #499695

Color information

#499695 (or 0x499695) is unknown color: approx Blue Chill. HEX triplet: 49, 96 and 95. RGB value is (73,150,149). Sum of RGB (Red+Green+Blue) = 73+150+149=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #499695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499695 is #B6696A. Grayscale: #7E7E7E. Windows color (decimal): -11954539 or 9803337. OLE color: 9803337.

HSL color Cylindrical-coordinate representation of color #499695: hue angle of 179.22º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499695 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB73150149-
CMYK0.5100.010.41
HSL179.22º34.53%43.73%-
HSV(B)179.22º51.33%58.82%-
XYZ19.0825.432.33-
YUV126.86140.4989.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.62%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=19.62%
G=40.32%
B=40.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501490.5100.010.41179.2234.5343.73
Hex499695330129b3232c
Octal1112262256301512634354
Binary100100110010110100101011100110110100110110011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499695; }

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

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

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

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

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

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

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

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