Shades of Gossamer #479F85
Tints of Gossamer #479F85
RGB
CMYK
RGB Variations
Color information
#479F85 (or 0x479F85) is known color: Gossamer. HEX triplet: 47, 9F and 85. RGB value is (71,159,133). Sum of RGB (Red+Green+Blue) = 71+159+133=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #479F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479F85 is #B8607A. Grayscale: #818181. Windows color (decimal): -12083323 or 8757063. OLE color: 8757063.
HSL color Cylindrical-coordinate representation of color #479F85: hue angle of 162.27º 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 #479F85 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 159 | 133 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.38 |
| HSL | 162.27º | 0.38% | 0.45% | - |
| HSV(B) | 162.27º | 0.55% | 0.62% | - |
| XYZ | 19.23 | 27.83 | 26.55 | - |
| YUV | 129.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 133 | 0.55 | 0 | 0.16 | 0.38 | 162.27 | 0.38 | 0.45 |
| Hex | 47 | 9F | 85 | 37 | 0 | 10 | 26 | A2 | 26 | 2D |
| Octal | 107 | 237 | 205 | 67 | 0 | 20 | 46 | 242 | 46 | 55 |
| Binary | 1000111 | 10011111 | 10000101 | 110111 | 0 | 10000 | 100110 | 10100010 | 100110 | 101101 |
Color Harmonies of #479F85
Complementary color
Monochromatic Colors of #479F85
Black with #479F85
Text Example
Text Example
White with #479F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479F85; }
p { color: rgb(71,159,133); }
H1.HeaderClassName
{
color: #479F85;
}
.AnyTagClassName
{
color: #479F85;
}
</style>
background-color css
<style>
a { background-color: #479F85; }
a { background-color: rgb(71,159,133); }
div.DivClassName
{
background-color: #479F85;
}
.BgClassName
{
background-color: #479F85;
}
</style>
border-color css
<style>
span { border-color: #479F85; }
span { border-color: rgb(71,159,133); }
td.TdClassName
{
border-color: #479F85;
}
.TagClassName
{
border-color: #479F85;
}
</style>