Shades of Gossamer #459F91
Tints of Gossamer #459F91
RGB
CMYK
RGB Variations
Color information
#459F91 (or 0x459F91) is known color: Gossamer. HEX triplet: 45, 9F and 91. RGB value is (69,159,145). Sum of RGB (Red+Green+Blue) = 69+159+145=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #459F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459F91 is #BA606E. Grayscale: #828282. Windows color (decimal): -12214383 or 9543493. OLE color: 9543493.
HSL color Cylindrical-coordinate representation of color #459F91: hue angle of 170.67º 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 #459F91 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 145 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.38 |
| HSL | 170.67º | 0.39% | 0.45% | - |
| HSV(B) | 170.67º | 0.57% | 0.62% | - |
| XYZ | 19.96 | 28.11 | 31.16 | - |
| YUV | 130.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 145 | 0.57 | 0 | 0.09 | 0.38 | 170.67 | 0.39 | 0.45 |
| Hex | 45 | 9F | 91 | 39 | 0 | 9 | 26 | AB | 27 | 2D |
| Octal | 105 | 237 | 221 | 71 | 0 | 11 | 46 | 253 | 47 | 55 |
| Binary | 1000101 | 10011111 | 10010001 | 111001 | 0 | 1001 | 100110 | 10101011 | 100111 | 101101 |
Color Harmonies of #459F91
Complementary color
Monochromatic Colors of #459F91
Black with #459F91
Text Example
Text Example
White with #459F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F91; }
p { color: rgb(69,159,145); }
H1.HeaderClassName
{
color: #459F91;
}
.AnyTagClassName
{
color: #459F91;
}
</style>
background-color css
<style>
a { background-color: #459F91; }
a { background-color: rgb(69,159,145); }
div.DivClassName
{
background-color: #459F91;
}
.BgClassName
{
background-color: #459F91;
}
</style>
border-color css
<style>
span { border-color: #459F91; }
span { border-color: rgb(69,159,145); }
td.TdClassName
{
border-color: #459F91;
}
.TagClassName
{
border-color: #459F91;
}
</style>