Shades of Gossamer #459A83
Tints of Gossamer #459A83
RGB
CMYK
RGB Variations
Color information
#459A83 (or 0x459A83) is known color: Gossamer. HEX triplet: 45, 9A and 83. RGB value is (69,154,131). Sum of RGB (Red+Green+Blue) = 69+154+131=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #459A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459A83 is #BA657C. Grayscale: #7D7D7D. Windows color (decimal): -12215677 or 8624709. OLE color: 8624709.
HSL color Cylindrical-coordinate representation of color #459A83: hue angle of 163.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459A83 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 131 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.40 |
| HSL | 163.76º | 0.38% | 0.44% | - |
| HSV(B) | 163.76º | 0.55% | 0.6% | - |
| XYZ | 18.11 | 26.02 | 25.54 | - |
| YUV | 125.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 131 | 0.55 | 0 | 0.15 | 0.40 | 163.76 | 0.38 | 0.44 |
| Hex | 45 | 9A | 83 | 37 | 0 | F | 28 | A4 | 26 | 2C |
| Octal | 105 | 232 | 203 | 67 | 0 | 17 | 50 | 244 | 46 | 54 |
| Binary | 1000101 | 10011010 | 10000011 | 110111 | 0 | 1111 | 101000 | 10100100 | 100110 | 101100 |
Color Harmonies of #459A83
Complementary color
Monochromatic Colors of #459A83
Black with #459A83
Text Example
Text Example
White with #459A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A83; }
p { color: rgb(69,154,131); }
H1.HeaderClassName
{
color: #459A83;
}
.AnyTagClassName
{
color: #459A83;
}
</style>
background-color css
<style>
a { background-color: #459A83; }
a { background-color: rgb(69,154,131); }
div.DivClassName
{
background-color: #459A83;
}
.BgClassName
{
background-color: #459A83;
}
</style>
border-color css
<style>
span { border-color: #459A83; }
span { border-color: rgb(69,154,131); }
td.TdClassName
{
border-color: #459A83;
}
.TagClassName
{
border-color: #459A83;
}
</style>