Shades of Paradiso #4C8889
Tints of Paradiso #4C8889
RGB
CMYK
RGB Variations
Color information
#4C8889 (or 0x4C8889) is known color: Paradiso. HEX triplet: 4C, 88 and 89. RGB value is (76,136,137). Sum of RGB (Red+Green+Blue) = 76+136+137=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C8889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8889 is #B37776. Grayscale: #767676. Windows color (decimal): -11761527 or 9013324. OLE color: 9013324.
HSL color Cylindrical-coordinate representation of color #4C8889: hue angle of 180.98º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8889 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 136 | 137 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.46 |
| HSL | 180.98º | 0.29% | 0.42% | - |
| HSV(B) | 180.98º | 0.45% | 0.54% | - |
| XYZ | 16.3 | 20.95 | 26.85 | - |
| YUV | 118.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 137 | 0.45 | 0.01 | 0 | 0.46 | 180.98 | 0.29 | 0.42 |
| Hex | 4C | 88 | 89 | 2D | 1 | 0 | 2E | B5 | 1D | 2A |
| Octal | 114 | 210 | 211 | 55 | 1 | 0 | 56 | 265 | 35 | 52 |
| Binary | 1001100 | 10001000 | 10001001 | 101101 | 1 | 0 | 101110 | 10110101 | 11101 | 101010 |
Color Harmonies of #4C8889
Complementary color
Monochromatic Colors of #4C8889
Black with #4C8889
Text Example
Text Example
White with #4C8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8889; }
p { color: rgb(76,136,137); }
H1.HeaderClassName
{
color: #4C8889;
}
.AnyTagClassName
{
color: #4C8889;
}
</style>
background-color css
<style>
a { background-color: #4C8889; }
a { background-color: rgb(76,136,137); }
div.DivClassName
{
background-color: #4C8889;
}
.BgClassName
{
background-color: #4C8889;
}
</style>
border-color css
<style>
span { border-color: #4C8889; }
span { border-color: rgb(76,136,137); }
td.TdClassName
{
border-color: #4C8889;
}
.TagClassName
{
border-color: #4C8889;
}
</style>