Shades of Puerto Rico #46B99B
Tints of Puerto Rico #46B99B
RGB
CMYK
RGB Variations
Color information
#46B99B (or 0x46B99B) is known color: Puerto Rico. HEX triplet: 46, B9 and 9B. RGB value is (70,185,155). Sum of RGB (Red+Green+Blue) = 70+185+155=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #46B99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B99B is #B94664. Grayscale: #939393. Windows color (decimal): -12142181 or 10205510. OLE color: 10205510.
HSL color Cylindrical-coordinate representation of color #46B99B: hue angle of 164.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B99B is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 185 | 155 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.27 |
| HSL | 164.35º | 0.45% | 0.5% | - |
| HSV(B) | 164.35º | 0.62% | 0.73% | - |
| XYZ | 25.79 | 38.37 | 37.06 | - |
| YUV | 147.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 185 | 155 | 0.62 | 0 | 0.16 | 0.27 | 164.35 | 0.45 | 0.5 |
| Hex | 46 | B9 | 9B | 3E | 0 | 10 | 1B | A4 | 2D | 32 |
| Octal | 106 | 271 | 233 | 76 | 0 | 20 | 33 | 244 | 55 | 62 |
| Binary | 1000110 | 10111001 | 10011011 | 111110 | 0 | 10000 | 11011 | 10100100 | 101101 | 110010 |
Color Harmonies of #46B99B
Complementary color
Monochromatic Colors of #46B99B
Black with #46B99B
Text Example
Text Example
White with #46B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B99B; }
p { color: rgb(70,185,155); }
H1.HeaderClassName
{
color: #46B99B;
}
.AnyTagClassName
{
color: #46B99B;
}
</style>
background-color css
<style>
a { background-color: #46B99B; }
a { background-color: rgb(70,185,155); }
div.DivClassName
{
background-color: #46B99B;
}
.BgClassName
{
background-color: #46B99B;
}
</style>
border-color css
<style>
span { border-color: #46B99B; }
span { border-color: rgb(70,185,155); }
td.TdClassName
{
border-color: #46B99B;
}
.TagClassName
{
border-color: #46B99B;
}
</style>