Shades of Gossamer #4BA492
Tints of Gossamer #4BA492
RGB
CMYK
RGB Variations
Color information
#4BA492 (or 0x4BA492) is known color: Gossamer. HEX triplet: 4B, A4 and 92. RGB value is (75,164,146). Sum of RGB (Red+Green+Blue) = 75+164+146=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA492 is #B45B6D. Grayscale: #878787. Windows color (decimal): -11819886 or 9610315. OLE color: 9610315.
HSL color Cylindrical-coordinate representation of color #4BA492: hue angle of 167.87º 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 #4BA492 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 146 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.36 |
| HSL | 167.87º | 0.37% | 0.47% | - |
| HSV(B) | 167.87º | 0.54% | 0.64% | - |
| XYZ | 21.37 | 30.12 | 31.88 | - |
| YUV | 135.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 146 | 0.54 | 0 | 0.11 | 0.36 | 167.87 | 0.37 | 0.47 |
| Hex | 4B | A4 | 92 | 36 | 0 | B | 24 | A8 | 25 | 2F |
| Octal | 113 | 244 | 222 | 66 | 0 | 13 | 44 | 250 | 45 | 57 |
| Binary | 1001011 | 10100100 | 10010010 | 110110 | 0 | 1011 | 100100 | 10101000 | 100101 | 101111 |
Color Harmonies of #4BA492
Complementary color
Monochromatic Colors of #4BA492
Black with #4BA492
Text Example
Text Example
White with #4BA492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA492; }
p { color: rgb(75,164,146); }
H1.HeaderClassName
{
color: #4BA492;
}
.AnyTagClassName
{
color: #4BA492;
}
</style>
background-color css
<style>
a { background-color: #4BA492; }
a { background-color: rgb(75,164,146); }
div.DivClassName
{
background-color: #4BA492;
}
.BgClassName
{
background-color: #4BA492;
}
</style>
border-color css
<style>
span { border-color: #4BA492; }
span { border-color: rgb(75,164,146); }
td.TdClassName
{
border-color: #4BA492;
}
.TagClassName
{
border-color: #4BA492;
}
</style>