Shades of Gossamer #459C80
Tints of Gossamer #459C80
RGB
CMYK
RGB Variations
Color information
#459C80 (or 0x459C80) is known color: Gossamer. HEX triplet: 45, 9C and 80. RGB value is (69,156,128). Sum of RGB (Red+Green+Blue) = 69+156+128=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #459C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459C80 is #BA637F. Grayscale: #7E7E7E. Windows color (decimal): -12215168 or 8428613. OLE color: 8428613.
HSL color Cylindrical-coordinate representation of color #459C80: hue angle of 160.69º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C80 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 128 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.39 |
| HSL | 160.69º | 0.39% | 0.44% | - |
| HSV(B) | 160.69º | 0.56% | 0.61% | - |
| XYZ | 18.24 | 26.6 | 24.6 | - |
| YUV | 126.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 128 | 0.56 | 0 | 0.18 | 0.39 | 160.69 | 0.39 | 0.44 |
| Hex | 45 | 9C | 80 | 38 | 0 | 12 | 27 | A1 | 27 | 2C |
| Octal | 105 | 234 | 200 | 70 | 0 | 22 | 47 | 241 | 47 | 54 |
| Binary | 1000101 | 10011100 | 10000000 | 111000 | 0 | 10010 | 100111 | 10100001 | 100111 | 101100 |
Color Harmonies of #459C80
Complementary color
Monochromatic Colors of #459C80
Black with #459C80
Text Example
Text Example
White with #459C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C80; }
p { color: rgb(69,156,128); }
H1.HeaderClassName
{
color: #459C80;
}
.AnyTagClassName
{
color: #459C80;
}
</style>
background-color css
<style>
a { background-color: #459C80; }
a { background-color: rgb(69,156,128); }
div.DivClassName
{
background-color: #459C80;
}
.BgClassName
{
background-color: #459C80;
}
</style>
border-color css
<style>
span { border-color: #459C80; }
span { border-color: rgb(69,156,128); }
td.TdClassName
{
border-color: #459C80;
}
.TagClassName
{
border-color: #459C80;
}
</style>