Shades of Puerto Rico #4FB49B
Tints of Puerto Rico #4FB49B
RGB
CMYK
RGB Variations
Color information
#4FB49B (or 0x4FB49B) is known color: Puerto Rico. HEX triplet: 4F, B4 and 9B. RGB value is (79,180,155). Sum of RGB (Red+Green+Blue) = 79+180+155=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB49B is #B04B64. Grayscale: #929292. Windows color (decimal): -11553637 or 10204239. OLE color: 10204239.
HSL color Cylindrical-coordinate representation of color #4FB49B: hue angle of 165.15º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB49B is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 155 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.29 |
| HSL | 165.15º | 0.4% | 0.51% | - |
| HSV(B) | 165.15º | 0.56% | 0.71% | - |
| XYZ | 25.46 | 36.67 | 36.75 | - |
| YUV | 146.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 155 | 0.56 | 0 | 0.14 | 0.29 | 165.15 | 0.4 | 0.51 |
| Hex | 4F | B4 | 9B | 38 | 0 | E | 1D | A5 | 28 | 33 |
| Octal | 117 | 264 | 233 | 70 | 0 | 16 | 35 | 245 | 50 | 63 |
| Binary | 1001111 | 10110100 | 10011011 | 111000 | 0 | 1110 | 11101 | 10100101 | 101000 | 110011 |
Color Harmonies of #4FB49B
Complementary color
Monochromatic Colors of #4FB49B
Black with #4FB49B
Text Example
Text Example
White with #4FB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB49B; }
p { color: rgb(79,180,155); }
H1.HeaderClassName
{
color: #4FB49B;
}
.AnyTagClassName
{
color: #4FB49B;
}
</style>
background-color css
<style>
a { background-color: #4FB49B; }
a { background-color: rgb(79,180,155); }
div.DivClassName
{
background-color: #4FB49B;
}
.BgClassName
{
background-color: #4FB49B;
}
</style>
border-color css
<style>
span { border-color: #4FB49B; }
span { border-color: rgb(79,180,155); }
td.TdClassName
{
border-color: #4FB49B;
}
.TagClassName
{
border-color: #4FB49B;
}
</style>