Shades of Gossamer #459F8C
Tints of Gossamer #459F8C
RGB
CMYK
RGB Variations
Color information
#459F8C (or 0x459F8C) is known color: Gossamer. HEX triplet: 45, 9F and 8C. RGB value is (69,159,140). Sum of RGB (Red+Green+Blue) = 69+159+140=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #459F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459F8C is #BA6073. Grayscale: #818181. Windows color (decimal): -12214388 or 9215813. OLE color: 9215813.
HSL color Cylindrical-coordinate representation of color #459F8C: hue angle of 167.33º 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 #459F8C is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 140 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.38 |
| HSL | 167.33º | 0.39% | 0.45% | - |
| HSV(B) | 167.33º | 0.57% | 0.62% | - |
| XYZ | 19.59 | 27.95 | 29.17 | - |
| YUV | 129.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 140 | 0.57 | 0 | 0.12 | 0.38 | 167.33 | 0.39 | 0.45 |
| Hex | 45 | 9F | 8C | 39 | 0 | C | 26 | A7 | 27 | 2D |
| Octal | 105 | 237 | 214 | 71 | 0 | 14 | 46 | 247 | 47 | 55 |
| Binary | 1000101 | 10011111 | 10001100 | 111001 | 0 | 1100 | 100110 | 10100111 | 100111 | 101101 |
Color Harmonies of #459F8C
Complementary color
Monochromatic Colors of #459F8C
Black with #459F8C
Text Example
Text Example
White with #459F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F8C; }
p { color: rgb(69,159,140); }
H1.HeaderClassName
{
color: #459F8C;
}
.AnyTagClassName
{
color: #459F8C;
}
</style>
background-color css
<style>
a { background-color: #459F8C; }
a { background-color: rgb(69,159,140); }
div.DivClassName
{
background-color: #459F8C;
}
.BgClassName
{
background-color: #459F8C;
}
</style>
border-color css
<style>
span { border-color: #459F8C; }
span { border-color: rgb(69,159,140); }
td.TdClassName
{
border-color: #459F8C;
}
.TagClassName
{
border-color: #459F8C;
}
</style>