Shades of Gossamer #46A380
Tints of Gossamer #46A380
RGB
CMYK
RGB Variations
Color information
#46A380 (or 0x46A380) is known color: Gossamer. HEX triplet: 46, A3 and 80. RGB value is (70,163,128). Sum of RGB (Red+Green+Blue) = 70+163+128=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #46A380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A380 is #B95C7F. Grayscale: #838383. Windows color (decimal): -12147840 or 8430406. OLE color: 8430406.
HSL color Cylindrical-coordinate representation of color #46A380: hue angle of 157.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A380 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 163 | 128 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.36 |
| HSL | 157.42º | 0.4% | 0.46% | - |
| HSV(B) | 157.42º | 0.57% | 0.64% | - |
| XYZ | 19.52 | 29.05 | 25 | - |
| YUV | 131.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 163 | 128 | 0.57 | 0 | 0.21 | 0.36 | 157.42 | 0.4 | 0.46 |
| Hex | 46 | A3 | 80 | 39 | 0 | 15 | 24 | 9D | 28 | 2E |
| Octal | 106 | 243 | 200 | 71 | 0 | 25 | 44 | 235 | 50 | 56 |
| Binary | 1000110 | 10100011 | 10000000 | 111001 | 0 | 10101 | 100100 | 10011101 | 101000 | 101110 |
Color Harmonies of #46A380
Complementary color
Monochromatic Colors of #46A380
Black with #46A380
Text Example
Text Example
White with #46A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A380; }
p { color: rgb(70,163,128); }
H1.HeaderClassName
{
color: #46A380;
}
.AnyTagClassName
{
color: #46A380;
}
</style>
background-color css
<style>
a { background-color: #46A380; }
a { background-color: rgb(70,163,128); }
div.DivClassName
{
background-color: #46A380;
}
.BgClassName
{
background-color: #46A380;
}
</style>
border-color css
<style>
span { border-color: #46A380; }
span { border-color: rgb(70,163,128); }
td.TdClassName
{
border-color: #46A380;
}
.TagClassName
{
border-color: #46A380;
}
</style>