#49A495

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

Shades of Gossamer #49A495

Tints of Gossamer #49A495

Color information

#49A495 (or 0x49A495) is unknown color: approx Gossamer. HEX triplet: 49, A4 and 95. RGB value is (73,164,149). Sum of RGB (Red+Green+Blue) = 73+164+149=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #49A495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A495 is #B65B6A. Grayscale: #878787. Windows color (decimal): -11950955 or 9806921. OLE color: 9806921.

HSL color Cylindrical-coordinate representation of color #49A495: hue angle of 170.11º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A495 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB73164149-
CMYK0.5500.090.36
HSL170.11º38.4%46.47%-
HSV(B)170.11º55.49%64.31%-
XYZ21.4530.1433.12-
YUV135.08135.8583.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=18.91%
G=42.49%
B=38.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641490.5500.090.36170.1138.446.47
Hex49A495370924aa262e
Octal11124422567011442524656
Binary100100110100100100101011101110100110010010101010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A495; }

 p { color: rgb(73,164,149); }

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

<style>
 a { background-color: #49A495; }

 a { background-color: rgb(73,164,149); }

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

<style>
 span { border-color: #49A495; }

 span { border-color: rgb(73,164,149); }

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