Shades of Gossamer #4BA788
Tints of Gossamer #4BA788
RGB
CMYK
RGB Variations
Color information
#4BA788 (or 0x4BA788) is known color: Gossamer. HEX triplet: 4B, A7 and 88. RGB value is (75,167,136). Sum of RGB (Red+Green+Blue) = 75+167+136=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA788 is #B45877. Grayscale: #878787. Windows color (decimal): -11819128 or 8955723. OLE color: 8955723.
HSL color Cylindrical-coordinate representation of color #4BA788: hue angle of 159.78º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA788 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 167 | 136 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.35 |
| HSL | 159.78º | 0.38% | 0.47% | - |
| HSV(B) | 159.78º | 0.55% | 0.65% | - |
| XYZ | 21.16 | 30.91 | 28.14 | - |
| YUV | 135.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 136 | 0.55 | 0 | 0.19 | 0.35 | 159.78 | 0.38 | 0.47 |
| Hex | 4B | A7 | 88 | 37 | 0 | 13 | 23 | A0 | 26 | 2F |
| Octal | 113 | 247 | 210 | 67 | 0 | 23 | 43 | 240 | 46 | 57 |
| Binary | 1001011 | 10100111 | 10001000 | 110111 | 0 | 10011 | 100011 | 10100000 | 100110 | 101111 |
Color Harmonies of #4BA788
Complementary color
Monochromatic Colors of #4BA788
Black with #4BA788
Text Example
Text Example
White with #4BA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA788; }
p { color: rgb(75,167,136); }
H1.HeaderClassName
{
color: #4BA788;
}
.AnyTagClassName
{
color: #4BA788;
}
</style>
background-color css
<style>
a { background-color: #4BA788; }
a { background-color: rgb(75,167,136); }
div.DivClassName
{
background-color: #4BA788;
}
.BgClassName
{
background-color: #4BA788;
}
</style>
border-color css
<style>
span { border-color: #4BA788; }
span { border-color: rgb(75,167,136); }
td.TdClassName
{
border-color: #4BA788;
}
.TagClassName
{
border-color: #4BA788;
}
</style>