Shades of Puerto Rico #46B7A3
Tints of Puerto Rico #46B7A3
RGB
CMYK
RGB Variations
Color information
#46B7A3 (or 0x46B7A3) is known color: Puerto Rico. HEX triplet: 46, B7 and A3. RGB value is (70,183,163). Sum of RGB (Red+Green+Blue) = 70+183+163=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #46B7A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B7A3 is #B9485C. Grayscale: #929292. Windows color (decimal): -12142685 or 10729286. OLE color: 10729286.
HSL color Cylindrical-coordinate representation of color #46B7A3: hue angle of 169.38º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B7A3 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 183 | 163 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.28 |
| HSL | 169.38º | 0.45% | 0.5% | - |
| HSV(B) | 169.38º | 0.62% | 0.72% | - |
| XYZ | 26.07 | 37.81 | 40.58 | - |
| YUV | 146.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 163 | 0.62 | 0 | 0.11 | 0.28 | 169.38 | 0.45 | 0.5 |
| Hex | 46 | B7 | A3 | 3E | 0 | B | 1C | A9 | 2D | 32 |
| Octal | 106 | 267 | 243 | 76 | 0 | 13 | 34 | 251 | 55 | 62 |
| Binary | 1000110 | 10110111 | 10100011 | 111110 | 0 | 1011 | 11100 | 10101001 | 101101 | 110010 |
Color Harmonies of #46B7A3
Complementary color
Monochromatic Colors of #46B7A3
Black with #46B7A3
Text Example
Text Example
White with #46B7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B7A3; }
p { color: rgb(70,183,163); }
H1.HeaderClassName
{
color: #46B7A3;
}
.AnyTagClassName
{
color: #46B7A3;
}
</style>
background-color css
<style>
a { background-color: #46B7A3; }
a { background-color: rgb(70,183,163); }
div.DivClassName
{
background-color: #46B7A3;
}
.BgClassName
{
background-color: #46B7A3;
}
</style>
border-color css
<style>
span { border-color: #46B7A3; }
span { border-color: rgb(70,183,163); }
td.TdClassName
{
border-color: #46B7A3;
}
.TagClassName
{
border-color: #46B7A3;
}
</style>