Shades of Gossamer #459D80
Tints of Gossamer #459D80
RGB
CMYK
RGB Variations
Color information
#459D80 (or 0x459D80) is known color: Gossamer. HEX triplet: 45, 9D and 80. RGB value is (69,157,128). Sum of RGB (Red+Green+Blue) = 69+157+128=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #459D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D80 is #BA627F. Grayscale: #7F7F7F. Windows color (decimal): -12214912 or 8428869. OLE color: 8428869.
HSL color Cylindrical-coordinate representation of color #459D80: hue angle of 160.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D80 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 128 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.38 |
| HSL | 160.23º | 0.39% | 0.44% | - |
| HSV(B) | 160.23º | 0.56% | 0.62% | - |
| XYZ | 18.41 | 26.94 | 24.65 | - |
| YUV | 127.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 128 | 0.56 | 0 | 0.18 | 0.38 | 160.23 | 0.39 | 0.44 |
| Hex | 45 | 9D | 80 | 38 | 0 | 12 | 26 | A0 | 27 | 2C |
| Octal | 105 | 235 | 200 | 70 | 0 | 22 | 46 | 240 | 47 | 54 |
| Binary | 1000101 | 10011101 | 10000000 | 111000 | 0 | 10010 | 100110 | 10100000 | 100111 | 101100 |
Color Harmonies of #459D80
Complementary color
Monochromatic Colors of #459D80
Black with #459D80
Text Example
Text Example
White with #459D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D80; }
p { color: rgb(69,157,128); }
H1.HeaderClassName
{
color: #459D80;
}
.AnyTagClassName
{
color: #459D80;
}
</style>
background-color css
<style>
a { background-color: #459D80; }
a { background-color: rgb(69,157,128); }
div.DivClassName
{
background-color: #459D80;
}
.BgClassName
{
background-color: #459D80;
}
</style>
border-color css
<style>
span { border-color: #459D80; }
span { border-color: rgb(69,157,128); }
td.TdClassName
{
border-color: #459D80;
}
.TagClassName
{
border-color: #459D80;
}
</style>