Shades of Gossamer #469E92
Tints of Gossamer #469E92
RGB
CMYK
RGB Variations
Color information
#469E92 (or 0x469E92) is known color: Gossamer. HEX triplet: 46, 9E and 92. RGB value is (70,158,146). Sum of RGB (Red+Green+Blue) = 70+158+146=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #469E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E92 is #B9616D. Grayscale: #828282. Windows color (decimal): -12149102 or 9608774. OLE color: 9608774.
HSL color Cylindrical-coordinate representation of color #469E92: hue angle of 171.82º 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 #469E92 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 158 | 146 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.38 |
| HSL | 171.82º | 0.39% | 0.45% | - |
| HSV(B) | 171.82º | 0.56% | 0.62% | - |
| XYZ | 19.94 | 27.83 | 31.52 | - |
| YUV | 130.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 146 | 0.56 | 0 | 0.08 | 0.38 | 171.82 | 0.39 | 0.45 |
| Hex | 46 | 9E | 92 | 38 | 0 | 8 | 26 | AC | 27 | 2D |
| Octal | 106 | 236 | 222 | 70 | 0 | 10 | 46 | 254 | 47 | 55 |
| Binary | 1000110 | 10011110 | 10010010 | 111000 | 0 | 1000 | 100110 | 10101100 | 100111 | 101101 |
Color Harmonies of #469E92
Complementary color
Monochromatic Colors of #469E92
Black with #469E92
Text Example
Text Example
White with #469E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469E92; }
p { color: rgb(70,158,146); }
H1.HeaderClassName
{
color: #469E92;
}
.AnyTagClassName
{
color: #469E92;
}
</style>
background-color css
<style>
a { background-color: #469E92; }
a { background-color: rgb(70,158,146); }
div.DivClassName
{
background-color: #469E92;
}
.BgClassName
{
background-color: #469E92;
}
</style>
border-color css
<style>
span { border-color: #469E92; }
span { border-color: rgb(70,158,146); }
td.TdClassName
{
border-color: #469E92;
}
.TagClassName
{
border-color: #469E92;
}
</style>