#479D86

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

Shades of Gossamer #479D86

Tints of Gossamer #479D86

Color information

#479D86 (or 0x479D86) is unknown color: approx Gossamer. HEX triplet: 47, 9D and 86. RGB value is (71,157,134). Sum of RGB (Red+Green+Blue) = 71+157+134=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #479D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D86 is #B86279. Grayscale: #808080. Windows color (decimal): -12083834 or 8822087. OLE color: 8822087.

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

Color convert

RGB71157134-
CMYK0.5500.150.38
HSL163.95º37.72%44.71%-
HSV(B)163.95º54.78%61.57%-
XYZ18.9627.1726.8-
YUV128.66131.0186.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=19.61%
G=43.37%
B=37.02%

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
Decimal711571340.5500.150.38163.9537.7244.71
Hex479D86370F26a4262d
Octal10723520667017462444655
Binary100011110011101100001101101110111110011010100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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