#479E87

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

Shades of Gossamer #479E87

Tints of Gossamer #479E87

Color information

#479E87 (or 0x479E87) is unknown color: approx Gossamer. HEX triplet: 47, 9E and 87. RGB value is (71,158,135). Sum of RGB (Red+Green+Blue) = 71+158+135=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #479E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E87 is #B86178. Grayscale: #818181. Windows color (decimal): -12083577 or 8887879. OLE color: 8887879.

HSL color Cylindrical-coordinate representation of color #479E87: hue angle of 164.14º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479E87 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB71158135-
CMYK0.5500.150.38
HSL164.14º37.99%44.9%-
HSV(B)164.14º55.06%61.96%-
XYZ19.227.5427.23-
YUV129.36131.1886.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=19.51%
G=43.41%
B=37.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581350.5500.150.38164.1437.9944.9
Hex479E87370F26a4262d
Octal10723620767017462444655
Binary100011110011110100001111101110111110011010100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479E87; }

 p { color: rgb(71,158,135); }

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

<style>
 a { background-color: #479E87; }

 a { background-color: rgb(71,158,135); }

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

<style>
 span { border-color: #479E87; }

 span { border-color: rgb(71,158,135); }

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