Shades of Puerto Rico #4BB099
Tints of Puerto Rico #4BB099
RGB
CMYK
RGB Variations
Color information
#4BB099 (or 0x4BB099) is known color: Puerto Rico. HEX triplet: 4B, B0 and 99. RGB value is (75,176,153). Sum of RGB (Red+Green+Blue) = 75+176+153=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #4BB099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB099 is #B44F66. Grayscale: #8F8F8F. Windows color (decimal): -11816807 or 10072139. OLE color: 10072139.
HSL color Cylindrical-coordinate representation of color #4BB099: hue angle of 166.34º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BB099 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 176 | 153 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.31 |
| HSL | 166.34º | 0.4% | 0.49% | - |
| HSV(B) | 166.34º | 0.57% | 0.69% | - |
| XYZ | 24.18 | 34.85 | 35.59 | - |
| YUV | 143.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 176 | 153 | 0.57 | 0 | 0.13 | 0.31 | 166.34 | 0.4 | 0.49 |
| Hex | 4B | B0 | 99 | 39 | 0 | D | 1F | A6 | 28 | 31 |
| Octal | 113 | 260 | 231 | 71 | 0 | 15 | 37 | 246 | 50 | 61 |
| Binary | 1001011 | 10110000 | 10011001 | 111001 | 0 | 1101 | 11111 | 10100110 | 101000 | 110001 |
Color Harmonies of #4BB099
Complementary color
Monochromatic Colors of #4BB099
Black with #4BB099
Text Example
Text Example
White with #4BB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB099; }
p { color: rgb(75,176,153); }
H1.HeaderClassName
{
color: #4BB099;
}
.AnyTagClassName
{
color: #4BB099;
}
</style>
background-color css
<style>
a { background-color: #4BB099; }
a { background-color: rgb(75,176,153); }
div.DivClassName
{
background-color: #4BB099;
}
.BgClassName
{
background-color: #4BB099;
}
</style>
border-color css
<style>
span { border-color: #4BB099; }
span { border-color: rgb(75,176,153); }
td.TdClassName
{
border-color: #4BB099;
}
.TagClassName
{
border-color: #4BB099;
}
</style>