Shades of Gossamer #4BA497
Tints of Gossamer #4BA497
RGB
CMYK
RGB Variations
Color information
#4BA497 (or 0x4BA497) is known color: Gossamer. HEX triplet: 4B, A4 and 97. RGB value is (75,164,151). Sum of RGB (Red+Green+Blue) = 75+164+151=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA497 is #B45B68. Grayscale: #878787. Windows color (decimal): -11819881 or 9937995. OLE color: 9937995.
HSL color Cylindrical-coordinate representation of color #4BA497: hue angle of 171.24º 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 #4BA497 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 151 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.36 |
| HSL | 171.24º | 0.37% | 0.47% | - |
| HSV(B) | 171.24º | 0.54% | 0.64% | - |
| XYZ | 21.76 | 30.28 | 33.98 | - |
| YUV | 135.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 151 | 0.54 | 0 | 0.08 | 0.36 | 171.24 | 0.37 | 0.47 |
| Hex | 4B | A4 | 97 | 36 | 0 | 8 | 24 | AB | 25 | 2F |
| Octal | 113 | 244 | 227 | 66 | 0 | 10 | 44 | 253 | 45 | 57 |
| Binary | 1001011 | 10100100 | 10010111 | 110110 | 0 | 1000 | 100100 | 10101011 | 100101 | 101111 |
Color Harmonies of #4BA497
Complementary color
Monochromatic Colors of #4BA497
Black with #4BA497
Text Example
Text Example
White with #4BA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA497; }
p { color: rgb(75,164,151); }
H1.HeaderClassName
{
color: #4BA497;
}
.AnyTagClassName
{
color: #4BA497;
}
</style>
background-color css
<style>
a { background-color: #4BA497; }
a { background-color: rgb(75,164,151); }
div.DivClassName
{
background-color: #4BA497;
}
.BgClassName
{
background-color: #4BA497;
}
</style>
border-color css
<style>
span { border-color: #4BA497; }
span { border-color: rgb(75,164,151); }
td.TdClassName
{
border-color: #4BA497;
}
.TagClassName
{
border-color: #4BA497;
}
</style>