Shades of Gossamer #46A384
Tints of Gossamer #46A384
RGB
CMYK
RGB Variations
Color information
#46A384 (or 0x46A384) is known color: Gossamer. HEX triplet: 46, A3 and 84. RGB value is (70,163,132). Sum of RGB (Red+Green+Blue) = 70+163+132=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #46A384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A384 is #B95C7B. Grayscale: #838383. Windows color (decimal): -12147836 or 8692550. OLE color: 8692550.
HSL color Cylindrical-coordinate representation of color #46A384: hue angle of 160º 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 #46A384 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 163 | 132 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.36 |
| HSL | 160º | 0.4% | 0.46% | - |
| HSV(B) | 160º | 0.57% | 0.64% | - |
| XYZ | 19.79 | 29.16 | 26.42 | - |
| YUV | 131.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 163 | 132 | 0.57 | 0 | 0.19 | 0.36 | 160 | 0.4 | 0.46 |
| Hex | 46 | A3 | 84 | 39 | 0 | 13 | 24 | A0 | 28 | 2E |
| Octal | 106 | 243 | 204 | 71 | 0 | 23 | 44 | 240 | 50 | 56 |
| Binary | 1000110 | 10100011 | 10000100 | 111001 | 0 | 10011 | 100100 | 10100000 | 101000 | 101110 |
Color Harmonies of #46A384
Complementary color
Monochromatic Colors of #46A384
Black with #46A384
Text Example
Text Example
White with #46A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A384; }
p { color: rgb(70,163,132); }
H1.HeaderClassName
{
color: #46A384;
}
.AnyTagClassName
{
color: #46A384;
}
</style>
background-color css
<style>
a { background-color: #46A384; }
a { background-color: rgb(70,163,132); }
div.DivClassName
{
background-color: #46A384;
}
.BgClassName
{
background-color: #46A384;
}
</style>
border-color css
<style>
span { border-color: #46A384; }
span { border-color: rgb(70,163,132); }
td.TdClassName
{
border-color: #46A384;
}
.TagClassName
{
border-color: #46A384;
}
</style>