Shades of Gossamer #46A08A
Tints of Gossamer #46A08A
RGB
CMYK
RGB Variations
Color information
#46A08A (or 0x46A08A) is known color: Gossamer. HEX triplet: 46, A0 and 8A. RGB value is (70,160,138). Sum of RGB (Red+Green+Blue) = 70+160+138=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #46A08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A08A is #B95F75. Grayscale: #828282. Windows color (decimal): -12148598 or 9084998. OLE color: 9084998.
HSL color Cylindrical-coordinate representation of color #46A08A: hue angle of 165.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46A08A is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 160 | 138 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.37 |
| HSL | 165.33º | 0.39% | 0.45% | - |
| HSV(B) | 165.33º | 0.56% | 0.63% | - |
| XYZ | 19.68 | 28.28 | 28.47 | - |
| YUV | 130.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 138 | 0.56 | 0 | 0.14 | 0.37 | 165.33 | 0.39 | 0.45 |
| Hex | 46 | A0 | 8A | 38 | 0 | E | 25 | A5 | 27 | 2D |
| Octal | 106 | 240 | 212 | 70 | 0 | 16 | 45 | 245 | 47 | 55 |
| Binary | 1000110 | 10100000 | 10001010 | 111000 | 0 | 1110 | 100101 | 10100101 | 100111 | 101101 |
Color Harmonies of #46A08A
Complementary color
Monochromatic Colors of #46A08A
Black with #46A08A
Text Example
Text Example
White with #46A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A08A; }
p { color: rgb(70,160,138); }
H1.HeaderClassName
{
color: #46A08A;
}
.AnyTagClassName
{
color: #46A08A;
}
</style>
background-color css
<style>
a { background-color: #46A08A; }
a { background-color: rgb(70,160,138); }
div.DivClassName
{
background-color: #46A08A;
}
.BgClassName
{
background-color: #46A08A;
}
</style>
border-color css
<style>
span { border-color: #46A08A; }
span { border-color: rgb(70,160,138); }
td.TdClassName
{
border-color: #46A08A;
}
.TagClassName
{
border-color: #46A08A;
}
</style>