Shades of Paradiso #4D878D
Tints of Paradiso #4D878D
RGB
CMYK
RGB Variations
Color information
#4D878D (or 0x4D878D) is known color: Paradiso. HEX triplet: 4D, 87 and 8D. RGB value is (77,135,141). Sum of RGB (Red+Green+Blue) = 77+135+141=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D878D is #B27872. Grayscale: #767676. Windows color (decimal): -11696243 or 9275213. OLE color: 9275213.
HSL color Cylindrical-coordinate representation of color #4D878D: hue angle of 185.62º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D878D is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 135 | 141 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.45 |
| HSL | 185.63º | 0.29% | 0.43% | - |
| HSV(B) | 185.63º | 0.45% | 0.55% | - |
| XYZ | 16.53 | 20.83 | 28.35 | - |
| YUV | 118.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 141 | 0.45 | 0.04 | 0 | 0.45 | 185.63 | 0.29 | 0.43 |
| Hex | 4D | 87 | 8D | 2D | 4 | 0 | 2D | BA | 1D | 2B |
| Octal | 115 | 207 | 215 | 55 | 4 | 0 | 55 | 272 | 35 | 53 |
| Binary | 1001101 | 10000111 | 10001101 | 101101 | 100 | 0 | 101101 | 10111010 | 11101 | 101011 |
Color Harmonies of #4D878D
Complementary color
Monochromatic Colors of #4D878D
Black with #4D878D
Text Example
Text Example
White with #4D878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D878D; }
p { color: rgb(77,135,141); }
H1.HeaderClassName
{
color: #4D878D;
}
.AnyTagClassName
{
color: #4D878D;
}
</style>
background-color css
<style>
a { background-color: #4D878D; }
a { background-color: rgb(77,135,141); }
div.DivClassName
{
background-color: #4D878D;
}
.BgClassName
{
background-color: #4D878D;
}
</style>
border-color css
<style>
span { border-color: #4D878D; }
span { border-color: rgb(77,135,141); }
td.TdClassName
{
border-color: #4D878D;
}
.TagClassName
{
border-color: #4D878D;
}
</style>