Shades of Gossamer #479D7E
Tints of Gossamer #479D7E
RGB
CMYK
RGB Variations
Color information
#479D7E (or 0x479D7E) is known color: Gossamer. HEX triplet: 47, 9D and 7E. RGB value is (71,157,126). Sum of RGB (Red+Green+Blue) = 71+157+126=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #479D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D7E is #B86281. Grayscale: #7F7F7F. Windows color (decimal): -12083842 or 8297799. OLE color: 8297799.
HSL color Cylindrical-coordinate representation of color #479D7E: hue angle of 158.37º 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 #479D7E is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 126 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.38 |
| HSL | 158.37º | 0.38% | 0.45% | - |
| HSV(B) | 158.37º | 0.55% | 0.62% | - |
| XYZ | 18.42 | 26.96 | 23.97 | - |
| YUV | 127.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 126 | 0.55 | 0 | 0.20 | 0.38 | 158.37 | 0.38 | 0.45 |
| Hex | 47 | 9D | 7E | 37 | 0 | 14 | 26 | 9E | 26 | 2D |
| Octal | 107 | 235 | 176 | 67 | 0 | 24 | 46 | 236 | 46 | 55 |
| Binary | 1000111 | 10011101 | 1111110 | 110111 | 0 | 10100 | 100110 | 10011110 | 100110 | 101101 |
Color Harmonies of #479D7E
Complementary color
Monochromatic Colors of #479D7E
Black with #479D7E
Text Example
Text Example
White with #479D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D7E; }
p { color: rgb(71,157,126); }
H1.HeaderClassName
{
color: #479D7E;
}
.AnyTagClassName
{
color: #479D7E;
}
</style>
background-color css
<style>
a { background-color: #479D7E; }
a { background-color: rgb(71,157,126); }
div.DivClassName
{
background-color: #479D7E;
}
.BgClassName
{
background-color: #479D7E;
}
</style>
border-color css
<style>
span { border-color: #479D7E; }
span { border-color: rgb(71,157,126); }
td.TdClassName
{
border-color: #479D7E;
}
.TagClassName
{
border-color: #479D7E;
}
</style>