Shades of Gossamer #459D84
Tints of Gossamer #459D84
RGB
CMYK
RGB Variations
Color information
#459D84 (or 0x459D84) is known color: Gossamer. HEX triplet: 45, 9D and 84. RGB value is (69,157,132). Sum of RGB (Red+Green+Blue) = 69+157+132=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #459D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D84 is #BA627B. Grayscale: #7F7F7F. Windows color (decimal): -12214908 or 8691013. OLE color: 8691013.
HSL color Cylindrical-coordinate representation of color #459D84: hue angle of 162.95º 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 #459D84 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 132 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.38 |
| HSL | 162.95º | 0.39% | 0.44% | - |
| HSV(B) | 162.95º | 0.56% | 0.62% | - |
| XYZ | 18.68 | 27.05 | 26.07 | - |
| YUV | 127.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 132 | 0.56 | 0 | 0.16 | 0.38 | 162.95 | 0.39 | 0.44 |
| Hex | 45 | 9D | 84 | 38 | 0 | 10 | 26 | A3 | 27 | 2C |
| Octal | 105 | 235 | 204 | 70 | 0 | 20 | 46 | 243 | 47 | 54 |
| Binary | 1000101 | 10011101 | 10000100 | 111000 | 0 | 10000 | 100110 | 10100011 | 100111 | 101100 |
Color Harmonies of #459D84
Complementary color
Monochromatic Colors of #459D84
Black with #459D84
Text Example
Text Example
White with #459D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D84; }
p { color: rgb(69,157,132); }
H1.HeaderClassName
{
color: #459D84;
}
.AnyTagClassName
{
color: #459D84;
}
</style>
background-color css
<style>
a { background-color: #459D84; }
a { background-color: rgb(69,157,132); }
div.DivClassName
{
background-color: #459D84;
}
.BgClassName
{
background-color: #459D84;
}
</style>
border-color css
<style>
span { border-color: #459D84; }
span { border-color: rgb(69,157,132); }
td.TdClassName
{
border-color: #459D84;
}
.TagClassName
{
border-color: #459D84;
}
</style>