Shades of Gossamer #46B289
Tints of Gossamer #46B289
RGB
CMYK
RGB Variations
Color information
#46B289 (or 0x46B289) is known color: Gossamer. HEX triplet: 46, B2 and 89. RGB value is (70,178,137). Sum of RGB (Red+Green+Blue) = 70+178+137=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #46B289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B289 is #B94D76. Grayscale: #8D8D8D. Windows color (decimal): -12143991 or 9024070. OLE color: 9024070.
HSL color Cylindrical-coordinate representation of color #46B289: hue angle of 157.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B289 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 178 | 137 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.30 |
| HSL | 157.22º | 0.44% | 0.49% | - |
| HSV(B) | 157.22º | 0.61% | 0.7% | - |
| XYZ | 22.96 | 34.95 | 29.2 | - |
| YUV | 141.03 | 125.72 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 178 | 137 | 0.61 | 0 | 0.23 | 0.30 | 157.22 | 0.44 | 0.49 |
| Hex | 46 | B2 | 89 | 3D | 0 | 17 | 1E | 9D | 2C | 31 |
| Octal | 106 | 262 | 211 | 75 | 0 | 27 | 36 | 235 | 54 | 61 |
| Binary | 1000110 | 10110010 | 10001001 | 111101 | 0 | 10111 | 11110 | 10011101 | 101100 | 110001 |
Color Harmonies of #46B289
Complementary color
Monochromatic Colors of #46B289
Black with #46B289
Text Example
Text Example
White with #46B289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B289; }
p { color: rgb(70,178,137); }
H1.HeaderClassName
{
color: #46B289;
}
.AnyTagClassName
{
color: #46B289;
}
</style>
background-color css
<style>
a { background-color: #46B289; }
a { background-color: rgb(70,178,137); }
div.DivClassName
{
background-color: #46B289;
}
.BgClassName
{
background-color: #46B289;
}
</style>
border-color css
<style>
span { border-color: #46B289; }
span { border-color: rgb(70,178,137); }
td.TdClassName
{
border-color: #46B289;
}
.TagClassName
{
border-color: #46B289;
}
</style>