Shades of Puerto Rico #49BDB3
Tints of Puerto Rico #49BDB3
RGB
CMYK
RGB Variations
Color information
#49BDB3 (or 0x49BDB3) is known color: Puerto Rico. HEX triplet: 49, BD and B3. RGB value is (73,189,179). Sum of RGB (Red+Green+Blue) = 73+189+179=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDB3 is #B6424C. Grayscale: #999999. Windows color (decimal): -11944525 or 11779401. OLE color: 11779401.
HSL color Cylindrical-coordinate representation of color #49BDB3: hue angle of 174.83º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BDB3 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 179 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.26 |
| HSL | 174.83º | 0.47% | 0.51% | - |
| HSV(B) | 174.83º | 0.61% | 0.74% | - |
| XYZ | 29.08 | 41.07 | 49.04 | - |
| YUV | 153.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 179 | 0.61 | 0 | 0.05 | 0.26 | 174.83 | 0.47 | 0.51 |
| Hex | 49 | BD | B3 | 3D | 0 | 5 | 1A | AF | 2F | 33 |
| Octal | 111 | 275 | 263 | 75 | 0 | 5 | 32 | 257 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10110011 | 111101 | 0 | 101 | 11010 | 10101111 | 101111 | 110011 |
Color Harmonies of #49BDB3
Complementary color
Monochromatic Colors of #49BDB3
Black with #49BDB3
Text Example
Text Example
White with #49BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDB3; }
p { color: rgb(73,189,179); }
H1.HeaderClassName
{
color: #49BDB3;
}
.AnyTagClassName
{
color: #49BDB3;
}
</style>
background-color css
<style>
a { background-color: #49BDB3; }
a { background-color: rgb(73,189,179); }
div.DivClassName
{
background-color: #49BDB3;
}
.BgClassName
{
background-color: #49BDB3;
}
</style>
border-color css
<style>
span { border-color: #49BDB3; }
span { border-color: rgb(73,189,179); }
td.TdClassName
{
border-color: #49BDB3;
}
.TagClassName
{
border-color: #49BDB3;
}
</style>