#479E7E

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

Shades of Gossamer #479E7E

Tints of Gossamer #479E7E

Color information

#479E7E (or 0x479E7E) is unknown color: approx Gossamer. HEX triplet: 47, 9E and 7E. RGB value is (71,158,126). Sum of RGB (Red+Green+Blue) = 71+158+126=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #479E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E7E is #B86181. Grayscale: #808080. Windows color (decimal): -12083586 or 8298055. OLE color: 8298055.

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

Color convert

RGB71158126-
CMYK0.5500.200.38
HSL157.93º37.99%44.9%-
HSV(B)157.93º55.06%61.96%-
XYZ18.5927.324.03-
YUV128.34126.6887.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 158 (62.11% from 255) = 44.51%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=20%
G=44.51%
B=35.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581260.5500.200.38157.9337.9944.9
Hex479E7E37014269e262d
Octal10723617667024462364655
Binary100011110011110111111011011101010010011010011110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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