Shades of Gossamer #46997B
Tints of Gossamer #46997B
RGB
CMYK
RGB Variations
Color information
#46997B (or 0x46997B) is known color: Gossamer. HEX triplet: 46, 99 and 7B. RGB value is (70,153,123). Sum of RGB (Red+Green+Blue) = 70+153+123=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #46997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46997B is #B96684. Grayscale: #7C7C7C. Windows color (decimal): -12150405 or 8100166. OLE color: 8100166.
HSL color Cylindrical-coordinate representation of color #46997B: hue angle of 158.31º 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 #46997B is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 123 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.4 |
| HSL | 158.31º | 0.37% | 0.44% | - |
| HSV(B) | 158.31º | 0.54% | 0.6% | - |
| XYZ | 17.49 | 25.51 | 22.74 | - |
| YUV | 124.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 123 | 0.54 | 0 | 0.20 | 0.4 | 158.31 | 0.37 | 0.44 |
| Hex | 46 | 99 | 7B | 36 | 0 | 14 | 28 | 9E | 25 | 2C |
| Octal | 106 | 231 | 173 | 66 | 0 | 24 | 50 | 236 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1111011 | 110110 | 0 | 10100 | 101000 | 10011110 | 100101 | 101100 |
Color Harmonies of #46997B
Complementary color
Monochromatic Colors of #46997B
Black with #46997B
Text Example
Text Example
White with #46997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46997B; }
p { color: rgb(70,153,123); }
H1.HeaderClassName
{
color: #46997B;
}
.AnyTagClassName
{
color: #46997B;
}
</style>
background-color css
<style>
a { background-color: #46997B; }
a { background-color: rgb(70,153,123); }
div.DivClassName
{
background-color: #46997B;
}
.BgClassName
{
background-color: #46997B;
}
</style>
border-color css
<style>
span { border-color: #46997B; }
span { border-color: rgb(70,153,123); }
td.TdClassName
{
border-color: #46997B;
}
.TagClassName
{
border-color: #46997B;
}
</style>