Shades of Gossamer #469E7F
Tints of Gossamer #469E7F
RGB
CMYK
RGB Variations
Color information
#469E7F (or 0x469E7F) is known color: Gossamer. HEX triplet: 46, 9E and 7F. RGB value is (70,158,127). Sum of RGB (Red+Green+Blue) = 70+158+127=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #469E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E7F is #B96180. Grayscale: #808080. Windows color (decimal): -12149121 or 8363590. OLE color: 8363590.
HSL color Cylindrical-coordinate representation of color #469E7F: hue angle of 158.86º 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 #469E7F is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 158 | 127 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.38 |
| HSL | 158.86º | 0.39% | 0.45% | - |
| HSV(B) | 158.86º | 0.56% | 0.62% | - |
| XYZ | 18.58 | 27.29 | 24.37 | - |
| YUV | 128.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 127 | 0.56 | 0 | 0.20 | 0.38 | 158.86 | 0.39 | 0.45 |
| Hex | 46 | 9E | 7F | 38 | 0 | 14 | 26 | 9F | 27 | 2D |
| Octal | 106 | 236 | 177 | 70 | 0 | 24 | 46 | 237 | 47 | 55 |
| Binary | 1000110 | 10011110 | 1111111 | 111000 | 0 | 10100 | 100110 | 10011111 | 100111 | 101101 |
Color Harmonies of #469E7F
Complementary color
Monochromatic Colors of #469E7F
Black with #469E7F
Text Example
Text Example
White with #469E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469E7F; }
p { color: rgb(70,158,127); }
H1.HeaderClassName
{
color: #469E7F;
}
.AnyTagClassName
{
color: #469E7F;
}
</style>
background-color css
<style>
a { background-color: #469E7F; }
a { background-color: rgb(70,158,127); }
div.DivClassName
{
background-color: #469E7F;
}
.BgClassName
{
background-color: #469E7F;
}
</style>
border-color css
<style>
span { border-color: #469E7F; }
span { border-color: rgb(70,158,127); }
td.TdClassName
{
border-color: #469E7F;
}
.TagClassName
{
border-color: #469E7F;
}
</style>