Shades of Gossamer #46AB84
Tints of Gossamer #46AB84
RGB
CMYK
RGB Variations
Color information
#46AB84 (or 0x46AB84) is known color: Gossamer. HEX triplet: 46, AB and 84. RGB value is (70,171,132). Sum of RGB (Red+Green+Blue) = 70+171+132=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AB84 is #B9547B. Grayscale: #888888. Windows color (decimal): -12145788 or 8694598. OLE color: 8694598.
HSL color Cylindrical-coordinate representation of color #46AB84: hue angle of 156.83º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AB84 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 171 | 132 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.33 |
| HSL | 156.83º | 0.42% | 0.47% | - |
| HSV(B) | 156.83º | 0.59% | 0.67% | - |
| XYZ | 21.25 | 32.09 | 26.9 | - |
| YUV | 136.36 | 125.54 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 132 | 0.59 | 0 | 0.23 | 0.33 | 156.83 | 0.42 | 0.47 |
| Hex | 46 | AB | 84 | 3B | 0 | 17 | 21 | 9D | 2A | 2F |
| Octal | 106 | 253 | 204 | 73 | 0 | 27 | 41 | 235 | 52 | 57 |
| Binary | 1000110 | 10101011 | 10000100 | 111011 | 0 | 10111 | 100001 | 10011101 | 101010 | 101111 |
Color Harmonies of #46AB84
Complementary color
Monochromatic Colors of #46AB84
Black with #46AB84
Text Example
Text Example
White with #46AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AB84; }
p { color: rgb(70,171,132); }
H1.HeaderClassName
{
color: #46AB84;
}
.AnyTagClassName
{
color: #46AB84;
}
</style>
background-color css
<style>
a { background-color: #46AB84; }
a { background-color: rgb(70,171,132); }
div.DivClassName
{
background-color: #46AB84;
}
.BgClassName
{
background-color: #46AB84;
}
</style>
border-color css
<style>
span { border-color: #46AB84; }
span { border-color: rgb(70,171,132); }
td.TdClassName
{
border-color: #46AB84;
}
.TagClassName
{
border-color: #46AB84;
}
</style>