Shades of Gossamer #4BA589
Tints of Gossamer #4BA589
RGB
CMYK
RGB Variations
Color information
#4BA589 (or 0x4BA589) is known color: Gossamer. HEX triplet: 4B, A5 and 89. RGB value is (75,165,137). Sum of RGB (Red+Green+Blue) = 75+165+137=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA589 is #B45A76. Grayscale: #868686. Windows color (decimal): -11819639 or 9020747. OLE color: 9020747.
HSL color Cylindrical-coordinate representation of color #4BA589: hue angle of 161.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA589 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 165 | 137 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.35 |
| HSL | 161.33º | 0.38% | 0.47% | - |
| HSV(B) | 161.33º | 0.55% | 0.65% | - |
| XYZ | 20.87 | 30.21 | 28.4 | - |
| YUV | 134.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 137 | 0.55 | 0 | 0.17 | 0.35 | 161.33 | 0.38 | 0.47 |
| Hex | 4B | A5 | 89 | 37 | 0 | 11 | 23 | A1 | 26 | 2F |
| Octal | 113 | 245 | 211 | 67 | 0 | 21 | 43 | 241 | 46 | 57 |
| Binary | 1001011 | 10100101 | 10001001 | 110111 | 0 | 10001 | 100011 | 10100001 | 100110 | 101111 |
Color Harmonies of #4BA589
Complementary color
Monochromatic Colors of #4BA589
Black with #4BA589
Text Example
Text Example
White with #4BA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA589; }
p { color: rgb(75,165,137); }
H1.HeaderClassName
{
color: #4BA589;
}
.AnyTagClassName
{
color: #4BA589;
}
</style>
background-color css
<style>
a { background-color: #4BA589; }
a { background-color: rgb(75,165,137); }
div.DivClassName
{
background-color: #4BA589;
}
.BgClassName
{
background-color: #4BA589;
}
</style>
border-color css
<style>
span { border-color: #4BA589; }
span { border-color: rgb(75,165,137); }
td.TdClassName
{
border-color: #4BA589;
}
.TagClassName
{
border-color: #4BA589;
}
</style>