Shades of Gossamer #4BA392
Tints of Gossamer #4BA392
RGB
CMYK
RGB Variations
Color information
#4BA392 (or 0x4BA392) is known color: Gossamer. HEX triplet: 4B, A3 and 92. RGB value is (75,163,146). Sum of RGB (Red+Green+Blue) = 75+163+146=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA392 is #B45C6D. Grayscale: #868686. Windows color (decimal): -11820142 or 9610059. OLE color: 9610059.
HSL color Cylindrical-coordinate representation of color #4BA392: hue angle of 168.41º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA392 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 146 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.36 |
| HSL | 168.41º | 0.37% | 0.47% | - |
| HSV(B) | 168.41º | 0.54% | 0.64% | - |
| XYZ | 21.19 | 29.77 | 31.82 | - |
| YUV | 134.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 146 | 0.54 | 0 | 0.10 | 0.36 | 168.41 | 0.37 | 0.47 |
| Hex | 4B | A3 | 92 | 36 | 0 | A | 24 | A8 | 25 | 2F |
| Octal | 113 | 243 | 222 | 66 | 0 | 12 | 44 | 250 | 45 | 57 |
| Binary | 1001011 | 10100011 | 10010010 | 110110 | 0 | 1010 | 100100 | 10101000 | 100101 | 101111 |
Color Harmonies of #4BA392
Complementary color
Monochromatic Colors of #4BA392
Black with #4BA392
Text Example
Text Example
White with #4BA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA392; }
p { color: rgb(75,163,146); }
H1.HeaderClassName
{
color: #4BA392;
}
.AnyTagClassName
{
color: #4BA392;
}
</style>
background-color css
<style>
a { background-color: #4BA392; }
a { background-color: rgb(75,163,146); }
div.DivClassName
{
background-color: #4BA392;
}
.BgClassName
{
background-color: #4BA392;
}
</style>
border-color css
<style>
span { border-color: #4BA392; }
span { border-color: rgb(75,163,146); }
td.TdClassName
{
border-color: #4BA392;
}
.TagClassName
{
border-color: #4BA392;
}
</style>