Shades of Gossamer #459E81
Tints of Gossamer #459E81
RGB
CMYK
RGB Variations
Color information
#459E81 (or 0x459E81) is known color: Gossamer. HEX triplet: 45, 9E and 81. RGB value is (69,158,129). Sum of RGB (Red+Green+Blue) = 69+158+129=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #459E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459E81 is #BA617E. Grayscale: #808080. Windows color (decimal): -12214655 or 8494661. OLE color: 8494661.
HSL color Cylindrical-coordinate representation of color #459E81: hue angle of 160.45º 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 #459E81 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 158 | 129 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.38 |
| HSL | 160.45º | 0.39% | 0.45% | - |
| HSV(B) | 160.45º | 0.56% | 0.62% | - |
| XYZ | 18.64 | 27.3 | 25.06 | - |
| YUV | 128.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 129 | 0.56 | 0 | 0.18 | 0.38 | 160.45 | 0.39 | 0.45 |
| Hex | 45 | 9E | 81 | 38 | 0 | 12 | 26 | A0 | 27 | 2D |
| Octal | 105 | 236 | 201 | 70 | 0 | 22 | 46 | 240 | 47 | 55 |
| Binary | 1000101 | 10011110 | 10000001 | 111000 | 0 | 10010 | 100110 | 10100000 | 100111 | 101101 |
Color Harmonies of #459E81
Complementary color
Monochromatic Colors of #459E81
Black with #459E81
Text Example
Text Example
White with #459E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459E81; }
p { color: rgb(69,158,129); }
H1.HeaderClassName
{
color: #459E81;
}
.AnyTagClassName
{
color: #459E81;
}
</style>
background-color css
<style>
a { background-color: #459E81; }
a { background-color: rgb(69,158,129); }
div.DivClassName
{
background-color: #459E81;
}
.BgClassName
{
background-color: #459E81;
}
</style>
border-color css
<style>
span { border-color: #459E81; }
span { border-color: rgb(69,158,129); }
td.TdClassName
{
border-color: #459E81;
}
.TagClassName
{
border-color: #459E81;
}
</style>