Shades of Gossamer #46B88B
Tints of Gossamer #46B88B
RGB
CMYK
RGB Variations
Color information
#46B88B (or 0x46B88B) is known color: Gossamer. HEX triplet: 46, B8 and 8B. RGB value is (70,184,139). Sum of RGB (Red+Green+Blue) = 70+184+139=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #46B88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B88B is #B94774. Grayscale: #909090. Windows color (decimal): -12142453 or 9156678. OLE color: 9156678.
HSL color Cylindrical-coordinate representation of color #46B88B: hue angle of 156.32º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B88B is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 184 | 139 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.28 |
| HSL | 156.32º | 0.45% | 0.5% | - |
| HSV(B) | 156.32º | 0.62% | 0.72% | - |
| XYZ | 24.33 | 37.45 | 30.37 | - |
| YUV | 144.78 | 124.73 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 184 | 139 | 0.62 | 0 | 0.24 | 0.28 | 156.32 | 0.45 | 0.5 |
| Hex | 46 | B8 | 8B | 3E | 0 | 18 | 1C | 9C | 2D | 32 |
| Octal | 106 | 270 | 213 | 76 | 0 | 30 | 34 | 234 | 55 | 62 |
| Binary | 1000110 | 10111000 | 10001011 | 111110 | 0 | 11000 | 11100 | 10011100 | 101101 | 110010 |
Color Harmonies of #46B88B
Complementary color
Monochromatic Colors of #46B88B
Black with #46B88B
Text Example
Text Example
White with #46B88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B88B; }
p { color: rgb(70,184,139); }
H1.HeaderClassName
{
color: #46B88B;
}
.AnyTagClassName
{
color: #46B88B;
}
</style>
background-color css
<style>
a { background-color: #46B88B; }
a { background-color: rgb(70,184,139); }
div.DivClassName
{
background-color: #46B88B;
}
.BgClassName
{
background-color: #46B88B;
}
</style>
border-color css
<style>
span { border-color: #46B88B; }
span { border-color: rgb(70,184,139); }
td.TdClassName
{
border-color: #46B88B;
}
.TagClassName
{
border-color: #46B88B;
}
</style>