Shades of Gossamer #469D84
Tints of Gossamer #469D84
RGB
CMYK
RGB Variations
Color information
#469D84 (or 0x469D84) is known color: Gossamer. HEX triplet: 46, 9D and 84. RGB value is (70,157,132). Sum of RGB (Red+Green+Blue) = 70+157+132=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #469D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D84 is #B9627B. Grayscale: #808080. Windows color (decimal): -12149372 or 8691014. OLE color: 8691014.
HSL color Cylindrical-coordinate representation of color #469D84: hue angle of 162.76º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D84 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 132 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.38 |
| HSL | 162.76º | 0.38% | 0.45% | - |
| HSV(B) | 162.76º | 0.55% | 0.62% | - |
| XYZ | 18.75 | 27.08 | 26.07 | - |
| YUV | 128.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 132 | 0.55 | 0 | 0.16 | 0.38 | 162.76 | 0.38 | 0.45 |
| Hex | 46 | 9D | 84 | 37 | 0 | 10 | 26 | A3 | 26 | 2D |
| Octal | 106 | 235 | 204 | 67 | 0 | 20 | 46 | 243 | 46 | 55 |
| Binary | 1000110 | 10011101 | 10000100 | 110111 | 0 | 10000 | 100110 | 10100011 | 100110 | 101101 |
Color Harmonies of #469D84
Complementary color
Monochromatic Colors of #469D84
Black with #469D84
Text Example
Text Example
White with #469D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D84; }
p { color: rgb(70,157,132); }
H1.HeaderClassName
{
color: #469D84;
}
.AnyTagClassName
{
color: #469D84;
}
</style>
background-color css
<style>
a { background-color: #469D84; }
a { background-color: rgb(70,157,132); }
div.DivClassName
{
background-color: #469D84;
}
.BgClassName
{
background-color: #469D84;
}
</style>
border-color css
<style>
span { border-color: #469D84; }
span { border-color: rgb(70,157,132); }
td.TdClassName
{
border-color: #469D84;
}
.TagClassName
{
border-color: #469D84;
}
</style>