Shades of Gossamer #4CA686
Tints of Gossamer #4CA686
RGB
CMYK
RGB Variations
Color information
#4CA686 (or 0x4CA686) is known color: Gossamer. HEX triplet: 4C, A6 and 86. RGB value is (76,166,134). Sum of RGB (Red+Green+Blue) = 76+166+134=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA686 is #B35979. Grayscale: #878787. Windows color (decimal): -11753850 or 8824396. OLE color: 8824396.
HSL color Cylindrical-coordinate representation of color #4CA686: hue angle of 158.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA686 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 76 | 166 | 134 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.35 |
| HSL | 158.67º | 0.37% | 0.47% | - |
| HSV(B) | 158.67º | 0.54% | 0.65% | - |
| XYZ | 20.92 | 30.53 | 27.34 | - |
| YUV | 135.44 | 127.18 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 166 | 134 | 0.54 | 0 | 0.19 | 0.35 | 158.67 | 0.37 | 0.47 |
| Hex | 4C | A6 | 86 | 36 | 0 | 13 | 23 | 9F | 25 | 2F |
| Octal | 114 | 246 | 206 | 66 | 0 | 23 | 43 | 237 | 45 | 57 |
| Binary | 1001100 | 10100110 | 10000110 | 110110 | 0 | 10011 | 100011 | 10011111 | 100101 | 101111 |
Color Harmonies of #4CA686
Complementary color
Monochromatic Colors of #4CA686
Black with #4CA686
Text Example
Text Example
White with #4CA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA686; }
p { color: rgb(76,166,134); }
H1.HeaderClassName
{
color: #4CA686;
}
.AnyTagClassName
{
color: #4CA686;
}
</style>
background-color css
<style>
a { background-color: #4CA686; }
a { background-color: rgb(76,166,134); }
div.DivClassName
{
background-color: #4CA686;
}
.BgClassName
{
background-color: #4CA686;
}
</style>
border-color css
<style>
span { border-color: #4CA686; }
span { border-color: rgb(76,166,134); }
td.TdClassName
{
border-color: #4CA686;
}
.TagClassName
{
border-color: #4CA686;
}
</style>