#499F8A

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

Shades of Gossamer #499F8A

Tints of Gossamer #499F8A

Color information

#499F8A (or 0x499F8A) is unknown color: approx Gossamer. HEX triplet: 49, 9F and 8A. RGB value is (73,159,138). Sum of RGB (Red+Green+Blue) = 73+159+138=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #499F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F8A is #B66075. Grayscale: #828282. Windows color (decimal): -11952246 or 9084745. OLE color: 9084745.

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

Color convert

RGB73159138-
CMYK0.5400.130.38
HSL165.35º37.07%45.49%-
HSV(B)165.35º54.09%62.35%-
XYZ19.7328.0528.42-
YUV130.89132.0186.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 159 (62.5% from 255) = 42.97%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=19.73%
G=42.97%
B=37.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591380.5400.130.38165.3537.0745.49
Hex499F8A360D26a5252d
Octal11123721266015462454555
Binary100100110011111100010101101100110110011010100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,159,138); }

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

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

 a { background-color: rgb(73,159,138); }

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

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

 span { border-color: rgb(73,159,138); }

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