Shades of Puerto Rico #47B49E
Tints of Puerto Rico #47B49E
RGB
CMYK
RGB Variations
Color information
#47B49E (or 0x47B49E) is known color: Puerto Rico. HEX triplet: 47, B4 and 9E. RGB value is (71,180,158). Sum of RGB (Red+Green+Blue) = 71+180+158=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #47B49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B49E is #B84B61. Grayscale: #909090. Windows color (decimal): -12077922 or 10400839. OLE color: 10400839.
HSL color Cylindrical-coordinate representation of color #47B49E: hue angle of 167.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B49E is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 180 | 158 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.29 |
| HSL | 167.89º | 0.43% | 0.49% | - |
| HSV(B) | 167.89º | 0.61% | 0.71% | - |
| XYZ | 25.09 | 36.45 | 38.06 | - |
| YUV | 144.9 | 135.39 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 180 | 158 | 0.61 | 0 | 0.12 | 0.29 | 167.89 | 0.43 | 0.49 |
| Hex | 47 | B4 | 9E | 3D | 0 | C | 1D | A8 | 2B | 31 |
| Octal | 107 | 264 | 236 | 75 | 0 | 14 | 35 | 250 | 53 | 61 |
| Binary | 1000111 | 10110100 | 10011110 | 111101 | 0 | 1100 | 11101 | 10101000 | 101011 | 110001 |
Color Harmonies of #47B49E
Complementary color
Monochromatic Colors of #47B49E
Black with #47B49E
Text Example
Text Example
White with #47B49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B49E; }
p { color: rgb(71,180,158); }
H1.HeaderClassName
{
color: #47B49E;
}
.AnyTagClassName
{
color: #47B49E;
}
</style>
background-color css
<style>
a { background-color: #47B49E; }
a { background-color: rgb(71,180,158); }
div.DivClassName
{
background-color: #47B49E;
}
.BgClassName
{
background-color: #47B49E;
}
</style>
border-color css
<style>
span { border-color: #47B49E; }
span { border-color: rgb(71,180,158); }
td.TdClassName
{
border-color: #47B49E;
}
.TagClassName
{
border-color: #47B49E;
}
</style>