#499C96

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

Shades of Blue Chill #499C96

Tints of Blue Chill #499C96

Color information

#499C96 (or 0x499C96) is unknown color: approx Blue Chill. HEX triplet: 49, 9C and 96. RGB value is (73,156,150). Sum of RGB (Red+Green+Blue) = 73+156+150=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 156 - color contains mainly: green. Hex color #499C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C96 is #B66369. Grayscale: #828282. Windows color (decimal): -11953002 or 9870409. OLE color: 9870409.

HSL color Cylindrical-coordinate representation of color #499C96: hue angle of 175.66º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C96 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB73156150-
CMYK0.5300.040.39
HSL175.66º36.24%44.9%-
HSV(B)175.66º53.21%61.18%-
XYZ20.1427.433.08-
YUV130.513986.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=19.26%
G=41.16%
B=39.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731561500.5300.040.39175.6636.2444.9
Hex499C96350427b0242d
Octal1112342266504472604455
Binary10010011001110010010110110101010010011110110000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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