Shades of Puerto Rico #46BFB0
Tints of Puerto Rico #46BFB0
RGB
CMYK
RGB Variations
Color information
#46BFB0 (or 0x46BFB0) is known color: Puerto Rico. HEX triplet: 46, BF and B0. RGB value is (70,191,176). Sum of RGB (Red+Green+Blue) = 70+191+176=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #46BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BFB0 is #B9404F. Grayscale: #999999. Windows color (decimal): -12140624 or 11583302. OLE color: 11583302.
HSL color Cylindrical-coordinate representation of color #46BFB0: hue angle of 172.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BFB0 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 191 | 176 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.25 |
| HSL | 172.56º | 0.49% | 0.51% | - |
| HSV(B) | 172.56º | 0.63% | 0.75% | - |
| XYZ | 28.99 | 41.7 | 47.59 | - |
| YUV | 153.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 176 | 0.63 | 0 | 0.08 | 0.25 | 172.56 | 0.49 | 0.51 |
| Hex | 46 | BF | B0 | 3F | 0 | 8 | 19 | AD | 31 | 33 |
| Octal | 106 | 277 | 260 | 77 | 0 | 10 | 31 | 255 | 61 | 63 |
| Binary | 1000110 | 10111111 | 10110000 | 111111 | 0 | 1000 | 11001 | 10101101 | 110001 | 110011 |
Color Harmonies of #46BFB0
Complementary color
Monochromatic Colors of #46BFB0
Black with #46BFB0
Text Example
Text Example
White with #46BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BFB0; }
p { color: rgb(70,191,176); }
H1.HeaderClassName
{
color: #46BFB0;
}
.AnyTagClassName
{
color: #46BFB0;
}
</style>
background-color css
<style>
a { background-color: #46BFB0; }
a { background-color: rgb(70,191,176); }
div.DivClassName
{
background-color: #46BFB0;
}
.BgClassName
{
background-color: #46BFB0;
}
</style>
border-color css
<style>
span { border-color: #46BFB0; }
span { border-color: rgb(70,191,176); }
td.TdClassName
{
border-color: #46BFB0;
}
.TagClassName
{
border-color: #46BFB0;
}
</style>