Shades of Gossamer #46997C
Tints of Gossamer #46997C
RGB
CMYK
RGB Variations
Color information
#46997C (or 0x46997C) is known color: Gossamer. HEX triplet: 46, 99 and 7C. RGB value is (70,153,124). Sum of RGB (Red+Green+Blue) = 70+153+124=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #46997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46997C is #B96683. Grayscale: #7C7C7C. Windows color (decimal): -12150404 or 8165702. OLE color: 8165702.
HSL color Cylindrical-coordinate representation of color #46997C: hue angle of 159.04º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46997C is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 124 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.4 |
| HSL | 159.04º | 0.37% | 0.44% | - |
| HSV(B) | 159.04º | 0.54% | 0.6% | - |
| XYZ | 17.56 | 25.54 | 23.07 | - |
| YUV | 124.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 124 | 0.54 | 0 | 0.19 | 0.4 | 159.04 | 0.37 | 0.44 |
| Hex | 46 | 99 | 7C | 36 | 0 | 13 | 28 | 9F | 25 | 2C |
| Octal | 106 | 231 | 174 | 66 | 0 | 23 | 50 | 237 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1111100 | 110110 | 0 | 10011 | 101000 | 10011111 | 100101 | 101100 |
Color Harmonies of #46997C
Complementary color
Monochromatic Colors of #46997C
Black with #46997C
Text Example
Text Example
White with #46997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46997C; }
p { color: rgb(70,153,124); }
H1.HeaderClassName
{
color: #46997C;
}
.AnyTagClassName
{
color: #46997C;
}
</style>
background-color css
<style>
a { background-color: #46997C; }
a { background-color: rgb(70,153,124); }
div.DivClassName
{
background-color: #46997C;
}
.BgClassName
{
background-color: #46997C;
}
</style>
border-color css
<style>
span { border-color: #46997C; }
span { border-color: rgb(70,153,124); }
td.TdClassName
{
border-color: #46997C;
}
.TagClassName
{
border-color: #46997C;
}
</style>