Shades of Gossamer #459D7B
Tints of Gossamer #459D7B
RGB
CMYK
RGB Variations
Color information
#459D7B (or 0x459D7B) is known color: Gossamer. HEX triplet: 45, 9D and 7B. RGB value is (69,157,123). Sum of RGB (Red+Green+Blue) = 69+157+123=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #459D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D7B is #BA6284. Grayscale: #7E7E7E. Windows color (decimal): -12214917 or 8101189. OLE color: 8101189.
HSL color Cylindrical-coordinate representation of color #459D7B: hue angle of 156.82º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D7B is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 123 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.38 |
| HSL | 156.82º | 0.39% | 0.44% | - |
| HSV(B) | 156.82º | 0.56% | 0.62% | - |
| XYZ | 18.09 | 26.81 | 22.96 | - |
| YUV | 126.81 | 125.85 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 123 | 0.56 | 0 | 0.22 | 0.38 | 156.82 | 0.39 | 0.44 |
| Hex | 45 | 9D | 7B | 38 | 0 | 16 | 26 | 9D | 27 | 2C |
| Octal | 105 | 235 | 173 | 70 | 0 | 26 | 46 | 235 | 47 | 54 |
| Binary | 1000101 | 10011101 | 1111011 | 111000 | 0 | 10110 | 100110 | 10011101 | 100111 | 101100 |
Color Harmonies of #459D7B
Complementary color
Monochromatic Colors of #459D7B
Black with #459D7B
Text Example
Text Example
White with #459D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D7B; }
p { color: rgb(69,157,123); }
H1.HeaderClassName
{
color: #459D7B;
}
.AnyTagClassName
{
color: #459D7B;
}
</style>
background-color css
<style>
a { background-color: #459D7B; }
a { background-color: rgb(69,157,123); }
div.DivClassName
{
background-color: #459D7B;
}
.BgClassName
{
background-color: #459D7B;
}
</style>
border-color css
<style>
span { border-color: #459D7B; }
span { border-color: rgb(69,157,123); }
td.TdClassName
{
border-color: #459D7B;
}
.TagClassName
{
border-color: #459D7B;
}
</style>