#479E86

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

Shades of Gossamer #479E86

Tints of Gossamer #479E86

Color information

#479E86 (or 0x479E86) is unknown color: approx Gossamer. HEX triplet: 47, 9E and 86. RGB value is (71,158,134). Sum of RGB (Red+Green+Blue) = 71+158+134=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #479E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E86 is #B86179. Grayscale: #818181. Windows color (decimal): -12083578 or 8822343. OLE color: 8822343.

HSL color Cylindrical-coordinate representation of color #479E86: hue angle of 163.45º 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 #479E86 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB71158134-
CMYK0.5500.150.38
HSL163.45º37.99%44.9%-
HSV(B)163.45º55.06%61.96%-
XYZ19.1327.5126.86-
YUV129.25130.6886.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=19.56%
G=43.53%
B=36.91%

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
Decimal711581340.5500.150.38163.4537.9944.9
Hex479E86370F26a3262d
Octal10723620667017462434655
Binary100011110011110100001101101110111110011010100011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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