Shades of Puerto Rico #46BCB4
Tints of Puerto Rico #46BCB4
RGB
CMYK
RGB Variations
Color information
#46BCB4 (or 0x46BCB4) is known color: Puerto Rico. HEX triplet: 46, BC and B4. RGB value is (70,188,180). Sum of RGB (Red+Green+Blue) = 70+188+180=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #46BCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BCB4 is #B9434B. Grayscale: #979797. Windows color (decimal): -12141388 or 11844678. OLE color: 11844678.
HSL color Cylindrical-coordinate representation of color #46BCB4: hue angle of 175.93º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BCB4 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 180 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.26 |
| HSL | 175.93º | 0.47% | 0.51% | - |
| HSV(B) | 175.93º | 0.63% | 0.74% | - |
| XYZ | 28.75 | 40.56 | 49.49 | - |
| YUV | 151.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 180 | 0.63 | 0 | 0.04 | 0.26 | 175.93 | 0.47 | 0.51 |
| Hex | 46 | BC | B4 | 3F | 0 | 4 | 1A | B0 | 2F | 33 |
| Octal | 106 | 274 | 264 | 77 | 0 | 4 | 32 | 260 | 57 | 63 |
| Binary | 1000110 | 10111100 | 10110100 | 111111 | 0 | 100 | 11010 | 10110000 | 101111 | 110011 |
Color Harmonies of #46BCB4
Complementary color
Monochromatic Colors of #46BCB4
Black with #46BCB4
Text Example
Text Example
White with #46BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCB4; }
p { color: rgb(70,188,180); }
H1.HeaderClassName
{
color: #46BCB4;
}
.AnyTagClassName
{
color: #46BCB4;
}
</style>
background-color css
<style>
a { background-color: #46BCB4; }
a { background-color: rgb(70,188,180); }
div.DivClassName
{
background-color: #46BCB4;
}
.BgClassName
{
background-color: #46BCB4;
}
</style>
border-color css
<style>
span { border-color: #46BCB4; }
span { border-color: rgb(70,188,180); }
td.TdClassName
{
border-color: #46BCB4;
}
.TagClassName
{
border-color: #46BCB4;
}
</style>