Shades of Gossamer #4BA382
Tints of Gossamer #4BA382
RGB
CMYK
RGB Variations
Color information
#4BA382 (or 0x4BA382) is known color: Gossamer. HEX triplet: 4B, A3 and 82. RGB value is (75,163,130). Sum of RGB (Red+Green+Blue) = 75+163+130=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA382 is #B45C7D. Grayscale: #848484. Windows color (decimal): -11820158 or 8561483. OLE color: 8561483.
HSL color Cylindrical-coordinate representation of color #4BA382: hue angle of 157.5º 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 #4BA382 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 130 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.36 |
| HSL | 157.5º | 0.37% | 0.47% | - |
| HSV(B) | 157.5º | 0.54% | 0.64% | - |
| XYZ | 20.03 | 29.3 | 25.72 | - |
| YUV | 132.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 130 | 0.54 | 0 | 0.20 | 0.36 | 157.5 | 0.37 | 0.47 |
| Hex | 4B | A3 | 82 | 36 | 0 | 14 | 24 | 9E | 25 | 2F |
| Octal | 113 | 243 | 202 | 66 | 0 | 24 | 44 | 236 | 45 | 57 |
| Binary | 1001011 | 10100011 | 10000010 | 110110 | 0 | 10100 | 100100 | 10011110 | 100101 | 101111 |
Color Harmonies of #4BA382
Complementary color
Monochromatic Colors of #4BA382
Black with #4BA382
Text Example
Text Example
White with #4BA382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA382; }
p { color: rgb(75,163,130); }
H1.HeaderClassName
{
color: #4BA382;
}
.AnyTagClassName
{
color: #4BA382;
}
</style>
background-color css
<style>
a { background-color: #4BA382; }
a { background-color: rgb(75,163,130); }
div.DivClassName
{
background-color: #4BA382;
}
.BgClassName
{
background-color: #4BA382;
}
</style>
border-color css
<style>
span { border-color: #4BA382; }
span { border-color: rgb(75,163,130); }
td.TdClassName
{
border-color: #4BA382;
}
.TagClassName
{
border-color: #4BA382;
}
</style>