#499496

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

Shades of Blue Chill #499496

Tints of Blue Chill #499496

Color information

#499496 (or 0x499496) is unknown color: approx Blue Chill. HEX triplet: 49, 94 and 96. RGB value is (73,148,150). Sum of RGB (Red+Green+Blue) = 73+148+150=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #499496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499496 is #B66B69. Grayscale: #7D7D7D. Windows color (decimal): -11955050 or 9868361. OLE color: 9868361.

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

Color convert

RGB73148150-
CMYK0.510.0100.41
HSL181.56º34.53%43.73%-
HSV(B)181.56º51.33%58.82%-
XYZ18.8424.832.65-
YUV125.8141.6590.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=19.68%
G=39.89%
B=40.43%

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
Decimal731481500.510.0100.41181.5634.5343.73
Hex499496331029b6232c
Octal1112242266310512664354
Binary100100110010100100101101100111010100110110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499496; }

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

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

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

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

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

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

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

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