#499596

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

Shades of Blue Chill #499596

Tints of Blue Chill #499596

Color information

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

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

Color convert

RGB73149150-
CMYK0.510.0100.41
HSL180.78º34.53%43.73%-
HSV(B)180.78º51.33%58.82%-
XYZ1925.1132.7-
YUV126.39141.3289.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731491500.510.0100.41180.7834.5343.73
Hex499596331029b5232c
Octal1112252266310512654354
Binary100100110010101100101101100111010100110110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499596; }

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

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

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

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

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

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

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

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