Shades of Puerto Rico #4BB49A
Tints of Puerto Rico #4BB49A
RGB
CMYK
RGB Variations
Color information
#4BB49A (or 0x4BB49A) is known color: Puerto Rico. HEX triplet: 4B, B4 and 9A. RGB value is (75,180,154). Sum of RGB (Red+Green+Blue) = 75+180+154=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB49A is #B44B65. Grayscale: #919191. Windows color (decimal): -11815782 or 10138699. OLE color: 10138699.
HSL color Cylindrical-coordinate representation of color #4BB49A: hue angle of 165.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB49A is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 180 | 154 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.29 |
| HSL | 165.14º | 0.41% | 0.5% | - |
| HSV(B) | 165.14º | 0.58% | 0.71% | - |
| XYZ | 25.06 | 36.47 | 36.29 | - |
| YUV | 145.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 180 | 154 | 0.58 | 0 | 0.14 | 0.29 | 165.14 | 0.41 | 0.5 |
| Hex | 4B | B4 | 9A | 3A | 0 | E | 1D | A5 | 29 | 32 |
| Octal | 113 | 264 | 232 | 72 | 0 | 16 | 35 | 245 | 51 | 62 |
| Binary | 1001011 | 10110100 | 10011010 | 111010 | 0 | 1110 | 11101 | 10100101 | 101001 | 110010 |
Color Harmonies of #4BB49A
Complementary color
Monochromatic Colors of #4BB49A
Black with #4BB49A
Text Example
Text Example
White with #4BB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB49A; }
p { color: rgb(75,180,154); }
H1.HeaderClassName
{
color: #4BB49A;
}
.AnyTagClassName
{
color: #4BB49A;
}
</style>
background-color css
<style>
a { background-color: #4BB49A; }
a { background-color: rgb(75,180,154); }
div.DivClassName
{
background-color: #4BB49A;
}
.BgClassName
{
background-color: #4BB49A;
}
</style>
border-color css
<style>
span { border-color: #4BB49A; }
span { border-color: rgb(75,180,154); }
td.TdClassName
{
border-color: #4BB49A;
}
.TagClassName
{
border-color: #4BB49A;
}
</style>