Shades of Gossamer #469F8C
Tints of Gossamer #469F8C
RGB
CMYK
RGB Variations
Color information
#469F8C (or 0x469F8C) is known color: Gossamer. HEX triplet: 46, 9F and 8C. RGB value is (70,159,140). Sum of RGB (Red+Green+Blue) = 70+159+140=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #469F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469F8C is #B96073. Grayscale: #828282. Windows color (decimal): -12148852 or 9215814. OLE color: 9215814.
HSL color Cylindrical-coordinate representation of color #469F8C: hue angle of 167.19º 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 #469F8C is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 159 | 140 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.38 |
| HSL | 167.19º | 0.39% | 0.45% | - |
| HSV(B) | 167.19º | 0.56% | 0.62% | - |
| XYZ | 19.66 | 27.99 | 29.18 | - |
| YUV | 130.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 140 | 0.56 | 0 | 0.12 | 0.38 | 167.19 | 0.39 | 0.45 |
| Hex | 46 | 9F | 8C | 38 | 0 | C | 26 | A7 | 27 | 2D |
| Octal | 106 | 237 | 214 | 70 | 0 | 14 | 46 | 247 | 47 | 55 |
| Binary | 1000110 | 10011111 | 10001100 | 111000 | 0 | 1100 | 100110 | 10100111 | 100111 | 101101 |
Color Harmonies of #469F8C
Complementary color
Monochromatic Colors of #469F8C
Black with #469F8C
Text Example
Text Example
White with #469F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469F8C; }
p { color: rgb(70,159,140); }
H1.HeaderClassName
{
color: #469F8C;
}
.AnyTagClassName
{
color: #469F8C;
}
</style>
background-color css
<style>
a { background-color: #469F8C; }
a { background-color: rgb(70,159,140); }
div.DivClassName
{
background-color: #469F8C;
}
.BgClassName
{
background-color: #469F8C;
}
</style>
border-color css
<style>
span { border-color: #469F8C; }
span { border-color: rgb(70,159,140); }
td.TdClassName
{
border-color: #469F8C;
}
.TagClassName
{
border-color: #469F8C;
}
</style>