#499F8B

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

Shades of Gossamer #499F8B

Tints of Gossamer #499F8B

Color information

#499F8B (or 0x499F8B) is unknown color: approx Gossamer. HEX triplet: 49, 9F and 8B. RGB value is (73,159,139). Sum of RGB (Red+Green+Blue) = 73+159+139=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #499F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F8B is #B66074. Grayscale: #828282. Windows color (decimal): -11952245 or 9150281. OLE color: 9150281.

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

Color convert

RGB73159139-
CMYK0.5400.130.38
HSL166.05º37.07%45.49%-
HSV(B)166.05º54.09%62.35%-
XYZ19.8128.0828.8-
YUV131.01132.5186.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=19.68%
G=42.86%
B=37.47%

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
Decimal731591390.5400.130.38166.0537.0745.49
Hex499F8B360D26a6252d
Octal11123721366015462464555
Binary100100110011111100010111101100110110011010100110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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