Shades of Gossamer #459E87
Tints of Gossamer #459E87
RGB
CMYK
RGB Variations
Color information
#459E87 (or 0x459E87) is known color: Gossamer. HEX triplet: 45, 9E and 87. RGB value is (69,158,135). Sum of RGB (Red+Green+Blue) = 69+158+135=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #459E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459E87 is #BA6178. Grayscale: #808080. Windows color (decimal): -12214649 or 8887877. OLE color: 8887877.
HSL color Cylindrical-coordinate representation of color #459E87: hue angle of 164.49º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459E87 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 158 | 135 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.38 |
| HSL | 164.49º | 0.39% | 0.45% | - |
| HSV(B) | 164.49º | 0.56% | 0.62% | - |
| XYZ | 19.05 | 27.47 | 27.22 | - |
| YUV | 128.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 135 | 0.56 | 0 | 0.15 | 0.38 | 164.49 | 0.39 | 0.45 |
| Hex | 45 | 9E | 87 | 38 | 0 | F | 26 | A4 | 27 | 2D |
| Octal | 105 | 236 | 207 | 70 | 0 | 17 | 46 | 244 | 47 | 55 |
| Binary | 1000101 | 10011110 | 10000111 | 111000 | 0 | 1111 | 100110 | 10100100 | 100111 | 101101 |
Color Harmonies of #459E87
Complementary color
Monochromatic Colors of #459E87
Black with #459E87
Text Example
Text Example
White with #459E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459E87; }
p { color: rgb(69,158,135); }
H1.HeaderClassName
{
color: #459E87;
}
.AnyTagClassName
{
color: #459E87;
}
</style>
background-color css
<style>
a { background-color: #459E87; }
a { background-color: rgb(69,158,135); }
div.DivClassName
{
background-color: #459E87;
}
.BgClassName
{
background-color: #459E87;
}
</style>
border-color css
<style>
span { border-color: #459E87; }
span { border-color: rgb(69,158,135); }
td.TdClassName
{
border-color: #459E87;
}
.TagClassName
{
border-color: #459E87;
}
</style>