Shades of Puerto Rico #49BDB4
Tints of Puerto Rico #49BDB4
RGB
CMYK
RGB Variations
Color information
#49BDB4 (or 0x49BDB4) is known color: Puerto Rico. HEX triplet: 49, BD and B4. RGB value is (73,189,180). Sum of RGB (Red+Green+Blue) = 73+189+180=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDB4 is #B6424B. Grayscale: #999999. Windows color (decimal): -11944524 or 11844937. OLE color: 11844937.
HSL color Cylindrical-coordinate representation of color #49BDB4: hue angle of 175.34º 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 #49BDB4 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 180 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.26 |
| HSL | 175.34º | 0.47% | 0.51% | - |
| HSV(B) | 175.34º | 0.61% | 0.74% | - |
| XYZ | 29.18 | 41.11 | 49.58 | - |
| YUV | 153.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 180 | 0.61 | 0 | 0.05 | 0.26 | 175.34 | 0.47 | 0.51 |
| Hex | 49 | BD | B4 | 3D | 0 | 5 | 1A | AF | 2F | 33 |
| Octal | 111 | 275 | 264 | 75 | 0 | 5 | 32 | 257 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10110100 | 111101 | 0 | 101 | 11010 | 10101111 | 101111 | 110011 |
Color Harmonies of #49BDB4
Complementary color
Monochromatic Colors of #49BDB4
Black with #49BDB4
Text Example
Text Example
White with #49BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDB4; }
p { color: rgb(73,189,180); }
H1.HeaderClassName
{
color: #49BDB4;
}
.AnyTagClassName
{
color: #49BDB4;
}
</style>
background-color css
<style>
a { background-color: #49BDB4; }
a { background-color: rgb(73,189,180); }
div.DivClassName
{
background-color: #49BDB4;
}
.BgClassName
{
background-color: #49BDB4;
}
</style>
border-color css
<style>
span { border-color: #49BDB4; }
span { border-color: rgb(73,189,180); }
td.TdClassName
{
border-color: #49BDB4;
}
.TagClassName
{
border-color: #49BDB4;
}
</style>