Shades of Gossamer #459D7C
Tints of Gossamer #459D7C
RGB
CMYK
RGB Variations
Color information
#459D7C (or 0x459D7C) is known color: Gossamer. HEX triplet: 45, 9D and 7C. RGB value is (69,157,124). Sum of RGB (Red+Green+Blue) = 69+157+124=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #459D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D7C is #BA6283. Grayscale: #7E7E7E. Windows color (decimal): -12214916 or 8166725. OLE color: 8166725.
HSL color Cylindrical-coordinate representation of color #459D7C: hue angle of 157.5º 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 #459D7C is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 124 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.38 |
| HSL | 157.5º | 0.39% | 0.44% | - |
| HSV(B) | 157.5º | 0.56% | 0.62% | - |
| XYZ | 18.15 | 26.83 | 23.29 | - |
| YUV | 126.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 124 | 0.56 | 0 | 0.21 | 0.38 | 157.5 | 0.39 | 0.44 |
| Hex | 45 | 9D | 7C | 38 | 0 | 15 | 26 | 9E | 27 | 2C |
| Octal | 105 | 235 | 174 | 70 | 0 | 25 | 46 | 236 | 47 | 54 |
| Binary | 1000101 | 10011101 | 1111100 | 111000 | 0 | 10101 | 100110 | 10011110 | 100111 | 101100 |
Color Harmonies of #459D7C
Complementary color
Monochromatic Colors of #459D7C
Black with #459D7C
Text Example
Text Example
White with #459D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D7C; }
p { color: rgb(69,157,124); }
H1.HeaderClassName
{
color: #459D7C;
}
.AnyTagClassName
{
color: #459D7C;
}
</style>
background-color css
<style>
a { background-color: #459D7C; }
a { background-color: rgb(69,157,124); }
div.DivClassName
{
background-color: #459D7C;
}
.BgClassName
{
background-color: #459D7C;
}
</style>
border-color css
<style>
span { border-color: #459D7C; }
span { border-color: rgb(69,157,124); }
td.TdClassName
{
border-color: #459D7C;
}
.TagClassName
{
border-color: #459D7C;
}
</style>