Shades of Gossamer #479D83
Tints of Gossamer #479D83
RGB
CMYK
RGB Variations
Color information
#479D83 (or 0x479D83) is known color: Gossamer. HEX triplet: 47, 9D and 83. RGB value is (71,157,131). Sum of RGB (Red+Green+Blue) = 71+157+131=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #479D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D83 is #B8627C. Grayscale: #808080. Windows color (decimal): -12083837 or 8625479. OLE color: 8625479.
HSL color Cylindrical-coordinate representation of color #479D83: hue angle of 161.86º 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 #479D83 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 131 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.38 |
| HSL | 161.86º | 0.38% | 0.45% | - |
| HSV(B) | 161.86º | 0.55% | 0.62% | - |
| XYZ | 18.75 | 27.09 | 25.71 | - |
| YUV | 128.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 131 | 0.55 | 0 | 0.17 | 0.38 | 161.86 | 0.38 | 0.45 |
| Hex | 47 | 9D | 83 | 37 | 0 | 11 | 26 | A2 | 26 | 2D |
| Octal | 107 | 235 | 203 | 67 | 0 | 21 | 46 | 242 | 46 | 55 |
| Binary | 1000111 | 10011101 | 10000011 | 110111 | 0 | 10001 | 100110 | 10100010 | 100110 | 101101 |
Color Harmonies of #479D83
Complementary color
Monochromatic Colors of #479D83
Black with #479D83
Text Example
Text Example
White with #479D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D83; }
p { color: rgb(71,157,131); }
H1.HeaderClassName
{
color: #479D83;
}
.AnyTagClassName
{
color: #479D83;
}
</style>
background-color css
<style>
a { background-color: #479D83; }
a { background-color: rgb(71,157,131); }
div.DivClassName
{
background-color: #479D83;
}
.BgClassName
{
background-color: #479D83;
}
</style>
border-color css
<style>
span { border-color: #479D83; }
span { border-color: rgb(71,157,131); }
td.TdClassName
{
border-color: #479D83;
}
.TagClassName
{
border-color: #479D83;
}
</style>