Shades of Gossamer #4BAC91
Tints of Gossamer #4BAC91
RGB
CMYK
RGB Variations
Color information
#4BAC91 (or 0x4BAC91) is known color: Gossamer. HEX triplet: 4B, AC and 91. RGB value is (75,172,145). Sum of RGB (Red+Green+Blue) = 75+172+145=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAC91 is #B4536E. Grayscale: #8B8B8B. Windows color (decimal): -11817839 or 9546827. OLE color: 9546827.
HSL color Cylindrical-coordinate representation of color #4BAC91: hue angle of 163.3º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC91 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 145 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.33 |
| HSL | 163.3º | 0.39% | 0.48% | - |
| HSV(B) | 163.3º | 0.56% | 0.67% | - |
| XYZ | 22.77 | 33.05 | 31.97 | - |
| YUV | 139.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 145 | 0.56 | 0 | 0.16 | 0.33 | 163.3 | 0.39 | 0.48 |
| Hex | 4B | AC | 91 | 38 | 0 | 10 | 21 | A3 | 27 | 30 |
| Octal | 113 | 254 | 221 | 70 | 0 | 20 | 41 | 243 | 47 | 60 |
| Binary | 1001011 | 10101100 | 10010001 | 111000 | 0 | 10000 | 100001 | 10100011 | 100111 | 110000 |
Color Harmonies of #4BAC91
Complementary color
Monochromatic Colors of #4BAC91
Black with #4BAC91
Text Example
Text Example
White with #4BAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC91; }
p { color: rgb(75,172,145); }
H1.HeaderClassName
{
color: #4BAC91;
}
.AnyTagClassName
{
color: #4BAC91;
}
</style>
background-color css
<style>
a { background-color: #4BAC91; }
a { background-color: rgb(75,172,145); }
div.DivClassName
{
background-color: #4BAC91;
}
.BgClassName
{
background-color: #4BAC91;
}
</style>
border-color css
<style>
span { border-color: #4BAC91; }
span { border-color: rgb(75,172,145); }
td.TdClassName
{
border-color: #4BAC91;
}
.TagClassName
{
border-color: #4BAC91;
}
</style>