#479F8C

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

Shades of Gossamer #479F8C

Tints of Gossamer #479F8C

Color information

#479F8C (or 0x479F8C) is unknown color: approx Gossamer. HEX triplet: 47, 9F and 8C. RGB value is (71,159,140). Sum of RGB (Red+Green+Blue) = 71+159+140=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #479F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479F8C is #B86073. Grayscale: #828282. Windows color (decimal): -12083316 or 9215815. OLE color: 9215815.

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

Color convert

RGB71159140-
CMYK0.5500.120.38
HSL167.05º38.26%45.1%-
HSV(B)167.05º55.35%62.35%-
XYZ19.7328.0329.18-
YUV130.52133.3585.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 159 (62.5% from 255) = 42.97%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=19.19%
G=42.97%
B=37.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711591400.5500.120.38167.0538.2645.1
Hex479F8C370C26a7262d
Octal10723721467014462474655
Binary100011110011111100011001101110110010011010100111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,159,140); }

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

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

 a { background-color: rgb(71,159,140); }

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

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

 span { border-color: rgb(71,159,140); }

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