Shades of Gossamer #459A7E
Tints of Gossamer #459A7E
RGB
CMYK
RGB Variations
Color information
#459A7E (or 0x459A7E) is known color: Gossamer. HEX triplet: 45, 9A and 7E. RGB value is (69,154,126). Sum of RGB (Red+Green+Blue) = 69+154+126=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #459A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459A7E is #BA6581. Grayscale: #7D7D7D. Windows color (decimal): -12215682 or 8297029. OLE color: 8297029.
HSL color Cylindrical-coordinate representation of color #459A7E: hue angle of 160.24º 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 #459A7E is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 126 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.40 |
| HSL | 160.24º | 0.38% | 0.44% | - |
| HSV(B) | 160.24º | 0.55% | 0.6% | - |
| XYZ | 17.78 | 25.88 | 23.8 | - |
| YUV | 125.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 126 | 0.55 | 0 | 0.18 | 0.40 | 160.24 | 0.38 | 0.44 |
| Hex | 45 | 9A | 7E | 37 | 0 | 12 | 28 | A0 | 26 | 2C |
| Octal | 105 | 232 | 176 | 67 | 0 | 22 | 50 | 240 | 46 | 54 |
| Binary | 1000101 | 10011010 | 1111110 | 110111 | 0 | 10010 | 101000 | 10100000 | 100110 | 101100 |
Color Harmonies of #459A7E
Complementary color
Monochromatic Colors of #459A7E
Black with #459A7E
Text Example
Text Example
White with #459A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A7E; }
p { color: rgb(69,154,126); }
H1.HeaderClassName
{
color: #459A7E;
}
.AnyTagClassName
{
color: #459A7E;
}
</style>
background-color css
<style>
a { background-color: #459A7E; }
a { background-color: rgb(69,154,126); }
div.DivClassName
{
background-color: #459A7E;
}
.BgClassName
{
background-color: #459A7E;
}
</style>
border-color css
<style>
span { border-color: #459A7E; }
span { border-color: rgb(69,154,126); }
td.TdClassName
{
border-color: #459A7E;
}
.TagClassName
{
border-color: #459A7E;
}
</style>