Shades of Gossamer #46A688
Tints of Gossamer #46A688
RGB
CMYK
RGB Variations
Color information
#46A688 (or 0x46A688) is known color: Gossamer. HEX triplet: 46, A6 and 88. RGB value is (70,166,136). Sum of RGB (Red+Green+Blue) = 70+166+136=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #46A688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A688 is #B95977. Grayscale: #858585. Windows color (decimal): -12147064 or 8955462. OLE color: 8955462.
HSL color Cylindrical-coordinate representation of color #46A688: hue angle of 161.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A688 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 166 | 136 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.35 |
| HSL | 161.25º | 0.41% | 0.46% | - |
| HSV(B) | 161.25º | 0.58% | 0.65% | - |
| XYZ | 20.61 | 30.35 | 28.07 | - |
| YUV | 133.88 | 129.2 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 166 | 136 | 0.58 | 0 | 0.18 | 0.35 | 161.25 | 0.41 | 0.46 |
| Hex | 46 | A6 | 88 | 3A | 0 | 12 | 23 | A1 | 29 | 2E |
| Octal | 106 | 246 | 210 | 72 | 0 | 22 | 43 | 241 | 51 | 56 |
| Binary | 1000110 | 10100110 | 10001000 | 111010 | 0 | 10010 | 100011 | 10100001 | 101001 | 101110 |
Color Harmonies of #46A688
Complementary color
Monochromatic Colors of #46A688
Black with #46A688
Text Example
Text Example
White with #46A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A688; }
p { color: rgb(70,166,136); }
H1.HeaderClassName
{
color: #46A688;
}
.AnyTagClassName
{
color: #46A688;
}
</style>
background-color css
<style>
a { background-color: #46A688; }
a { background-color: rgb(70,166,136); }
div.DivClassName
{
background-color: #46A688;
}
.BgClassName
{
background-color: #46A688;
}
</style>
border-color css
<style>
span { border-color: #46A688; }
span { border-color: rgb(70,166,136); }
td.TdClassName
{
border-color: #46A688;
}
.TagClassName
{
border-color: #46A688;
}
</style>