Shades of Puerto Rico #4FB199
Tints of Puerto Rico #4FB199
RGB
CMYK
RGB Variations
Color information
#4FB199 (or 0x4FB199) is known color: Puerto Rico. HEX triplet: 4F, B1 and 99. RGB value is (79,177,153). Sum of RGB (Red+Green+Blue) = 79+177+153=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB199 is #B04E66. Grayscale: #909090. Windows color (decimal): -11554407 or 10072399. OLE color: 10072399.
HSL color Cylindrical-coordinate representation of color #4FB199: hue angle of 165.31º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB199 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 177 | 153 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.31 |
| HSL | 165.31º | 0.39% | 0.5% | - |
| HSV(B) | 165.31º | 0.55% | 0.69% | - |
| XYZ | 24.7 | 35.41 | 35.67 | - |
| YUV | 144.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 177 | 153 | 0.55 | 0 | 0.14 | 0.31 | 165.31 | 0.39 | 0.5 |
| Hex | 4F | B1 | 99 | 37 | 0 | E | 1F | A5 | 27 | 32 |
| Octal | 117 | 261 | 231 | 67 | 0 | 16 | 37 | 245 | 47 | 62 |
| Binary | 1001111 | 10110001 | 10011001 | 110111 | 0 | 1110 | 11111 | 10100101 | 100111 | 110010 |
Color Harmonies of #4FB199
Complementary color
Monochromatic Colors of #4FB199
Black with #4FB199
Text Example
Text Example
White with #4FB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB199; }
p { color: rgb(79,177,153); }
H1.HeaderClassName
{
color: #4FB199;
}
.AnyTagClassName
{
color: #4FB199;
}
</style>
background-color css
<style>
a { background-color: #4FB199; }
a { background-color: rgb(79,177,153); }
div.DivClassName
{
background-color: #4FB199;
}
.BgClassName
{
background-color: #4FB199;
}
</style>
border-color css
<style>
span { border-color: #4FB199; }
span { border-color: rgb(79,177,153); }
td.TdClassName
{
border-color: #4FB199;
}
.TagClassName
{
border-color: #4FB199;
}
</style>