Shades of Gossamer #459B83
Tints of Gossamer #459B83
RGB
CMYK
RGB Variations
Color information
#459B83 (or 0x459B83) is known color: Gossamer. HEX triplet: 45, 9B and 83. RGB value is (69,155,131). Sum of RGB (Red+Green+Blue) = 69+155+131=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #459B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B83 is #BA647C. Grayscale: #7E7E7E. Windows color (decimal): -12215421 or 8624965. OLE color: 8624965.
HSL color Cylindrical-coordinate representation of color #459B83: hue angle of 163.26º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B83 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 131 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.39 |
| HSL | 163.26º | 0.38% | 0.44% | - |
| HSV(B) | 163.26º | 0.55% | 0.61% | - |
| XYZ | 18.27 | 26.35 | 25.6 | - |
| YUV | 126.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 131 | 0.55 | 0 | 0.15 | 0.39 | 163.26 | 0.38 | 0.44 |
| Hex | 45 | 9B | 83 | 37 | 0 | F | 27 | A3 | 26 | 2C |
| Octal | 105 | 233 | 203 | 67 | 0 | 17 | 47 | 243 | 46 | 54 |
| Binary | 1000101 | 10011011 | 10000011 | 110111 | 0 | 1111 | 100111 | 10100011 | 100110 | 101100 |
Color Harmonies of #459B83
Complementary color
Monochromatic Colors of #459B83
Black with #459B83
Text Example
Text Example
White with #459B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B83; }
p { color: rgb(69,155,131); }
H1.HeaderClassName
{
color: #459B83;
}
.AnyTagClassName
{
color: #459B83;
}
</style>
background-color css
<style>
a { background-color: #459B83; }
a { background-color: rgb(69,155,131); }
div.DivClassName
{
background-color: #459B83;
}
.BgClassName
{
background-color: #459B83;
}
</style>
border-color css
<style>
span { border-color: #459B83; }
span { border-color: rgb(69,155,131); }
td.TdClassName
{
border-color: #459B83;
}
.TagClassName
{
border-color: #459B83;
}
</style>