Shades of Gossamer #4BA790
Tints of Gossamer #4BA790
RGB
CMYK
RGB Variations
Color information
#4BA790 (or 0x4BA790) is known color: Gossamer. HEX triplet: 4B, A7 and 90. RGB value is (75,167,144). Sum of RGB (Red+Green+Blue) = 75+167+144=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA790 is #B4586F. Grayscale: #888888. Windows color (decimal): -11819120 or 9480011. OLE color: 9480011.
HSL color Cylindrical-coordinate representation of color #4BA790: hue angle of 165º 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 #4BA790 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 167 | 144 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.35 |
| HSL | 165º | 0.38% | 0.47% | - |
| HSV(B) | 165º | 0.55% | 0.65% | - |
| XYZ | 21.75 | 31.15 | 31.25 | - |
| YUV | 136.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 144 | 0.55 | 0 | 0.14 | 0.35 | 165 | 0.38 | 0.47 |
| Hex | 4B | A7 | 90 | 37 | 0 | E | 23 | A5 | 26 | 2F |
| Octal | 113 | 247 | 220 | 67 | 0 | 16 | 43 | 245 | 46 | 57 |
| Binary | 1001011 | 10100111 | 10010000 | 110111 | 0 | 1110 | 100011 | 10100101 | 100110 | 101111 |
Color Harmonies of #4BA790
Complementary color
Monochromatic Colors of #4BA790
Black with #4BA790
Text Example
Text Example
White with #4BA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA790; }
p { color: rgb(75,167,144); }
H1.HeaderClassName
{
color: #4BA790;
}
.AnyTagClassName
{
color: #4BA790;
}
</style>
background-color css
<style>
a { background-color: #4BA790; }
a { background-color: rgb(75,167,144); }
div.DivClassName
{
background-color: #4BA790;
}
.BgClassName
{
background-color: #4BA790;
}
</style>
border-color css
<style>
span { border-color: #4BA790; }
span { border-color: rgb(75,167,144); }
td.TdClassName
{
border-color: #4BA790;
}
.TagClassName
{
border-color: #4BA790;
}
</style>