Shades of Gossamer #4BA689
Tints of Gossamer #4BA689
RGB
CMYK
RGB Variations
Color information
#4BA689 (or 0x4BA689) is known color: Gossamer. HEX triplet: 4B, A6 and 89. RGB value is (75,166,137). Sum of RGB (Red+Green+Blue) = 75+166+137=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA689 is #B45976. Grayscale: #878787. Windows color (decimal): -11819383 or 9021003. OLE color: 9021003.
HSL color Cylindrical-coordinate representation of color #4BA689: hue angle of 160.88º 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 #4BA689 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 137 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.35 |
| HSL | 160.88º | 0.38% | 0.47% | - |
| HSV(B) | 160.88º | 0.55% | 0.65% | - |
| XYZ | 21.05 | 30.57 | 28.46 | - |
| YUV | 135.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 137 | 0.55 | 0 | 0.17 | 0.35 | 160.88 | 0.38 | 0.47 |
| Hex | 4B | A6 | 89 | 37 | 0 | 11 | 23 | A1 | 26 | 2F |
| Octal | 113 | 246 | 211 | 67 | 0 | 21 | 43 | 241 | 46 | 57 |
| Binary | 1001011 | 10100110 | 10001001 | 110111 | 0 | 10001 | 100011 | 10100001 | 100110 | 101111 |
Color Harmonies of #4BA689
Complementary color
Monochromatic Colors of #4BA689
Black with #4BA689
Text Example
Text Example
White with #4BA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA689; }
p { color: rgb(75,166,137); }
H1.HeaderClassName
{
color: #4BA689;
}
.AnyTagClassName
{
color: #4BA689;
}
</style>
background-color css
<style>
a { background-color: #4BA689; }
a { background-color: rgb(75,166,137); }
div.DivClassName
{
background-color: #4BA689;
}
.BgClassName
{
background-color: #4BA689;
}
</style>
border-color css
<style>
span { border-color: #4BA689; }
span { border-color: rgb(75,166,137); }
td.TdClassName
{
border-color: #4BA689;
}
.TagClassName
{
border-color: #4BA689;
}
</style>