Shades of Puerto Rico #47B49C
Tints of Puerto Rico #47B49C
RGB
CMYK
RGB Variations
Color information
#47B49C (or 0x47B49C) is known color: Puerto Rico. HEX triplet: 47, B4 and 9C. RGB value is (71,180,156). Sum of RGB (Red+Green+Blue) = 71+180+156=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #47B49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B49C is #B84B63. Grayscale: #909090. Windows color (decimal): -12077924 or 10269767. OLE color: 10269767.
HSL color Cylindrical-coordinate representation of color #47B49C: hue angle of 166.79º 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 #47B49C is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 180 | 156 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.29 |
| HSL | 166.79º | 0.43% | 0.49% | - |
| HSV(B) | 166.79º | 0.61% | 0.71% | - |
| XYZ | 24.92 | 36.38 | 37.16 | - |
| YUV | 144.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 180 | 156 | 0.61 | 0 | 0.13 | 0.29 | 166.79 | 0.43 | 0.49 |
| Hex | 47 | B4 | 9C | 3D | 0 | D | 1D | A7 | 2B | 31 |
| Octal | 107 | 264 | 234 | 75 | 0 | 15 | 35 | 247 | 53 | 61 |
| Binary | 1000111 | 10110100 | 10011100 | 111101 | 0 | 1101 | 11101 | 10100111 | 101011 | 110001 |
Color Harmonies of #47B49C
Complementary color
Monochromatic Colors of #47B49C
Black with #47B49C
Text Example
Text Example
White with #47B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B49C; }
p { color: rgb(71,180,156); }
H1.HeaderClassName
{
color: #47B49C;
}
.AnyTagClassName
{
color: #47B49C;
}
</style>
background-color css
<style>
a { background-color: #47B49C; }
a { background-color: rgb(71,180,156); }
div.DivClassName
{
background-color: #47B49C;
}
.BgClassName
{
background-color: #47B49C;
}
</style>
border-color css
<style>
span { border-color: #47B49C; }
span { border-color: rgb(71,180,156); }
td.TdClassName
{
border-color: #47B49C;
}
.TagClassName
{
border-color: #47B49C;
}
</style>