#499E82

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

Shades of Gossamer #499E82

Tints of Gossamer #499E82

Color information

#499E82 (or 0x499E82) is unknown color: approx Gossamer. HEX triplet: 49, 9E and 82. RGB value is (73,158,130). Sum of RGB (Red+Green+Blue) = 73+158+130=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #499E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E82 is #B6617D. Grayscale: #818181. Windows color (decimal): -11952510 or 8560201. OLE color: 8560201.

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

Color convert

RGB73158130-
CMYK0.5400.180.38
HSL160.24º36.8%45.29%-
HSV(B)160.24º53.8%61.96%-
XYZ1927.4825.42-
YUV129.39128.3487.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=20.22%
G=43.77%
B=36.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731581300.5400.180.38160.2436.845.29
Hex499E823601226a0252d
Octal11123620266022462404555
Binary1001001100111101000001011011001001010011010100000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,158,130); }

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

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

 a { background-color: rgb(73,158,130); }

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

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

 span { border-color: rgb(73,158,130); }

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