#479F91

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

Shades of Gossamer #479F91

Tints of Gossamer #479F91

Color information

#479F91 (or 0x479F91) is unknown color: approx Gossamer. HEX triplet: 47, 9F and 91. RGB value is (71,159,145). Sum of RGB (Red+Green+Blue) = 71+159+145=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #479F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479F91 is #B8606E. Grayscale: #838383. Windows color (decimal): -12083311 or 9543495. OLE color: 9543495.

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

Color convert

RGB71159145-
CMYK0.5500.090.38
HSL170.45º38.26%45.1%-
HSV(B)170.45º55.35%62.35%-
XYZ20.1128.1831.17-
YUV131.09135.8585.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.93%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=18.93%
G=42.4%
B=38.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711591450.5500.090.38170.4538.2645.1
Hex479F91370926aa262d
Octal10723722167011462524655
Binary100011110011111100100011101110100110011010101010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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