Shades of Gossamer #459F8B
Tints of Gossamer #459F8B
RGB
CMYK
RGB Variations
Color information
#459F8B (or 0x459F8B) is known color: Gossamer. HEX triplet: 45, 9F and 8B. RGB value is (69,159,139). Sum of RGB (Red+Green+Blue) = 69+159+139=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #459F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459F8B is #BA6074. Grayscale: #818181. Windows color (decimal): -12214389 or 9150277. OLE color: 9150277.
HSL color Cylindrical-coordinate representation of color #459F8B: hue angle of 166.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 #459F8B is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 139 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.38 |
| HSL | 166.67º | 0.39% | 0.45% | - |
| HSV(B) | 166.67º | 0.57% | 0.62% | - |
| XYZ | 19.51 | 27.93 | 28.79 | - |
| YUV | 129.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 139 | 0.57 | 0 | 0.13 | 0.38 | 166.67 | 0.39 | 0.45 |
| Hex | 45 | 9F | 8B | 39 | 0 | D | 26 | A7 | 27 | 2D |
| Octal | 105 | 237 | 213 | 71 | 0 | 15 | 46 | 247 | 47 | 55 |
| Binary | 1000101 | 10011111 | 10001011 | 111001 | 0 | 1101 | 100110 | 10100111 | 100111 | 101101 |
Color Harmonies of #459F8B
Complementary color
Monochromatic Colors of #459F8B
Black with #459F8B
Text Example
Text Example
White with #459F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F8B; }
p { color: rgb(69,159,139); }
H1.HeaderClassName
{
color: #459F8B;
}
.AnyTagClassName
{
color: #459F8B;
}
</style>
background-color css
<style>
a { background-color: #459F8B; }
a { background-color: rgb(69,159,139); }
div.DivClassName
{
background-color: #459F8B;
}
.BgClassName
{
background-color: #459F8B;
}
</style>
border-color css
<style>
span { border-color: #459F8B; }
span { border-color: rgb(69,159,139); }
td.TdClassName
{
border-color: #459F8B;
}
.TagClassName
{
border-color: #459F8B;
}
</style>