Shades of Gossamer #459F8A
Tints of Gossamer #459F8A
RGB
CMYK
RGB Variations
Color information
#459F8A (or 0x459F8A) is known color: Gossamer. HEX triplet: 45, 9F and 8A. RGB value is (69,159,138). Sum of RGB (Red+Green+Blue) = 69+159+138=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #459F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459F8A is #BA6075. Grayscale: #818181. Windows color (decimal): -12214390 or 9084741. OLE color: 9084741.
HSL color Cylindrical-coordinate representation of color #459F8A: hue angle of 166º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459F8A is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 138 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.38 |
| HSL | 166º | 0.39% | 0.45% | - |
| HSV(B) | 166º | 0.57% | 0.62% | - |
| XYZ | 19.44 | 27.9 | 28.4 | - |
| YUV | 129.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 138 | 0.57 | 0 | 0.13 | 0.38 | 166 | 0.39 | 0.45 |
| Hex | 45 | 9F | 8A | 39 | 0 | D | 26 | A6 | 27 | 2D |
| Octal | 105 | 237 | 212 | 71 | 0 | 15 | 46 | 246 | 47 | 55 |
| Binary | 1000101 | 10011111 | 10001010 | 111001 | 0 | 1101 | 100110 | 10100110 | 100111 | 101101 |
Color Harmonies of #459F8A
Complementary color
Monochromatic Colors of #459F8A
Black with #459F8A
Text Example
Text Example
White with #459F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F8A; }
p { color: rgb(69,159,138); }
H1.HeaderClassName
{
color: #459F8A;
}
.AnyTagClassName
{
color: #459F8A;
}
</style>
background-color css
<style>
a { background-color: #459F8A; }
a { background-color: rgb(69,159,138); }
div.DivClassName
{
background-color: #459F8A;
}
.BgClassName
{
background-color: #459F8A;
}
</style>
border-color css
<style>
span { border-color: #459F8A; }
span { border-color: rgb(69,159,138); }
td.TdClassName
{
border-color: #459F8A;
}
.TagClassName
{
border-color: #459F8A;
}
</style>