#499D9B

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

Shades of Blue Chill #499D9B

Tints of Blue Chill #499D9B

Color information

#499D9B (or 0x499D9B) is unknown color: approx Blue Chill. HEX triplet: 49, 9D and 9B. RGB value is (73,157,155). Sum of RGB (Red+Green+Blue) = 73+157+155=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #499D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D9B is #B66264. Grayscale: #838383. Windows color (decimal): -11952741 or 10198345. OLE color: 10198345.

HSL color Cylindrical-coordinate representation of color #499D9B: hue angle of 178.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499D9B is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB73157155-
CMYK0.5400.010.38
HSL178.57º36.52%45.1%-
HSV(B)178.57º53.5%61.57%-
XYZ20.7227.935.3-
YUV131.66141.1786.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 157 (61.72% from 255) = 40.78%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=18.96%
G=40.78%
B=40.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731571550.5400.010.38178.5736.5245.1
Hex499D9B360126b3252d
Octal1112352336601462634555
Binary100100110011101100110111101100110011010110011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,157,155); }

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

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

 a { background-color: rgb(73,157,155); }

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

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

 span { border-color: rgb(73,157,155); }

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