#479E80

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

Shades of Gossamer #479E80

Tints of Gossamer #479E80

Color information

#479E80 (or 0x479E80) is unknown color: approx Gossamer. HEX triplet: 47, 9E and 80. RGB value is (71,158,128). Sum of RGB (Red+Green+Blue) = 71+158+128=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #479E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E80 is #B8617F. Grayscale: #808080. Windows color (decimal): -12083584 or 8429127. OLE color: 8429127.

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

Color convert

RGB71158128-
CMYK0.5500.190.38
HSL159.31º37.99%44.9%-
HSV(B)159.31º55.06%61.96%-
XYZ18.7227.3524.71-
YUV128.57127.6886.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=19.89%
G=44.26%
B=35.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581280.5500.190.38159.3137.9944.9
Hex479E8037013269f262d
Octal10723620067023462374655
Binary1000111100111101000000011011101001110011010011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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