Shades of Gossamer #459B7A
Tints of Gossamer #459B7A
RGB
CMYK
RGB Variations
Color information
#459B7A (or 0x459B7A) is known color: Gossamer. HEX triplet: 45, 9B and 7A. RGB value is (69,155,122). Sum of RGB (Red+Green+Blue) = 69+155+122=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #459B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B7A is #BA6485. Grayscale: #7D7D7D. Windows color (decimal): -12215430 or 8035141. OLE color: 8035141.
HSL color Cylindrical-coordinate representation of color #459B7A: hue angle of 156.98º 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 #459B7A is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 122 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.39 |
| HSL | 156.98º | 0.38% | 0.44% | - |
| HSV(B) | 156.98º | 0.55% | 0.61% | - |
| XYZ | 17.69 | 26.11 | 22.52 | - |
| YUV | 125.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 122 | 0.55 | 0 | 0.21 | 0.39 | 156.98 | 0.38 | 0.44 |
| Hex | 45 | 9B | 7A | 37 | 0 | 15 | 27 | 9D | 26 | 2C |
| Octal | 105 | 233 | 172 | 67 | 0 | 25 | 47 | 235 | 46 | 54 |
| Binary | 1000101 | 10011011 | 1111010 | 110111 | 0 | 10101 | 100111 | 10011101 | 100110 | 101100 |
Color Harmonies of #459B7A
Complementary color
Monochromatic Colors of #459B7A
Black with #459B7A
Text Example
Text Example
White with #459B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B7A; }
p { color: rgb(69,155,122); }
H1.HeaderClassName
{
color: #459B7A;
}
.AnyTagClassName
{
color: #459B7A;
}
</style>
background-color css
<style>
a { background-color: #459B7A; }
a { background-color: rgb(69,155,122); }
div.DivClassName
{
background-color: #459B7A;
}
.BgClassName
{
background-color: #459B7A;
}
</style>
border-color css
<style>
span { border-color: #459B7A; }
span { border-color: rgb(69,155,122); }
td.TdClassName
{
border-color: #459B7A;
}
.TagClassName
{
border-color: #459B7A;
}
</style>