Shades of Gossamer #479C83
Tints of Gossamer #479C83
RGB
CMYK
RGB Variations
Color information
#479C83 (or 0x479C83) is known color: Gossamer. HEX triplet: 47, 9C and 83. RGB value is (71,156,131). Sum of RGB (Red+Green+Blue) = 71+156+131=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #479C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479C83 is #B8637C. Grayscale: #7F7F7F. Windows color (decimal): -12084093 or 8625223. OLE color: 8625223.
HSL color Cylindrical-coordinate representation of color #479C83: hue angle of 162.35º 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 #479C83 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 156 | 131 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.39 |
| HSL | 162.35º | 0.37% | 0.45% | - |
| HSV(B) | 162.35º | 0.54% | 0.61% | - |
| XYZ | 18.58 | 26.76 | 25.66 | - |
| YUV | 127.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 131 | 0.54 | 0 | 0.16 | 0.39 | 162.35 | 0.37 | 0.45 |
| Hex | 47 | 9C | 83 | 36 | 0 | 10 | 27 | A2 | 25 | 2D |
| Octal | 107 | 234 | 203 | 66 | 0 | 20 | 47 | 242 | 45 | 55 |
| Binary | 1000111 | 10011100 | 10000011 | 110110 | 0 | 10000 | 100111 | 10100010 | 100101 | 101101 |
Color Harmonies of #479C83
Complementary color
Monochromatic Colors of #479C83
Black with #479C83
Text Example
Text Example
White with #479C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479C83; }
p { color: rgb(71,156,131); }
H1.HeaderClassName
{
color: #479C83;
}
.AnyTagClassName
{
color: #479C83;
}
</style>
background-color css
<style>
a { background-color: #479C83; }
a { background-color: rgb(71,156,131); }
div.DivClassName
{
background-color: #479C83;
}
.BgClassName
{
background-color: #479C83;
}
</style>
border-color css
<style>
span { border-color: #479C83; }
span { border-color: rgb(71,156,131); }
td.TdClassName
{
border-color: #479C83;
}
.TagClassName
{
border-color: #479C83;
}
</style>