Shades of Gossamer #469B7E
Tints of Gossamer #469B7E
RGB
CMYK
RGB Variations
Color information
#469B7E (or 0x469B7E) is known color: Gossamer. HEX triplet: 46, 9B and 7E. RGB value is (70,155,126). Sum of RGB (Red+Green+Blue) = 70+155+126=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #469B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B7E is #B96481. Grayscale: #7E7E7E. Windows color (decimal): -12149890 or 8297286. OLE color: 8297286.
HSL color Cylindrical-coordinate representation of color #469B7E: hue angle of 159.53º 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 #469B7E is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 126 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.39 |
| HSL | 159.53º | 0.38% | 0.44% | - |
| HSV(B) | 159.53º | 0.55% | 0.61% | - |
| XYZ | 18.01 | 26.25 | 23.86 | - |
| YUV | 126.28 | 127.84 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 126 | 0.55 | 0 | 0.19 | 0.39 | 159.53 | 0.38 | 0.44 |
| Hex | 46 | 9B | 7E | 37 | 0 | 13 | 27 | A0 | 26 | 2C |
| Octal | 106 | 233 | 176 | 67 | 0 | 23 | 47 | 240 | 46 | 54 |
| Binary | 1000110 | 10011011 | 1111110 | 110111 | 0 | 10011 | 100111 | 10100000 | 100110 | 101100 |
Color Harmonies of #469B7E
Complementary color
Monochromatic Colors of #469B7E
Black with #469B7E
Text Example
Text Example
White with #469B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B7E; }
p { color: rgb(70,155,126); }
H1.HeaderClassName
{
color: #469B7E;
}
.AnyTagClassName
{
color: #469B7E;
}
</style>
background-color css
<style>
a { background-color: #469B7E; }
a { background-color: rgb(70,155,126); }
div.DivClassName
{
background-color: #469B7E;
}
.BgClassName
{
background-color: #469B7E;
}
</style>
border-color css
<style>
span { border-color: #469B7E; }
span { border-color: rgb(70,155,126); }
td.TdClassName
{
border-color: #469B7E;
}
.TagClassName
{
border-color: #469B7E;
}
</style>