#499A92

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

Shades of Blue Chill #499A92

Tints of Blue Chill #499A92

Color information

#499A92 (or 0x499A92) is unknown color: approx Blue Chill. HEX triplet: 49, 9A and 92. RGB value is (73,154,146). Sum of RGB (Red+Green+Blue) = 73+154+146=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #499A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499A92 is #B6656D. Grayscale: #808080. Windows color (decimal): -11953518 or 9607753. OLE color: 9607753.

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

Color convert

RGB73154146-
CMYK0.5300.050.40
HSL174.07º35.68%44.51%-
HSV(B)174.07º52.6%60.39%-
XYZ19.4926.631.3-
YUV128.87137.6688.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=19.57%
G=41.29%
B=39.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731541460.5300.050.40174.0735.6844.51
Hex499A92350528ae242d
Octal1112322226505502564455
Binary10010011001101010010010110101010110100010101110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,154,146); }

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

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

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

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

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

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

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