Shades of Gossamer #459C7E
Tints of Gossamer #459C7E
RGB
CMYK
RGB Variations
Color information
#459C7E (or 0x459C7E) is known color: Gossamer. HEX triplet: 45, 9C and 7E. RGB value is (69,156,126). Sum of RGB (Red+Green+Blue) = 69+156+126=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #459C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C7E is #BA6381. Grayscale: #7E7E7E. Windows color (decimal): -12215170 or 8297541. OLE color: 8297541.
HSL color Cylindrical-coordinate representation of color #459C7E: hue angle of 159.31º 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 #459C7E is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 126 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.39 |
| HSL | 159.31º | 0.39% | 0.44% | - |
| HSV(B) | 159.31º | 0.56% | 0.61% | - |
| XYZ | 18.11 | 26.55 | 23.91 | - |
| YUV | 126.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 126 | 0.56 | 0 | 0.19 | 0.39 | 159.31 | 0.39 | 0.44 |
| Hex | 45 | 9C | 7E | 38 | 0 | 13 | 27 | 9F | 27 | 2C |
| Octal | 105 | 234 | 176 | 70 | 0 | 23 | 47 | 237 | 47 | 54 |
| Binary | 1000101 | 10011100 | 1111110 | 111000 | 0 | 10011 | 100111 | 10011111 | 100111 | 101100 |
Color Harmonies of #459C7E
Complementary color
Monochromatic Colors of #459C7E
Black with #459C7E
Text Example
Text Example
White with #459C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C7E; }
p { color: rgb(69,156,126); }
H1.HeaderClassName
{
color: #459C7E;
}
.AnyTagClassName
{
color: #459C7E;
}
</style>
background-color css
<style>
a { background-color: #459C7E; }
a { background-color: rgb(69,156,126); }
div.DivClassName
{
background-color: #459C7E;
}
.BgClassName
{
background-color: #459C7E;
}
</style>
border-color css
<style>
span { border-color: #459C7E; }
span { border-color: rgb(69,156,126); }
td.TdClassName
{
border-color: #459C7E;
}
.TagClassName
{
border-color: #459C7E;
}
</style>