Shades of Gossamer #4A9F87
Tints of Gossamer #4A9F87
RGB
CMYK
RGB Variations
Color information
#4A9F87 (or 0x4A9F87) is known color: Gossamer. HEX triplet: 4A, 9F and 87. RGB value is (74,159,135). Sum of RGB (Red+Green+Blue) = 74+159+135=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #4A9F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9F87 is #B56078. Grayscale: #828282. Windows color (decimal): -11886713 or 8888138. OLE color: 8888138.
HSL color Cylindrical-coordinate representation of color #4A9F87: hue angle of 163.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9F87 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 159 | 135 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.38 |
| HSL | 163.06º | 0.36% | 0.46% | - |
| HSV(B) | 163.06º | 0.53% | 0.62% | - |
| XYZ | 19.6 | 28 | 27.29 | - |
| YUV | 130.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 159 | 135 | 0.53 | 0 | 0.15 | 0.38 | 163.06 | 0.36 | 0.46 |
| Hex | 4A | 9F | 87 | 35 | 0 | F | 26 | A3 | 24 | 2E |
| Octal | 112 | 237 | 207 | 65 | 0 | 17 | 46 | 243 | 44 | 56 |
| Binary | 1001010 | 10011111 | 10000111 | 110101 | 0 | 1111 | 100110 | 10100011 | 100100 | 101110 |
Color Harmonies of #4A9F87
Complementary color
Monochromatic Colors of #4A9F87
Black with #4A9F87
Text Example
Text Example
White with #4A9F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9F87; }
p { color: rgb(74,159,135); }
H1.HeaderClassName
{
color: #4A9F87;
}
.AnyTagClassName
{
color: #4A9F87;
}
</style>
background-color css
<style>
a { background-color: #4A9F87; }
a { background-color: rgb(74,159,135); }
div.DivClassName
{
background-color: #4A9F87;
}
.BgClassName
{
background-color: #4A9F87;
}
</style>
border-color css
<style>
span { border-color: #4A9F87; }
span { border-color: rgb(74,159,135); }
td.TdClassName
{
border-color: #4A9F87;
}
.TagClassName
{
border-color: #4A9F87;
}
</style>