Shades of Puerto Rico #4CB498
Tints of Puerto Rico #4CB498
RGB
CMYK
RGB Variations
Color information
#4CB498 (or 0x4CB498) is known color: Puerto Rico. HEX triplet: 4C, B4 and 98. RGB value is (76,180,152). Sum of RGB (Red+Green+Blue) = 76+180+152=408 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.63% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB498 is #B34B67. Grayscale: #919191. Windows color (decimal): -11750248 or 10007628. OLE color: 10007628.
HSL color Cylindrical-coordinate representation of color #4CB498: hue angle of 163.85º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB498 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 152 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.29 |
| HSL | 163.85º | 0.41% | 0.5% | - |
| HSV(B) | 163.85º | 0.58% | 0.71% | - |
| XYZ | 24.97 | 36.45 | 35.42 | - |
| YUV | 145.71 | 131.54 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 152 | 0.58 | 0 | 0.16 | 0.29 | 163.85 | 0.41 | 0.5 |
| Hex | 4C | B4 | 98 | 3A | 0 | 10 | 1D | A4 | 29 | 32 |
| Octal | 114 | 264 | 230 | 72 | 0 | 20 | 35 | 244 | 51 | 62 |
| Binary | 1001100 | 10110100 | 10011000 | 111010 | 0 | 10000 | 11101 | 10100100 | 101001 | 110010 |
Color Harmonies of #4CB498
Complementary color
Monochromatic Colors of #4CB498
Black with #4CB498
Text Example
Text Example
White with #4CB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB498; }
p { color: rgb(76,180,152); }
H1.HeaderClassName
{
color: #4CB498;
}
.AnyTagClassName
{
color: #4CB498;
}
</style>
background-color css
<style>
a { background-color: #4CB498; }
a { background-color: rgb(76,180,152); }
div.DivClassName
{
background-color: #4CB498;
}
.BgClassName
{
background-color: #4CB498;
}
</style>
border-color css
<style>
span { border-color: #4CB498; }
span { border-color: rgb(76,180,152); }
td.TdClassName
{
border-color: #4CB498;
}
.TagClassName
{
border-color: #4CB498;
}
</style>