#479E8D

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

Shades of Gossamer #479E8D

Tints of Gossamer #479E8D

Color information

#479E8D (or 0x479E8D) is unknown color: approx Gossamer. HEX triplet: 47, 9E and 8D. RGB value is (71,158,141). Sum of RGB (Red+Green+Blue) = 71+158+141=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #479E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E8D is #B86172. Grayscale: #828282. Windows color (decimal): -12083571 or 9281095. OLE color: 9281095.

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

Color convert

RGB71158141-
CMYK0.5500.110.38
HSL168.28º37.99%44.9%-
HSV(B)168.28º55.06%61.96%-
XYZ19.6327.7229.51-
YUV130.05134.1885.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=19.19%
G=42.70%
B=38.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581410.5500.110.38168.2837.9944.9
Hex479E8D370B26a8262d
Octal10723621567013462504655
Binary100011110011110100011011101110101110011010101000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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