Shades of Gossamer #479C7D
Tints of Gossamer #479C7D
RGB
CMYK
RGB Variations
Color information
#479C7D (or 0x479C7D) is known color: Gossamer. HEX triplet: 47, 9C and 7D. RGB value is (71,156,125). Sum of RGB (Red+Green+Blue) = 71+156+125=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #479C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C7D is #B86382. Grayscale: #7F7F7F. Windows color (decimal): -12084099 or 8232007. OLE color: 8232007.
HSL color Cylindrical-coordinate representation of color #479C7D: hue angle of 158.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C7D is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 156 | 125 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.39 |
| HSL | 158.12º | 0.37% | 0.45% | - |
| HSV(B) | 158.12º | 0.54% | 0.61% | - |
| XYZ | 18.19 | 26.6 | 23.58 | - |
| YUV | 127.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 125 | 0.54 | 0 | 0.20 | 0.39 | 158.12 | 0.37 | 0.45 |
| Hex | 47 | 9C | 7D | 36 | 0 | 14 | 27 | 9E | 25 | 2D |
| Octal | 107 | 234 | 175 | 66 | 0 | 24 | 47 | 236 | 45 | 55 |
| Binary | 1000111 | 10011100 | 1111101 | 110110 | 0 | 10100 | 100111 | 10011110 | 100101 | 101101 |
Color Harmonies of #479C7D
Complementary color
Monochromatic Colors of #479C7D
Black with #479C7D
Text Example
Text Example
White with #479C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479C7D; }
p { color: rgb(71,156,125); }
H1.HeaderClassName
{
color: #479C7D;
}
.AnyTagClassName
{
color: #479C7D;
}
</style>
background-color css
<style>
a { background-color: #479C7D; }
a { background-color: rgb(71,156,125); }
div.DivClassName
{
background-color: #479C7D;
}
.BgClassName
{
background-color: #479C7D;
}
</style>
border-color css
<style>
span { border-color: #479C7D; }
span { border-color: rgb(71,156,125); }
td.TdClassName
{
border-color: #479C7D;
}
.TagClassName
{
border-color: #479C7D;
}
</style>