#499E83

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

Shades of Gossamer #499E83

Tints of Gossamer #499E83

Color information

#499E83 (or 0x499E83) is unknown color: approx Gossamer. HEX triplet: 49, 9E and 83. RGB value is (73,158,131). Sum of RGB (Red+Green+Blue) = 73+158+131=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #499E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499E83 is #B6617C. Grayscale: #818181. Windows color (decimal): -11952509 or 8625737. OLE color: 8625737.

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

Color convert

RGB73158131-
CMYK0.5400.170.38
HSL160.94º36.8%45.29%-
HSV(B)160.94º53.8%61.96%-
XYZ19.0727.5125.78-
YUV129.51128.8487.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 158 (62.11% from 255) = 43.65%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=20.17%
G=43.65%
B=36.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731581310.5400.170.38160.9436.845.29
Hex499E833601126a1252d
Octal11123620366021462414555
Binary1001001100111101000001111011001000110011010100001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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