Shades of Puerto Rico #46B096
Tints of Puerto Rico #46B096
RGB
CMYK
RGB Variations
Color information
#46B096 (or 0x46B096) is known color: Puerto Rico. HEX triplet: 46, B0 and 96. RGB value is (70,176,150). Sum of RGB (Red+Green+Blue) = 70+176+150=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #46B096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B096 is #B94F69. Grayscale: #8D8D8D. Windows color (decimal): -12144490 or 9875526. OLE color: 9875526.
HSL color Cylindrical-coordinate representation of color #46B096: hue angle of 165.28º 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 #46B096 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 176 | 150 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.31 |
| HSL | 165.28º | 0.43% | 0.48% | - |
| HSV(B) | 165.28º | 0.6% | 0.69% | - |
| XYZ | 23.56 | 34.55 | 34.28 | - |
| YUV | 141.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 176 | 150 | 0.60 | 0 | 0.15 | 0.31 | 165.28 | 0.43 | 0.48 |
| Hex | 46 | B0 | 96 | 3C | 0 | F | 1F | A5 | 2B | 30 |
| Octal | 106 | 260 | 226 | 74 | 0 | 17 | 37 | 245 | 53 | 60 |
| Binary | 1000110 | 10110000 | 10010110 | 111100 | 0 | 1111 | 11111 | 10100101 | 101011 | 110000 |
Color Harmonies of #46B096
Complementary color
Monochromatic Colors of #46B096
Black with #46B096
Text Example
Text Example
White with #46B096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B096; }
p { color: rgb(70,176,150); }
H1.HeaderClassName
{
color: #46B096;
}
.AnyTagClassName
{
color: #46B096;
}
</style>
background-color css
<style>
a { background-color: #46B096; }
a { background-color: rgb(70,176,150); }
div.DivClassName
{
background-color: #46B096;
}
.BgClassName
{
background-color: #46B096;
}
</style>
border-color css
<style>
span { border-color: #46B096; }
span { border-color: rgb(70,176,150); }
td.TdClassName
{
border-color: #46B096;
}
.TagClassName
{
border-color: #46B096;
}
</style>