Shades of Puerto Rico #49B4AF
Tints of Puerto Rico #49B4AF
RGB
CMYK
RGB Variations
Color information
#49B4AF (or 0x49B4AF) is known color: Puerto Rico. HEX triplet: 49, B4 and AF. RGB value is (73,180,175). Sum of RGB (Red+Green+Blue) = 73+180+175=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #49B4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B4AF is #B64B50. Grayscale: #939393. Windows color (decimal): -11946833 or 11514953. OLE color: 11514953.
HSL color Cylindrical-coordinate representation of color #49B4AF: hue angle of 177.2º 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 #49B4AF is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 175 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.29 |
| HSL | 177.2º | 0.42% | 0.5% | - |
| HSV(B) | 177.2º | 0.59% | 0.71% | - |
| XYZ | 26.81 | 37.15 | 46.32 | - |
| YUV | 147.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 175 | 0.59 | 0 | 0.03 | 0.29 | 177.2 | 0.42 | 0.5 |
| Hex | 49 | B4 | AF | 3B | 0 | 3 | 1D | B1 | 2A | 32 |
| Octal | 111 | 264 | 257 | 73 | 0 | 3 | 35 | 261 | 52 | 62 |
| Binary | 1001001 | 10110100 | 10101111 | 111011 | 0 | 11 | 11101 | 10110001 | 101010 | 110010 |
Color Harmonies of #49B4AF
Complementary color
Monochromatic Colors of #49B4AF
Black with #49B4AF
Text Example
Text Example
White with #49B4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B4AF; }
p { color: rgb(73,180,175); }
H1.HeaderClassName
{
color: #49B4AF;
}
.AnyTagClassName
{
color: #49B4AF;
}
</style>
background-color css
<style>
a { background-color: #49B4AF; }
a { background-color: rgb(73,180,175); }
div.DivClassName
{
background-color: #49B4AF;
}
.BgClassName
{
background-color: #49B4AF;
}
</style>
border-color css
<style>
span { border-color: #49B4AF; }
span { border-color: rgb(73,180,175); }
td.TdClassName
{
border-color: #49B4AF;
}
.TagClassName
{
border-color: #49B4AF;
}
</style>