Shades of Puerto Rico #47B49A
Tints of Puerto Rico #47B49A
RGB
CMYK
RGB Variations
Color information
#47B49A (or 0x47B49A) is known color: Puerto Rico. HEX triplet: 47, B4 and 9A. RGB value is (71,180,154). Sum of RGB (Red+Green+Blue) = 71+180+154=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #47B49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B49A is #B84B65. Grayscale: #909090. Windows color (decimal): -12077926 or 10138695. OLE color: 10138695.
HSL color Cylindrical-coordinate representation of color #47B49A: hue angle of 165.69º 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 #47B49A is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 180 | 154 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.29 |
| HSL | 165.69º | 0.43% | 0.49% | - |
| HSV(B) | 165.69º | 0.61% | 0.71% | - |
| XYZ | 24.75 | 36.32 | 36.28 | - |
| YUV | 144.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 180 | 154 | 0.61 | 0 | 0.14 | 0.29 | 165.69 | 0.43 | 0.49 |
| Hex | 47 | B4 | 9A | 3D | 0 | E | 1D | A6 | 2B | 31 |
| Octal | 107 | 264 | 232 | 75 | 0 | 16 | 35 | 246 | 53 | 61 |
| Binary | 1000111 | 10110100 | 10011010 | 111101 | 0 | 1110 | 11101 | 10100110 | 101011 | 110001 |
Color Harmonies of #47B49A
Complementary color
Monochromatic Colors of #47B49A
Black with #47B49A
Text Example
Text Example
White with #47B49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B49A; }
p { color: rgb(71,180,154); }
H1.HeaderClassName
{
color: #47B49A;
}
.AnyTagClassName
{
color: #47B49A;
}
</style>
background-color css
<style>
a { background-color: #47B49A; }
a { background-color: rgb(71,180,154); }
div.DivClassName
{
background-color: #47B49A;
}
.BgClassName
{
background-color: #47B49A;
}
</style>
border-color css
<style>
span { border-color: #47B49A; }
span { border-color: rgb(71,180,154); }
td.TdClassName
{
border-color: #47B49A;
}
.TagClassName
{
border-color: #47B49A;
}
</style>