Shades of Puerto Rico #46B0A1
Tints of Puerto Rico #46B0A1
RGB
CMYK
RGB Variations
Color information
#46B0A1 (or 0x46B0A1) is known color: Puerto Rico. HEX triplet: 46, B0 and A1. RGB value is (70,176,161). Sum of RGB (Red+Green+Blue) = 70+176+161=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #46B0A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B0A1 is #B94F5E. Grayscale: #8E8E8E. Windows color (decimal): -12144479 or 10596422. OLE color: 10596422.
HSL color Cylindrical-coordinate representation of color #46B0A1: hue angle of 171.51º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46B0A1 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 176 | 161 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.31 |
| HSL | 171.51º | 0.43% | 0.48% | - |
| HSV(B) | 171.51º | 0.6% | 0.69% | - |
| XYZ | 24.48 | 34.93 | 39.17 | - |
| YUV | 142.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 176 | 161 | 0.60 | 0 | 0.09 | 0.31 | 171.51 | 0.43 | 0.48 |
| Hex | 46 | B0 | A1 | 3C | 0 | 9 | 1F | AC | 2B | 30 |
| Octal | 106 | 260 | 241 | 74 | 0 | 11 | 37 | 254 | 53 | 60 |
| Binary | 1000110 | 10110000 | 10100001 | 111100 | 0 | 1001 | 11111 | 10101100 | 101011 | 110000 |
Color Harmonies of #46B0A1
Complementary color
Monochromatic Colors of #46B0A1
Black with #46B0A1
Text Example
Text Example
White with #46B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B0A1; }
p { color: rgb(70,176,161); }
H1.HeaderClassName
{
color: #46B0A1;
}
.AnyTagClassName
{
color: #46B0A1;
}
</style>
background-color css
<style>
a { background-color: #46B0A1; }
a { background-color: rgb(70,176,161); }
div.DivClassName
{
background-color: #46B0A1;
}
.BgClassName
{
background-color: #46B0A1;
}
</style>
border-color css
<style>
span { border-color: #46B0A1; }
span { border-color: rgb(70,176,161); }
td.TdClassName
{
border-color: #46B0A1;
}
.TagClassName
{
border-color: #46B0A1;
}
</style>