Shades of Puerto Rico #47B49B
Tints of Puerto Rico #47B49B
RGB
CMYK
RGB Variations
Color information
#47B49B (or 0x47B49B) is known color: Puerto Rico. HEX triplet: 47, B4 and 9B. RGB value is (71,180,155). Sum of RGB (Red+Green+Blue) = 71+180+155=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #47B49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B49B is #B84B64. Grayscale: #909090. Windows color (decimal): -12077925 or 10204231. OLE color: 10204231.
HSL color Cylindrical-coordinate representation of color #47B49B: hue angle of 166.24º 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 #47B49B is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 180 | 155 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.29 |
| HSL | 166.24º | 0.43% | 0.49% | - |
| HSV(B) | 166.24º | 0.61% | 0.71% | - |
| XYZ | 24.84 | 36.35 | 36.72 | - |
| YUV | 144.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 180 | 155 | 0.61 | 0 | 0.14 | 0.29 | 166.24 | 0.43 | 0.49 |
| Hex | 47 | B4 | 9B | 3D | 0 | E | 1D | A6 | 2B | 31 |
| Octal | 107 | 264 | 233 | 75 | 0 | 16 | 35 | 246 | 53 | 61 |
| Binary | 1000111 | 10110100 | 10011011 | 111101 | 0 | 1110 | 11101 | 10100110 | 101011 | 110001 |
Color Harmonies of #47B49B
Complementary color
Monochromatic Colors of #47B49B
Black with #47B49B
Text Example
Text Example
White with #47B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B49B; }
p { color: rgb(71,180,155); }
H1.HeaderClassName
{
color: #47B49B;
}
.AnyTagClassName
{
color: #47B49B;
}
</style>
background-color css
<style>
a { background-color: #47B49B; }
a { background-color: rgb(71,180,155); }
div.DivClassName
{
background-color: #47B49B;
}
.BgClassName
{
background-color: #47B49B;
}
</style>
border-color css
<style>
span { border-color: #47B49B; }
span { border-color: rgb(71,180,155); }
td.TdClassName
{
border-color: #47B49B;
}
.TagClassName
{
border-color: #47B49B;
}
</style>