Shades of Gossamer #45987A
Tints of Gossamer #45987A
RGB
CMYK
RGB Variations
Color information
#45987A (or 0x45987A) is known color: Gossamer. HEX triplet: 45, 98 and 7A. RGB value is (69,152,122). Sum of RGB (Red+Green+Blue) = 69+152+122=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #45987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45987A is #BA6785. Grayscale: #7B7B7B. Windows color (decimal): -12216198 or 8034373. OLE color: 8034373.
HSL color Cylindrical-coordinate representation of color #45987A: hue angle of 158.31º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45987A is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 152 | 122 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.40 |
| HSL | 158.31º | 0.38% | 0.43% | - |
| HSV(B) | 158.31º | 0.55% | 0.6% | - |
| XYZ | 17.2 | 25.13 | 22.36 | - |
| YUV | 123.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 122 | 0.55 | 0 | 0.20 | 0.40 | 158.31 | 0.38 | 0.43 |
| Hex | 45 | 98 | 7A | 37 | 0 | 14 | 28 | 9E | 26 | 2B |
| Octal | 105 | 230 | 172 | 67 | 0 | 24 | 50 | 236 | 46 | 53 |
| Binary | 1000101 | 10011000 | 1111010 | 110111 | 0 | 10100 | 101000 | 10011110 | 100110 | 101011 |
Color Harmonies of #45987A
Complementary color
Monochromatic Colors of #45987A
Black with #45987A
Text Example
Text Example
White with #45987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45987A; }
p { color: rgb(69,152,122); }
H1.HeaderClassName
{
color: #45987A;
}
.AnyTagClassName
{
color: #45987A;
}
</style>
background-color css
<style>
a { background-color: #45987A; }
a { background-color: rgb(69,152,122); }
div.DivClassName
{
background-color: #45987A;
}
.BgClassName
{
background-color: #45987A;
}
</style>
border-color css
<style>
span { border-color: #45987A; }
span { border-color: rgb(69,152,122); }
td.TdClassName
{
border-color: #45987A;
}
.TagClassName
{
border-color: #45987A;
}
</style>