Shades of Puerto Rico #49B199
Tints of Puerto Rico #49B199
RGB
CMYK
RGB Variations
Color information
#49B199 (or 0x49B199) is known color: Puerto Rico. HEX triplet: 49, B1 and 99. RGB value is (73,177,153). Sum of RGB (Red+Green+Blue) = 73+177+153=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #49B199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B199 is #B64E66. Grayscale: #8F8F8F. Windows color (decimal): -11947623 or 10072393. OLE color: 10072393.
HSL color Cylindrical-coordinate representation of color #49B199: hue angle of 166.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B199 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 177 | 153 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.31 |
| HSL | 166.15º | 0.42% | 0.49% | - |
| HSV(B) | 166.15º | 0.59% | 0.69% | - |
| XYZ | 24.22 | 35.16 | 35.65 | - |
| YUV | 143.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 177 | 153 | 0.59 | 0 | 0.14 | 0.31 | 166.15 | 0.42 | 0.49 |
| Hex | 49 | B1 | 99 | 3B | 0 | E | 1F | A6 | 2A | 31 |
| Octal | 111 | 261 | 231 | 73 | 0 | 16 | 37 | 246 | 52 | 61 |
| Binary | 1001001 | 10110001 | 10011001 | 111011 | 0 | 1110 | 11111 | 10100110 | 101010 | 110001 |
Color Harmonies of #49B199
Complementary color
Monochromatic Colors of #49B199
Black with #49B199
Text Example
Text Example
White with #49B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B199; }
p { color: rgb(73,177,153); }
H1.HeaderClassName
{
color: #49B199;
}
.AnyTagClassName
{
color: #49B199;
}
</style>
background-color css
<style>
a { background-color: #49B199; }
a { background-color: rgb(73,177,153); }
div.DivClassName
{
background-color: #49B199;
}
.BgClassName
{
background-color: #49B199;
}
</style>
border-color css
<style>
span { border-color: #49B199; }
span { border-color: rgb(73,177,153); }
td.TdClassName
{
border-color: #49B199;
}
.TagClassName
{
border-color: #49B199;
}
</style>