Shades of Paradiso #4D8887
Tints of Paradiso #4D8887
RGB
CMYK
RGB Variations
Color information
#4D8887 (or 0x4D8887) is known color: Paradiso. HEX triplet: 4D, 88 and 87. RGB value is (77,136,135). Sum of RGB (Red+Green+Blue) = 77+136+135=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #4D8887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8887 is #B27778. Grayscale: #767676. Windows color (decimal): -11695993 or 8882253. OLE color: 8882253.
HSL color Cylindrical-coordinate representation of color #4D8887: hue angle of 178.98º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8887 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 135 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.47 |
| HSL | 178.98º | 0.28% | 0.42% | - |
| HSV(B) | 178.98º | 0.43% | 0.53% | - |
| XYZ | 16.24 | 20.94 | 26.11 | - |
| YUV | 118.25 | 137.45 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 135 | 0.43 | 0 | 0.01 | 0.47 | 178.98 | 0.28 | 0.42 |
| Hex | 4D | 88 | 87 | 2B | 0 | 1 | 2F | B3 | 1C | 2A |
| Octal | 115 | 210 | 207 | 53 | 0 | 1 | 57 | 263 | 34 | 52 |
| Binary | 1001101 | 10001000 | 10000111 | 101011 | 0 | 1 | 101111 | 10110011 | 11100 | 101010 |
Color Harmonies of #4D8887
Complementary color
Monochromatic Colors of #4D8887
Black with #4D8887
Text Example
Text Example
White with #4D8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8887; }
p { color: rgb(77,136,135); }
H1.HeaderClassName
{
color: #4D8887;
}
.AnyTagClassName
{
color: #4D8887;
}
</style>
background-color css
<style>
a { background-color: #4D8887; }
a { background-color: rgb(77,136,135); }
div.DivClassName
{
background-color: #4D8887;
}
.BgClassName
{
background-color: #4D8887;
}
</style>
border-color css
<style>
span { border-color: #4D8887; }
span { border-color: rgb(77,136,135); }
td.TdClassName
{
border-color: #4D8887;
}
.TagClassName
{
border-color: #4D8887;
}
</style>