Shades of Gossamer #459C82
Tints of Gossamer #459C82
RGB
CMYK
RGB Variations
Color information
#459C82 (or 0x459C82) is known color: Gossamer. HEX triplet: 45, 9C and 82. RGB value is (69,156,130). Sum of RGB (Red+Green+Blue) = 69+156+130=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #459C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459C82 is #BA637D. Grayscale: #7F7F7F. Windows color (decimal): -12215166 or 8559685. OLE color: 8559685.
HSL color Cylindrical-coordinate representation of color #459C82: hue angle of 162.07º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C82 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 130 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.39 |
| HSL | 162.07º | 0.39% | 0.44% | - |
| HSV(B) | 162.07º | 0.56% | 0.61% | - |
| XYZ | 18.37 | 26.65 | 25.3 | - |
| YUV | 127.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 130 | 0.56 | 0 | 0.17 | 0.39 | 162.07 | 0.39 | 0.44 |
| Hex | 45 | 9C | 82 | 38 | 0 | 11 | 27 | A2 | 27 | 2C |
| Octal | 105 | 234 | 202 | 70 | 0 | 21 | 47 | 242 | 47 | 54 |
| Binary | 1000101 | 10011100 | 10000010 | 111000 | 0 | 10001 | 100111 | 10100010 | 100111 | 101100 |
Color Harmonies of #459C82
Complementary color
Monochromatic Colors of #459C82
Black with #459C82
Text Example
Text Example
White with #459C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C82; }
p { color: rgb(69,156,130); }
H1.HeaderClassName
{
color: #459C82;
}
.AnyTagClassName
{
color: #459C82;
}
</style>
background-color css
<style>
a { background-color: #459C82; }
a { background-color: rgb(69,156,130); }
div.DivClassName
{
background-color: #459C82;
}
.BgClassName
{
background-color: #459C82;
}
</style>
border-color css
<style>
span { border-color: #459C82; }
span { border-color: rgb(69,156,130); }
td.TdClassName
{
border-color: #459C82;
}
.TagClassName
{
border-color: #459C82;
}
</style>