Shades of Puerto Rico #46BEB5
Tints of Puerto Rico #46BEB5
RGB
CMYK
RGB Variations
Color information
#46BEB5 (or 0x46BEB5) is known color: Puerto Rico. HEX triplet: 46, BE and B5. RGB value is (70,190,181). Sum of RGB (Red+Green+Blue) = 70+190+181=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #46BEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEB5 is #B9414A. Grayscale: #999999. Windows color (decimal): -12140875 or 11910726. OLE color: 11910726.
HSL color Cylindrical-coordinate representation of color #46BEB5: hue angle of 175.5º 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 #46BEB5 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 190 | 181 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.25 |
| HSL | 175.5º | 0.48% | 0.51% | - |
| HSV(B) | 175.5º | 0.63% | 0.75% | - |
| XYZ | 29.28 | 41.47 | 50.18 | - |
| YUV | 153.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 181 | 0.63 | 0 | 0.05 | 0.25 | 175.5 | 0.48 | 0.51 |
| Hex | 46 | BE | B5 | 3F | 0 | 5 | 19 | B0 | 30 | 33 |
| Octal | 106 | 276 | 265 | 77 | 0 | 5 | 31 | 260 | 60 | 63 |
| Binary | 1000110 | 10111110 | 10110101 | 111111 | 0 | 101 | 11001 | 10110000 | 110000 | 110011 |
Color Harmonies of #46BEB5
Complementary color
Monochromatic Colors of #46BEB5
Black with #46BEB5
Text Example
Text Example
White with #46BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BEB5; }
p { color: rgb(70,190,181); }
H1.HeaderClassName
{
color: #46BEB5;
}
.AnyTagClassName
{
color: #46BEB5;
}
</style>
background-color css
<style>
a { background-color: #46BEB5; }
a { background-color: rgb(70,190,181); }
div.DivClassName
{
background-color: #46BEB5;
}
.BgClassName
{
background-color: #46BEB5;
}
</style>
border-color css
<style>
span { border-color: #46BEB5; }
span { border-color: rgb(70,190,181); }
td.TdClassName
{
border-color: #46BEB5;
}
.TagClassName
{
border-color: #46BEB5;
}
</style>