#479E8E

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

Shades of Gossamer #479E8E

Tints of Gossamer #479E8E

Color information

#479E8E (or 0x479E8E) is unknown color: approx Gossamer. HEX triplet: 47, 9E and 8E. RGB value is (71,158,142). Sum of RGB (Red+Green+Blue) = 71+158+142=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #479E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E8E is #B86171. Grayscale: #828282. Windows color (decimal): -12083570 or 9346631. OLE color: 9346631.

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

Color convert

RGB71158142-
CMYK0.5500.100.38
HSL168.97º37.99%44.9%-
HSV(B)168.97º55.06%61.96%-
XYZ19.7127.7529.91-
YUV130.16134.6885.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=19.14%
G=42.59%
B=38.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581420.5500.100.38168.9737.9944.9
Hex479E8E370A26a9262d
Octal10723621667012462514655
Binary100011110011110100011101101110101010011010101001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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