Shades of Gossamer #469F8E
Tints of Gossamer #469F8E
RGB
CMYK
RGB Variations
Color information
#469F8E (or 0x469F8E) is known color: Gossamer. HEX triplet: 46, 9F and 8E. RGB value is (70,159,142). Sum of RGB (Red+Green+Blue) = 70+159+142=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #469F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469F8E is #B96071. Grayscale: #828282. Windows color (decimal): -12148850 or 9346886. OLE color: 9346886.
HSL color Cylindrical-coordinate representation of color #469F8E: hue angle of 168.54º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469F8E is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 159 | 142 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.38 |
| HSL | 168.54º | 0.39% | 0.45% | - |
| HSV(B) | 168.54º | 0.56% | 0.62% | - |
| XYZ | 19.81 | 28.05 | 29.96 | - |
| YUV | 130.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 142 | 0.56 | 0 | 0.11 | 0.38 | 168.54 | 0.39 | 0.45 |
| Hex | 46 | 9F | 8E | 38 | 0 | B | 26 | A9 | 27 | 2D |
| Octal | 106 | 237 | 216 | 70 | 0 | 13 | 46 | 251 | 47 | 55 |
| Binary | 1000110 | 10011111 | 10001110 | 111000 | 0 | 1011 | 100110 | 10101001 | 100111 | 101101 |
Color Harmonies of #469F8E
Complementary color
Monochromatic Colors of #469F8E
Black with #469F8E
Text Example
Text Example
White with #469F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469F8E; }
p { color: rgb(70,159,142); }
H1.HeaderClassName
{
color: #469F8E;
}
.AnyTagClassName
{
color: #469F8E;
}
</style>
background-color css
<style>
a { background-color: #469F8E; }
a { background-color: rgb(70,159,142); }
div.DivClassName
{
background-color: #469F8E;
}
.BgClassName
{
background-color: #469F8E;
}
</style>
border-color css
<style>
span { border-color: #469F8E; }
span { border-color: rgb(70,159,142); }
td.TdClassName
{
border-color: #469F8E;
}
.TagClassName
{
border-color: #469F8E;
}
</style>