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