Shades of Gossamer #459D86
Tints of Gossamer #459D86
RGB
CMYK
RGB Variations
Color information
#459D86 (or 0x459D86) is known color: Gossamer. HEX triplet: 45, 9D and 86. RGB value is (69,157,134). Sum of RGB (Red+Green+Blue) = 69+157+134=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #459D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D86 is #BA6279. Grayscale: #808080. Windows color (decimal): -12214906 or 8822085. OLE color: 8822085.
HSL color Cylindrical-coordinate representation of color #459D86: hue angle of 164.32º 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 #459D86 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 134 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.38 |
| HSL | 164.32º | 0.39% | 0.44% | - |
| HSV(B) | 164.32º | 0.56% | 0.62% | - |
| XYZ | 18.81 | 27.1 | 26.79 | - |
| YUV | 128.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 134 | 0.56 | 0 | 0.15 | 0.38 | 164.32 | 0.39 | 0.44 |
| Hex | 45 | 9D | 86 | 38 | 0 | F | 26 | A4 | 27 | 2C |
| Octal | 105 | 235 | 206 | 70 | 0 | 17 | 46 | 244 | 47 | 54 |
| Binary | 1000101 | 10011101 | 10000110 | 111000 | 0 | 1111 | 100110 | 10100100 | 100111 | 101100 |
Color Harmonies of #459D86
Complementary color
Monochromatic Colors of #459D86
Black with #459D86
Text Example
Text Example
White with #459D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D86; }
p { color: rgb(69,157,134); }
H1.HeaderClassName
{
color: #459D86;
}
.AnyTagClassName
{
color: #459D86;
}
</style>
background-color css
<style>
a { background-color: #459D86; }
a { background-color: rgb(69,157,134); }
div.DivClassName
{
background-color: #459D86;
}
.BgClassName
{
background-color: #459D86;
}
</style>
border-color css
<style>
span { border-color: #459D86; }
span { border-color: rgb(69,157,134); }
td.TdClassName
{
border-color: #459D86;
}
.TagClassName
{
border-color: #459D86;
}
</style>