Shades of Gossamer #46B08D
Tints of Gossamer #46B08D
RGB
CMYK
RGB Variations
Color information
#46B08D (or 0x46B08D) is known color: Gossamer. HEX triplet: 46, B0 and 8D. RGB value is (70,176,141). Sum of RGB (Red+Green+Blue) = 70+176+141=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #46B08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B08D is #B94F72. Grayscale: #8C8C8C. Windows color (decimal): -12144499 or 9285702. OLE color: 9285702.
HSL color Cylindrical-coordinate representation of color #46B08D: hue angle of 160.19º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46B08D is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 176 | 141 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.31 |
| HSL | 160.19º | 0.43% | 0.48% | - |
| HSV(B) | 160.19º | 0.6% | 0.69% | - |
| XYZ | 22.86 | 34.28 | 30.61 | - |
| YUV | 140.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 176 | 141 | 0.60 | 0 | 0.20 | 0.31 | 160.19 | 0.43 | 0.48 |
| Hex | 46 | B0 | 8D | 3C | 0 | 14 | 1F | A0 | 2B | 30 |
| Octal | 106 | 260 | 215 | 74 | 0 | 24 | 37 | 240 | 53 | 60 |
| Binary | 1000110 | 10110000 | 10001101 | 111100 | 0 | 10100 | 11111 | 10100000 | 101011 | 110000 |
Color Harmonies of #46B08D
Complementary color
Monochromatic Colors of #46B08D
Black with #46B08D
Text Example
Text Example
White with #46B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B08D; }
p { color: rgb(70,176,141); }
H1.HeaderClassName
{
color: #46B08D;
}
.AnyTagClassName
{
color: #46B08D;
}
</style>
background-color css
<style>
a { background-color: #46B08D; }
a { background-color: rgb(70,176,141); }
div.DivClassName
{
background-color: #46B08D;
}
.BgClassName
{
background-color: #46B08D;
}
</style>
border-color css
<style>
span { border-color: #46B08D; }
span { border-color: rgb(70,176,141); }
td.TdClassName
{
border-color: #46B08D;
}
.TagClassName
{
border-color: #46B08D;
}
</style>