Shades of Gossamer #4BA388
Tints of Gossamer #4BA388
RGB
CMYK
RGB Variations
Color information
#4BA388 (or 0x4BA388) is known color: Gossamer. HEX triplet: 4B, A3 and 88. RGB value is (75,163,136). Sum of RGB (Red+Green+Blue) = 75+163+136=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA388 is #B45C77. Grayscale: #858585. Windows color (decimal): -11820152 or 8954699. OLE color: 8954699.
HSL color Cylindrical-coordinate representation of color #4BA388: hue angle of 161.59º 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 #4BA388 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 136 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.36 |
| HSL | 161.59º | 0.37% | 0.47% | - |
| HSV(B) | 161.59º | 0.54% | 0.64% | - |
| XYZ | 20.44 | 29.47 | 27.9 | - |
| YUV | 133.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 136 | 0.54 | 0 | 0.17 | 0.36 | 161.59 | 0.37 | 0.47 |
| Hex | 4B | A3 | 88 | 36 | 0 | 11 | 24 | A2 | 25 | 2F |
| Octal | 113 | 243 | 210 | 66 | 0 | 21 | 44 | 242 | 45 | 57 |
| Binary | 1001011 | 10100011 | 10001000 | 110110 | 0 | 10001 | 100100 | 10100010 | 100101 | 101111 |
Color Harmonies of #4BA388
Complementary color
Monochromatic Colors of #4BA388
Black with #4BA388
Text Example
Text Example
White with #4BA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA388; }
p { color: rgb(75,163,136); }
H1.HeaderClassName
{
color: #4BA388;
}
.AnyTagClassName
{
color: #4BA388;
}
</style>
background-color css
<style>
a { background-color: #4BA388; }
a { background-color: rgb(75,163,136); }
div.DivClassName
{
background-color: #4BA388;
}
.BgClassName
{
background-color: #4BA388;
}
</style>
border-color css
<style>
span { border-color: #4BA388; }
span { border-color: rgb(75,163,136); }
td.TdClassName
{
border-color: #4BA388;
}
.TagClassName
{
border-color: #4BA388;
}
</style>