Shades of Gossamer #469B80
Tints of Gossamer #469B80
RGB
CMYK
RGB Variations
Color information
#469B80 (or 0x469B80) is known color: Gossamer. HEX triplet: 46, 9B and 80. RGB value is (70,155,128). Sum of RGB (Red+Green+Blue) = 70+155+128=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #469B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B80 is #B9647F. Grayscale: #7E7E7E. Windows color (decimal): -12149888 or 8428358. OLE color: 8428358.
HSL color Cylindrical-coordinate representation of color #469B80: hue angle of 160.94º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B80 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 128 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.39 |
| HSL | 160.94º | 0.38% | 0.44% | - |
| HSV(B) | 160.94º | 0.55% | 0.61% | - |
| XYZ | 18.14 | 26.3 | 24.54 | - |
| YUV | 126.51 | 128.84 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 128 | 0.55 | 0 | 0.17 | 0.39 | 160.94 | 0.38 | 0.44 |
| Hex | 46 | 9B | 80 | 37 | 0 | 11 | 27 | A1 | 26 | 2C |
| Octal | 106 | 233 | 200 | 67 | 0 | 21 | 47 | 241 | 46 | 54 |
| Binary | 1000110 | 10011011 | 10000000 | 110111 | 0 | 10001 | 100111 | 10100001 | 100110 | 101100 |
Color Harmonies of #469B80
Complementary color
Monochromatic Colors of #469B80
Black with #469B80
Text Example
Text Example
White with #469B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B80; }
p { color: rgb(70,155,128); }
H1.HeaderClassName
{
color: #469B80;
}
.AnyTagClassName
{
color: #469B80;
}
</style>
background-color css
<style>
a { background-color: #469B80; }
a { background-color: rgb(70,155,128); }
div.DivClassName
{
background-color: #469B80;
}
.BgClassName
{
background-color: #469B80;
}
</style>
border-color css
<style>
span { border-color: #469B80; }
span { border-color: rgb(70,155,128); }
td.TdClassName
{
border-color: #469B80;
}
.TagClassName
{
border-color: #469B80;
}
</style>