Shades of Gossamer #479D85
Tints of Gossamer #479D85
RGB
CMYK
RGB Variations
Color information
#479D85 (or 0x479D85) is known color: Gossamer. HEX triplet: 47, 9D and 85. RGB value is (71,157,133). Sum of RGB (Red+Green+Blue) = 71+157+133=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #479D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D85 is #B8627A. Grayscale: #808080. Windows color (decimal): -12083835 or 8756551. OLE color: 8756551.
HSL color Cylindrical-coordinate representation of color #479D85: hue angle of 163.26º 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 #479D85 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 133 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.38 |
| HSL | 163.26º | 0.38% | 0.45% | - |
| HSV(B) | 163.26º | 0.55% | 0.62% | - |
| XYZ | 18.89 | 27.15 | 26.43 | - |
| YUV | 128.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 133 | 0.55 | 0 | 0.15 | 0.38 | 163.26 | 0.38 | 0.45 |
| Hex | 47 | 9D | 85 | 37 | 0 | F | 26 | A3 | 26 | 2D |
| Octal | 107 | 235 | 205 | 67 | 0 | 17 | 46 | 243 | 46 | 55 |
| Binary | 1000111 | 10011101 | 10000101 | 110111 | 0 | 1111 | 100110 | 10100011 | 100110 | 101101 |
Color Harmonies of #479D85
Complementary color
Monochromatic Colors of #479D85
Black with #479D85
Text Example
Text Example
White with #479D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D85; }
p { color: rgb(71,157,133); }
H1.HeaderClassName
{
color: #479D85;
}
.AnyTagClassName
{
color: #479D85;
}
</style>
background-color css
<style>
a { background-color: #479D85; }
a { background-color: rgb(71,157,133); }
div.DivClassName
{
background-color: #479D85;
}
.BgClassName
{
background-color: #479D85;
}
</style>
border-color css
<style>
span { border-color: #479D85; }
span { border-color: rgb(71,157,133); }
td.TdClassName
{
border-color: #479D85;
}
.TagClassName
{
border-color: #479D85;
}
</style>