Shades of Gossamer #47B190
Tints of Gossamer #47B190
RGB
CMYK
RGB Variations
Color information
#47B190 (or 0x47B190) is known color: Gossamer. HEX triplet: 47, B1 and 90. RGB value is (71,177,144). Sum of RGB (Red+Green+Blue) = 71+177+144=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #47B190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B190 is #B84E6F. Grayscale: #8D8D8D. Windows color (decimal): -12078704 or 9482567. OLE color: 9482567.
HSL color Cylindrical-coordinate representation of color #47B190: hue angle of 161.32º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B190 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 177 | 144 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.31 |
| HSL | 161.32º | 0.43% | 0.49% | - |
| HSV(B) | 161.32º | 0.6% | 0.69% | - |
| XYZ | 23.35 | 34.8 | 31.87 | - |
| YUV | 141.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 177 | 144 | 0.60 | 0 | 0.19 | 0.31 | 161.32 | 0.43 | 0.49 |
| Hex | 47 | B1 | 90 | 3C | 0 | 13 | 1F | A1 | 2B | 31 |
| Octal | 107 | 261 | 220 | 74 | 0 | 23 | 37 | 241 | 53 | 61 |
| Binary | 1000111 | 10110001 | 10010000 | 111100 | 0 | 10011 | 11111 | 10100001 | 101011 | 110001 |
Color Harmonies of #47B190
Complementary color
Monochromatic Colors of #47B190
Black with #47B190
Text Example
Text Example
White with #47B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B190; }
p { color: rgb(71,177,144); }
H1.HeaderClassName
{
color: #47B190;
}
.AnyTagClassName
{
color: #47B190;
}
</style>
background-color css
<style>
a { background-color: #47B190; }
a { background-color: rgb(71,177,144); }
div.DivClassName
{
background-color: #47B190;
}
.BgClassName
{
background-color: #47B190;
}
</style>
border-color css
<style>
span { border-color: #47B190; }
span { border-color: rgb(71,177,144); }
td.TdClassName
{
border-color: #47B190;
}
.TagClassName
{
border-color: #47B190;
}
</style>