Shades of Puerto Rico #4BB7B1
Tints of Puerto Rico #4BB7B1
RGB
CMYK
RGB Variations
Color information
#4BB7B1 (or 0x4BB7B1) is known color: Puerto Rico. HEX triplet: 4B, B7 and B1. RGB value is (75,183,177). Sum of RGB (Red+Green+Blue) = 75+183+177=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB7B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB7B1 is #B4484E. Grayscale: #959595. Windows color (decimal): -11814991 or 11646795. OLE color: 11646795.
HSL color Cylindrical-coordinate representation of color #4BB7B1: hue angle of 176.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB7B1 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 183 | 177 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.28 |
| HSL | 176.67º | 0.43% | 0.51% | - |
| HSV(B) | 176.67º | 0.59% | 0.72% | - |
| XYZ | 27.77 | 38.54 | 47.57 | - |
| YUV | 150.02 | 143.22 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 183 | 177 | 0.59 | 0 | 0.03 | 0.28 | 176.67 | 0.43 | 0.51 |
| Hex | 4B | B7 | B1 | 3B | 0 | 3 | 1C | B1 | 2B | 33 |
| Octal | 113 | 267 | 261 | 73 | 0 | 3 | 34 | 261 | 53 | 63 |
| Binary | 1001011 | 10110111 | 10110001 | 111011 | 0 | 11 | 11100 | 10110001 | 101011 | 110011 |
Color Harmonies of #4BB7B1
Complementary color
Monochromatic Colors of #4BB7B1
Black with #4BB7B1
Text Example
Text Example
White with #4BB7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB7B1; }
p { color: rgb(75,183,177); }
H1.HeaderClassName
{
color: #4BB7B1;
}
.AnyTagClassName
{
color: #4BB7B1;
}
</style>
background-color css
<style>
a { background-color: #4BB7B1; }
a { background-color: rgb(75,183,177); }
div.DivClassName
{
background-color: #4BB7B1;
}
.BgClassName
{
background-color: #4BB7B1;
}
</style>
border-color css
<style>
span { border-color: #4BB7B1; }
span { border-color: rgb(75,183,177); }
td.TdClassName
{
border-color: #4BB7B1;
}
.TagClassName
{
border-color: #4BB7B1;
}
</style>