#499A93

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

Shades of Blue Chill #499A93

Tints of Blue Chill #499A93

Color information

#499A93 (or 0x499A93) is unknown color: approx Blue Chill. HEX triplet: 49, 9A and 93. RGB value is (73,154,147). Sum of RGB (Red+Green+Blue) = 73+154+147=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #499A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499A93 is #B6656C. Grayscale: #808080. Windows color (decimal): -11953517 or 9673289. OLE color: 9673289.

HSL color Cylindrical-coordinate representation of color #499A93: hue angle of 174.81º 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 #499A93 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB73154147-
CMYK0.5300.050.40
HSL174.81º35.68%44.51%-
HSV(B)174.81º52.6%60.39%-
XYZ19.5726.6331.71-
YUV128.98138.1688.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=19.52%
G=41.18%
B=39.30%

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
Decimal731541470.5300.050.40174.8135.6844.51
Hex499A93350528af242d
Octal1112322236505502574455
Binary10010011001101010010011110101010110100010101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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