Shades of Puerto Rico #49B1A3
Tints of Puerto Rico #49B1A3
RGB
CMYK
RGB Variations
Color information
#49B1A3 (or 0x49B1A3) is known color: Puerto Rico. HEX triplet: 49, B1 and A3. RGB value is (73,177,163). Sum of RGB (Red+Green+Blue) = 73+177+163=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #49B1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B1A3 is #B64E5C. Grayscale: #909090. Windows color (decimal): -11947613 or 10727753. OLE color: 10727753.
HSL color Cylindrical-coordinate representation of color #49B1A3: hue angle of 171.92º 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 #49B1A3 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 177 | 163 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.31 |
| HSL | 171.92º | 0.42% | 0.49% | - |
| HSV(B) | 171.92º | 0.59% | 0.69% | - |
| XYZ | 25.08 | 35.51 | 40.18 | - |
| YUV | 144.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 177 | 163 | 0.59 | 0 | 0.08 | 0.31 | 171.92 | 0.42 | 0.49 |
| Hex | 49 | B1 | A3 | 3B | 0 | 8 | 1F | AC | 2A | 31 |
| Octal | 111 | 261 | 243 | 73 | 0 | 10 | 37 | 254 | 52 | 61 |
| Binary | 1001001 | 10110001 | 10100011 | 111011 | 0 | 1000 | 11111 | 10101100 | 101010 | 110001 |
Color Harmonies of #49B1A3
Complementary color
Monochromatic Colors of #49B1A3
Black with #49B1A3
Text Example
Text Example
White with #49B1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B1A3; }
p { color: rgb(73,177,163); }
H1.HeaderClassName
{
color: #49B1A3;
}
.AnyTagClassName
{
color: #49B1A3;
}
</style>
background-color css
<style>
a { background-color: #49B1A3; }
a { background-color: rgb(73,177,163); }
div.DivClassName
{
background-color: #49B1A3;
}
.BgClassName
{
background-color: #49B1A3;
}
</style>
border-color css
<style>
span { border-color: #49B1A3; }
span { border-color: rgb(73,177,163); }
td.TdClassName
{
border-color: #49B1A3;
}
.TagClassName
{
border-color: #49B1A3;
}
</style>