Shades of Gossamer #459B86
Tints of Gossamer #459B86
RGB
CMYK
RGB Variations
Color information
#459B86 (or 0x459B86) is known color: Gossamer. HEX triplet: 45, 9B and 86. RGB value is (69,155,134). Sum of RGB (Red+Green+Blue) = 69+155+134=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #459B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B86 is #BA6479. Grayscale: #7E7E7E. Windows color (decimal): -12215418 or 8821573. OLE color: 8821573.
HSL color Cylindrical-coordinate representation of color #459B86: hue angle of 165.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B86 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 134 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.39 |
| HSL | 165.35º | 0.38% | 0.44% | - |
| HSV(B) | 165.35º | 0.55% | 0.61% | - |
| XYZ | 18.48 | 26.43 | 26.68 | - |
| YUV | 126.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 134 | 0.55 | 0 | 0.14 | 0.39 | 165.35 | 0.38 | 0.44 |
| Hex | 45 | 9B | 86 | 37 | 0 | E | 27 | A5 | 26 | 2C |
| Octal | 105 | 233 | 206 | 67 | 0 | 16 | 47 | 245 | 46 | 54 |
| Binary | 1000101 | 10011011 | 10000110 | 110111 | 0 | 1110 | 100111 | 10100101 | 100110 | 101100 |
Color Harmonies of #459B86
Complementary color
Monochromatic Colors of #459B86
Black with #459B86
Text Example
Text Example
White with #459B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B86; }
p { color: rgb(69,155,134); }
H1.HeaderClassName
{
color: #459B86;
}
.AnyTagClassName
{
color: #459B86;
}
</style>
background-color css
<style>
a { background-color: #459B86; }
a { background-color: rgb(69,155,134); }
div.DivClassName
{
background-color: #459B86;
}
.BgClassName
{
background-color: #459B86;
}
</style>
border-color css
<style>
span { border-color: #459B86; }
span { border-color: rgb(69,155,134); }
td.TdClassName
{
border-color: #459B86;
}
.TagClassName
{
border-color: #459B86;
}
</style>