#499497

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

Shades of Blue Chill #499497

Tints of Blue Chill #499497

Color information

#499497 (or 0x499497) is unknown color: approx Blue Chill. HEX triplet: 49, 94 and 97. RGB value is (73,148,151). Sum of RGB (Red+Green+Blue) = 73+148+151=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #499497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499497 is #B66B68. Grayscale: #7D7D7D. Windows color (decimal): -11955049 or 9933897. OLE color: 9933897.

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

Color convert

RGB73148151-
CMYK0.520.0200.41
HSL182.31º34.82%43.92%-
HSV(B)182.31º51.66%59.22%-
XYZ18.9224.8333.07-
YUV125.92142.1590.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.62%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=19.62%
G=39.78%
B=40.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731481510.520.0200.41182.3134.8243.92
Hex499497342029b6232c
Octal1112242276420512664354
Binary1001001100101001001011111010010010100110110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499497; }

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

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

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

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

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

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

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

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