Shades of Puerto Rico #46BEB0
Tints of Puerto Rico #46BEB0
RGB
CMYK
RGB Variations
Color information
#46BEB0 (or 0x46BEB0) is known color: Puerto Rico. HEX triplet: 46, BE and B0. RGB value is (70,190,176). Sum of RGB (Red+Green+Blue) = 70+190+176=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #46BEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BEB0 is #B9414F. Grayscale: #989898. Windows color (decimal): -12140880 or 11583046. OLE color: 11583046.
HSL color Cylindrical-coordinate representation of color #46BEB0: hue angle of 173º degrees, saturation: 0.48, 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 #46BEB0 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 190 | 176 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.25 |
| HSL | 173º | 0.48% | 0.51% | - |
| HSV(B) | 173º | 0.63% | 0.75% | - |
| XYZ | 28.78 | 41.26 | 47.52 | - |
| YUV | 152.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 176 | 0.63 | 0 | 0.07 | 0.25 | 173 | 0.48 | 0.51 |
| Hex | 46 | BE | B0 | 3F | 0 | 7 | 19 | AD | 30 | 33 |
| Octal | 106 | 276 | 260 | 77 | 0 | 7 | 31 | 255 | 60 | 63 |
| Binary | 1000110 | 10111110 | 10110000 | 111111 | 0 | 111 | 11001 | 10101101 | 110000 | 110011 |
Color Harmonies of #46BEB0
Complementary color
Monochromatic Colors of #46BEB0
Black with #46BEB0
Text Example
Text Example
White with #46BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BEB0; }
p { color: rgb(70,190,176); }
H1.HeaderClassName
{
color: #46BEB0;
}
.AnyTagClassName
{
color: #46BEB0;
}
</style>
background-color css
<style>
a { background-color: #46BEB0; }
a { background-color: rgb(70,190,176); }
div.DivClassName
{
background-color: #46BEB0;
}
.BgClassName
{
background-color: #46BEB0;
}
</style>
border-color css
<style>
span { border-color: #46BEB0; }
span { border-color: rgb(70,190,176); }
td.TdClassName
{
border-color: #46BEB0;
}
.TagClassName
{
border-color: #46BEB0;
}
</style>