Shades of Paradiso #4C888C
Tints of Paradiso #4C888C
RGB
CMYK
RGB Variations
Color information
#4C888C (or 0x4C888C) is known color: Paradiso. HEX triplet: 4C, 88 and 8C. RGB value is (76,136,140). Sum of RGB (Red+Green+Blue) = 76+136+140=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C888C is #B37773. Grayscale: #767676. Windows color (decimal): -11761524 or 9209932. OLE color: 9209932.
HSL color Cylindrical-coordinate representation of color #4C888C: hue angle of 183.75º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C888C is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 136 | 140 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.45 |
| HSL | 183.75º | 0.3% | 0.42% | - |
| HSV(B) | 183.75º | 0.46% | 0.55% | - |
| XYZ | 16.52 | 21.04 | 28 | - |
| YUV | 118.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 140 | 0.46 | 0.03 | 0 | 0.45 | 183.75 | 0.3 | 0.42 |
| Hex | 4C | 88 | 8C | 2E | 3 | 0 | 2D | B8 | 1E | 2A |
| Octal | 114 | 210 | 214 | 56 | 3 | 0 | 55 | 270 | 36 | 52 |
| Binary | 1001100 | 10001000 | 10001100 | 101110 | 11 | 0 | 101101 | 10111000 | 11110 | 101010 |
Color Harmonies of #4C888C
Complementary color
Monochromatic Colors of #4C888C
Black with #4C888C
Text Example
Text Example
White with #4C888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C888C; }
p { color: rgb(76,136,140); }
H1.HeaderClassName
{
color: #4C888C;
}
.AnyTagClassName
{
color: #4C888C;
}
</style>
background-color css
<style>
a { background-color: #4C888C; }
a { background-color: rgb(76,136,140); }
div.DivClassName
{
background-color: #4C888C;
}
.BgClassName
{
background-color: #4C888C;
}
</style>
border-color css
<style>
span { border-color: #4C888C; }
span { border-color: rgb(76,136,140); }
td.TdClassName
{
border-color: #4C888C;
}
.TagClassName
{
border-color: #4C888C;
}
</style>