#479C86

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

Shades of Gossamer #479C86

Tints of Gossamer #479C86

Color information

#479C86 (or 0x479C86) is unknown color: approx Gossamer. HEX triplet: 47, 9C and 86. RGB value is (71,156,134). Sum of RGB (Red+Green+Blue) = 71+156+134=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #479C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479C86 is #B86379. Grayscale: #808080. Windows color (decimal): -12084090 or 8821831. OLE color: 8821831.

HSL color Cylindrical-coordinate representation of color #479C86: hue angle of 164.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C86 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB71156134-
CMYK0.5400.140.39
HSL164.47º37.44%44.51%-
HSV(B)164.47º54.49%61.18%-
XYZ18.7926.8426.74-
YUV128.08131.3487.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=19.67%
G=43.21%
B=37.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711561340.5400.140.39164.4737.4444.51
Hex479C86360E27a4252d
Octal10723420666016472444555
Binary100011110011100100001101101100111010011110100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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