Shades of Gossamer #459A81
Tints of Gossamer #459A81
RGB
CMYK
RGB Variations
Color information
#459A81 (or 0x459A81) is known color: Gossamer. HEX triplet: 45, 9A and 81. RGB value is (69,154,129). Sum of RGB (Red+Green+Blue) = 69+154+129=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #459A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459A81 is #BA657E. Grayscale: #7D7D7D. Windows color (decimal): -12215679 or 8493637. OLE color: 8493637.
HSL color Cylindrical-coordinate representation of color #459A81: hue angle of 162.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459A81 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 129 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.40 |
| HSL | 162.35º | 0.38% | 0.44% | - |
| HSV(B) | 162.35º | 0.55% | 0.6% | - |
| XYZ | 17.97 | 25.96 | 24.83 | - |
| YUV | 125.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 129 | 0.55 | 0 | 0.16 | 0.40 | 162.35 | 0.38 | 0.44 |
| Hex | 45 | 9A | 81 | 37 | 0 | 10 | 28 | A2 | 26 | 2C |
| Octal | 105 | 232 | 201 | 67 | 0 | 20 | 50 | 242 | 46 | 54 |
| Binary | 1000101 | 10011010 | 10000001 | 110111 | 0 | 10000 | 101000 | 10100010 | 100110 | 101100 |
Color Harmonies of #459A81
Complementary color
Monochromatic Colors of #459A81
Black with #459A81
Text Example
Text Example
White with #459A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A81; }
p { color: rgb(69,154,129); }
H1.HeaderClassName
{
color: #459A81;
}
.AnyTagClassName
{
color: #459A81;
}
</style>
background-color css
<style>
a { background-color: #459A81; }
a { background-color: rgb(69,154,129); }
div.DivClassName
{
background-color: #459A81;
}
.BgClassName
{
background-color: #459A81;
}
</style>
border-color css
<style>
span { border-color: #459A81; }
span { border-color: rgb(69,154,129); }
td.TdClassName
{
border-color: #459A81;
}
.TagClassName
{
border-color: #459A81;
}
</style>