Shades of Gossamer #46AF91
Tints of Gossamer #46AF91
RGB
CMYK
RGB Variations
Color information
#46AF91 (or 0x46AF91) is known color: Gossamer. HEX triplet: 46, AF and 91. RGB value is (70,175,145). Sum of RGB (Red+Green+Blue) = 70+175+145=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AF91 is #B9506E. Grayscale: #8C8C8C. Windows color (decimal): -12144751 or 9547590. OLE color: 9547590.
HSL color Cylindrical-coordinate representation of color #46AF91: hue angle of 162.86º 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 #46AF91 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 175 | 145 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.31 |
| HSL | 162.86º | 0.43% | 0.48% | - |
| HSV(B) | 162.86º | 0.6% | 0.69% | - |
| XYZ | 22.97 | 34.01 | 32.14 | - |
| YUV | 140.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 175 | 145 | 0.60 | 0 | 0.17 | 0.31 | 162.86 | 0.43 | 0.48 |
| Hex | 46 | AF | 91 | 3C | 0 | 11 | 1F | A3 | 2B | 30 |
| Octal | 106 | 257 | 221 | 74 | 0 | 21 | 37 | 243 | 53 | 60 |
| Binary | 1000110 | 10101111 | 10010001 | 111100 | 0 | 10001 | 11111 | 10100011 | 101011 | 110000 |
Color Harmonies of #46AF91
Complementary color
Monochromatic Colors of #46AF91
Black with #46AF91
Text Example
Text Example
White with #46AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AF91; }
p { color: rgb(70,175,145); }
H1.HeaderClassName
{
color: #46AF91;
}
.AnyTagClassName
{
color: #46AF91;
}
</style>
background-color css
<style>
a { background-color: #46AF91; }
a { background-color: rgb(70,175,145); }
div.DivClassName
{
background-color: #46AF91;
}
.BgClassName
{
background-color: #46AF91;
}
</style>
border-color css
<style>
span { border-color: #46AF91; }
span { border-color: rgb(70,175,145); }
td.TdClassName
{
border-color: #46AF91;
}
.TagClassName
{
border-color: #46AF91;
}
</style>