Shades of Gossamer #46AB90
Tints of Gossamer #46AB90
RGB
CMYK
RGB Variations
Color information
#46AB90 (or 0x46AB90) is known color: Gossamer. HEX triplet: 46, AB and 90. RGB value is (70,171,144). Sum of RGB (Red+Green+Blue) = 70+171+144=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AB90 is #B9546F. Grayscale: #898989. Windows color (decimal): -12145776 or 9481030. OLE color: 9481030.
HSL color Cylindrical-coordinate representation of color #46AB90: hue angle of 163.96º 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 #46AB90 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 171 | 144 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.33 |
| HSL | 163.96º | 0.42% | 0.47% | - |
| HSV(B) | 163.96º | 0.59% | 0.67% | - |
| XYZ | 22.12 | 32.44 | 31.48 | - |
| YUV | 137.72 | 131.54 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 144 | 0.59 | 0 | 0.16 | 0.33 | 163.96 | 0.42 | 0.47 |
| Hex | 46 | AB | 90 | 3B | 0 | 10 | 21 | A4 | 2A | 2F |
| Octal | 106 | 253 | 220 | 73 | 0 | 20 | 41 | 244 | 52 | 57 |
| Binary | 1000110 | 10101011 | 10010000 | 111011 | 0 | 10000 | 100001 | 10100100 | 101010 | 101111 |
Color Harmonies of #46AB90
Complementary color
Monochromatic Colors of #46AB90
Black with #46AB90
Text Example
Text Example
White with #46AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AB90; }
p { color: rgb(70,171,144); }
H1.HeaderClassName
{
color: #46AB90;
}
.AnyTagClassName
{
color: #46AB90;
}
</style>
background-color css
<style>
a { background-color: #46AB90; }
a { background-color: rgb(70,171,144); }
div.DivClassName
{
background-color: #46AB90;
}
.BgClassName
{
background-color: #46AB90;
}
</style>
border-color css
<style>
span { border-color: #46AB90; }
span { border-color: rgb(70,171,144); }
td.TdClassName
{
border-color: #46AB90;
}
.TagClassName
{
border-color: #46AB90;
}
</style>