#499D9C

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

Shades of Blue Chill #499D9C

Tints of Blue Chill #499D9C

Color information

#499D9C (or 0x499D9C) is unknown color: approx Blue Chill. HEX triplet: 49, 9D and 9C. RGB value is (73,157,156). Sum of RGB (Red+Green+Blue) = 73+157+156=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #499D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499D9C is #B66263. Grayscale: #838383. Windows color (decimal): -11952740 or 10263881. OLE color: 10263881.

HSL color Cylindrical-coordinate representation of color #499D9C: hue angle of 179.29º 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 #499D9C is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB73157156-
CMYK0.5400.010.38
HSL179.29º36.52%45.1%-
HSV(B)179.29º53.5%61.57%-
XYZ20.8127.9335.75-
YUV131.77141.6786.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 157 (61.72% from 255) = 40.67%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=18.91%
G=40.67%
B=40.41%

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
Decimal731571560.5400.010.38179.2936.5245.1
Hex499D9C360126b3252d
Octal1112352346601462634555
Binary100100110011101100111001101100110011010110011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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