Shades of Puerto Rico #49B49B
Tints of Puerto Rico #49B49B
RGB
CMYK
RGB Variations
Color information
#49B49B (or 0x49B49B) is known color: Puerto Rico. HEX triplet: 49, B4 and 9B. RGB value is (73,180,155). Sum of RGB (Red+Green+Blue) = 73+180+155=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #49B49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B49B is #B64B64. Grayscale: #919191. Windows color (decimal): -11946853 or 10204233. OLE color: 10204233.
HSL color Cylindrical-coordinate representation of color #49B49B: hue angle of 165.98º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B49B is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 155 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.29 |
| HSL | 165.98º | 0.42% | 0.5% | - |
| HSV(B) | 165.98º | 0.59% | 0.71% | - |
| XYZ | 24.99 | 36.43 | 36.72 | - |
| YUV | 145.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 155 | 0.59 | 0 | 0.14 | 0.29 | 165.98 | 0.42 | 0.5 |
| Hex | 49 | B4 | 9B | 3B | 0 | E | 1D | A6 | 2A | 32 |
| Octal | 111 | 264 | 233 | 73 | 0 | 16 | 35 | 246 | 52 | 62 |
| Binary | 1001001 | 10110100 | 10011011 | 111011 | 0 | 1110 | 11101 | 10100110 | 101010 | 110010 |
Color Harmonies of #49B49B
Complementary color
Monochromatic Colors of #49B49B
Black with #49B49B
Text Example
Text Example
White with #49B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B49B; }
p { color: rgb(73,180,155); }
H1.HeaderClassName
{
color: #49B49B;
}
.AnyTagClassName
{
color: #49B49B;
}
</style>
background-color css
<style>
a { background-color: #49B49B; }
a { background-color: rgb(73,180,155); }
div.DivClassName
{
background-color: #49B49B;
}
.BgClassName
{
background-color: #49B49B;
}
</style>
border-color css
<style>
span { border-color: #49B49B; }
span { border-color: rgb(73,180,155); }
td.TdClassName
{
border-color: #49B49B;
}
.TagClassName
{
border-color: #49B49B;
}
</style>