#499B7C

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

Shades of Gossamer #499B7C

Tints of Gossamer #499B7C

Color information

#499B7C (or 0x499B7C) is unknown color: approx Gossamer. HEX triplet: 49, 9B and 7C. RGB value is (73,155,124). Sum of RGB (Red+Green+Blue) = 73+155+124=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #499B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B7C is #B66483. Grayscale: #7E7E7E. Windows color (decimal): -11953284 or 8166217. OLE color: 8166217.

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

Color convert

RGB73155124-
CMYK0.5300.20.39
HSL157.32º35.96%44.71%-
HSV(B)157.32º52.9%60.78%-
XYZ18.1126.3123.19-
YUV126.95126.3389.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 155 (60.94% from 255) = 44.03%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=20.74%
G=44.03%
B=35.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731551240.5300.20.39157.3235.9644.71
Hex499B7C35014279d242d
Octal11123317465024472354455
Binary100100110011011111110011010101010010011110011101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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