#479E85

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

Shades of Gossamer #479E85

Tints of Gossamer #479E85

Color information

#479E85 (or 0x479E85) is unknown color: approx Gossamer. HEX triplet: 47, 9E and 85. RGB value is (71,158,133). Sum of RGB (Red+Green+Blue) = 71+158+133=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #479E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E85 is #B8617A. Grayscale: #818181. Windows color (decimal): -12083579 or 8756807. OLE color: 8756807.

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

Color convert

RGB71158133-
CMYK0.5500.160.38
HSL162.76º37.99%44.9%-
HSV(B)162.76º55.06%61.96%-
XYZ19.0627.4926.49-
YUV129.14130.1886.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 158 (62.11% from 255) = 43.65%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=19.61%
G=43.65%
B=36.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581330.5500.160.38162.7637.9944.9
Hex479E853701026a3262d
Octal10723620567020462434655
Binary1000111100111101000010111011101000010011010100011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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