Shades of Gossamer #479D87
Tints of Gossamer #479D87
RGB
CMYK
RGB Variations
Color information
#479D87 (or 0x479D87) is known color: Gossamer. HEX triplet: 47, 9D and 87. RGB value is (71,157,135). Sum of RGB (Red+Green+Blue) = 71+157+135=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #479D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D87 is #B86278. Grayscale: #808080. Windows color (decimal): -12083833 or 8887623. OLE color: 8887623.
HSL color Cylindrical-coordinate representation of color #479D87: hue angle of 164.65º 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 #479D87 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 135 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.38 |
| HSL | 164.65º | 0.38% | 0.45% | - |
| HSV(B) | 164.65º | 0.55% | 0.62% | - |
| XYZ | 19.03 | 27.2 | 27.17 | - |
| YUV | 128.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 135 | 0.55 | 0 | 0.14 | 0.38 | 164.65 | 0.38 | 0.45 |
| Hex | 47 | 9D | 87 | 37 | 0 | E | 26 | A5 | 26 | 2D |
| Octal | 107 | 235 | 207 | 67 | 0 | 16 | 46 | 245 | 46 | 55 |
| Binary | 1000111 | 10011101 | 10000111 | 110111 | 0 | 1110 | 100110 | 10100101 | 100110 | 101101 |
Color Harmonies of #479D87
Complementary color
Monochromatic Colors of #479D87
Black with #479D87
Text Example
Text Example
White with #479D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D87; }
p { color: rgb(71,157,135); }
H1.HeaderClassName
{
color: #479D87;
}
.AnyTagClassName
{
color: #479D87;
}
</style>
background-color css
<style>
a { background-color: #479D87; }
a { background-color: rgb(71,157,135); }
div.DivClassName
{
background-color: #479D87;
}
.BgClassName
{
background-color: #479D87;
}
</style>
border-color css
<style>
span { border-color: #479D87; }
span { border-color: rgb(71,157,135); }
td.TdClassName
{
border-color: #479D87;
}
.TagClassName
{
border-color: #479D87;
}
</style>