#499696

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

Shades of Blue Chill #499696

Tints of Blue Chill #499696

Color information

#499696 (or 0x499696) is unknown color: approx Blue Chill. HEX triplet: 49, 96 and 96. RGB value is (73,150,150). Sum of RGB (Red+Green+Blue) = 73+150+150=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #499696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499696 is #B66969. Grayscale: #7E7E7E. Windows color (decimal): -11954538 or 9868873. OLE color: 9868873.

HSL color Cylindrical-coordinate representation of color #499696: hue angle of 180º 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 #499696 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73150150-
CMYK0.51000.41
HSL180º34.53%43.73%-
HSV(B)180º51.33%58.82%-
XYZ19.1625.4332.75-
YUV126.98140.9989.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=19.57%
G=40.21%
B=40.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501500.51000.4118034.5343.73
Hex499696330029b4232c
Octal1112262266300512644354
Binary100100110010110100101101100110010100110110100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499696; }

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

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

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

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

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

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

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

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