Shades of Puerto Rico #46B99C
Tints of Puerto Rico #46B99C
RGB
CMYK
RGB Variations
Color information
#46B99C (or 0x46B99C) is known color: Puerto Rico. HEX triplet: 46, B9 and 9C. RGB value is (70,185,156). Sum of RGB (Red+Green+Blue) = 70+185+156=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #46B99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B99C is #B94663. Grayscale: #939393. Windows color (decimal): -12142180 or 10271046. OLE color: 10271046.
HSL color Cylindrical-coordinate representation of color #46B99C: hue angle of 164.87º 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 #46B99C is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 185 | 156 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.27 |
| HSL | 164.87º | 0.45% | 0.5% | - |
| HSV(B) | 164.87º | 0.62% | 0.73% | - |
| XYZ | 25.88 | 38.4 | 37.5 | - |
| YUV | 147.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 185 | 156 | 0.62 | 0 | 0.16 | 0.27 | 164.87 | 0.45 | 0.5 |
| Hex | 46 | B9 | 9C | 3E | 0 | 10 | 1B | A5 | 2D | 32 |
| Octal | 106 | 271 | 234 | 76 | 0 | 20 | 33 | 245 | 55 | 62 |
| Binary | 1000110 | 10111001 | 10011100 | 111110 | 0 | 10000 | 11011 | 10100101 | 101101 | 110010 |
Color Harmonies of #46B99C
Complementary color
Monochromatic Colors of #46B99C
Black with #46B99C
Text Example
Text Example
White with #46B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B99C; }
p { color: rgb(70,185,156); }
H1.HeaderClassName
{
color: #46B99C;
}
.AnyTagClassName
{
color: #46B99C;
}
</style>
background-color css
<style>
a { background-color: #46B99C; }
a { background-color: rgb(70,185,156); }
div.DivClassName
{
background-color: #46B99C;
}
.BgClassName
{
background-color: #46B99C;
}
</style>
border-color css
<style>
span { border-color: #46B99C; }
span { border-color: rgb(70,185,156); }
td.TdClassName
{
border-color: #46B99C;
}
.TagClassName
{
border-color: #46B99C;
}
</style>