Shades of Gossamer #459D7E
Tints of Gossamer #459D7E
RGB
CMYK
RGB Variations
Color information
#459D7E (or 0x459D7E) is known color: Gossamer. HEX triplet: 45, 9D and 7E. RGB value is (69,157,126). Sum of RGB (Red+Green+Blue) = 69+157+126=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #459D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D7E is #BA6281. Grayscale: #7F7F7F. Windows color (decimal): -12214914 or 8297797. OLE color: 8297797.
HSL color Cylindrical-coordinate representation of color #459D7E: hue angle of 158.86º 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 #459D7E is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 126 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.38 |
| HSL | 158.86º | 0.39% | 0.44% | - |
| HSV(B) | 158.86º | 0.56% | 0.62% | - |
| XYZ | 18.28 | 26.89 | 23.96 | - |
| YUV | 127.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 126 | 0.56 | 0 | 0.20 | 0.38 | 158.86 | 0.39 | 0.44 |
| Hex | 45 | 9D | 7E | 38 | 0 | 14 | 26 | 9F | 27 | 2C |
| Octal | 105 | 235 | 176 | 70 | 0 | 24 | 46 | 237 | 47 | 54 |
| Binary | 1000101 | 10011101 | 1111110 | 111000 | 0 | 10100 | 100110 | 10011111 | 100111 | 101100 |
Color Harmonies of #459D7E
Complementary color
Monochromatic Colors of #459D7E
Black with #459D7E
Text Example
Text Example
White with #459D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D7E; }
p { color: rgb(69,157,126); }
H1.HeaderClassName
{
color: #459D7E;
}
.AnyTagClassName
{
color: #459D7E;
}
</style>
background-color css
<style>
a { background-color: #459D7E; }
a { background-color: rgb(69,157,126); }
div.DivClassName
{
background-color: #459D7E;
}
.BgClassName
{
background-color: #459D7E;
}
</style>
border-color css
<style>
span { border-color: #459D7E; }
span { border-color: rgb(69,157,126); }
td.TdClassName
{
border-color: #459D7E;
}
.TagClassName
{
border-color: #459D7E;
}
</style>