Shades of Gossamer #4DA695
Tints of Gossamer #4DA695
RGB
CMYK
RGB Variations
Color information
#4DA695 (or 0x4DA695) is known color: Gossamer. HEX triplet: 4D, A6 and 95. RGB value is (77,166,149). Sum of RGB (Red+Green+Blue) = 77+166+149=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA695 is #B2596A. Grayscale: #898989. Windows color (decimal): -11688299 or 9807437. OLE color: 9807437.
HSL color Cylindrical-coordinate representation of color #4DA695: hue angle of 168.54º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA695 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 166 | 149 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.35 |
| HSL | 168.54º | 0.37% | 0.48% | - |
| HSV(B) | 168.54º | 0.54% | 0.65% | - |
| XYZ | 22.12 | 31.02 | 33.26 | - |
| YUV | 137.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 166 | 149 | 0.54 | 0 | 0.10 | 0.35 | 168.54 | 0.37 | 0.48 |
| Hex | 4D | A6 | 95 | 36 | 0 | A | 23 | A9 | 25 | 30 |
| Octal | 115 | 246 | 225 | 66 | 0 | 12 | 43 | 251 | 45 | 60 |
| Binary | 1001101 | 10100110 | 10010101 | 110110 | 0 | 1010 | 100011 | 10101001 | 100101 | 110000 |
Color Harmonies of #4DA695
Complementary color
Monochromatic Colors of #4DA695
Black with #4DA695
Text Example
Text Example
White with #4DA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA695; }
p { color: rgb(77,166,149); }
H1.HeaderClassName
{
color: #4DA695;
}
.AnyTagClassName
{
color: #4DA695;
}
</style>
background-color css
<style>
a { background-color: #4DA695; }
a { background-color: rgb(77,166,149); }
div.DivClassName
{
background-color: #4DA695;
}
.BgClassName
{
background-color: #4DA695;
}
</style>
border-color css
<style>
span { border-color: #4DA695; }
span { border-color: rgb(77,166,149); }
td.TdClassName
{
border-color: #4DA695;
}
.TagClassName
{
border-color: #4DA695;
}
</style>