Shades of Paradiso #4B8887
Tints of Paradiso #4B8887
RGB
CMYK
RGB Variations
Color information
#4B8887 (or 0x4B8887) is known color: Paradiso. HEX triplet: 4B, 88 and 87. RGB value is (75,136,135). Sum of RGB (Red+Green+Blue) = 75+136+135=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #4B8887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8887 is #B47778. Grayscale: #757575. Windows color (decimal): -11827065 or 8882251. OLE color: 8882251.
HSL color Cylindrical-coordinate representation of color #4B8887: hue angle of 179.02º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B8887 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 136 | 135 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.47 |
| HSL | 179.02º | 0.29% | 0.41% | - |
| HSV(B) | 179.02º | 0.45% | 0.53% | - |
| XYZ | 16.08 | 20.85 | 26.1 | - |
| YUV | 117.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 135 | 0.45 | 0 | 0.01 | 0.47 | 179.02 | 0.29 | 0.41 |
| Hex | 4B | 88 | 87 | 2D | 0 | 1 | 2F | B3 | 1D | 29 |
| Octal | 113 | 210 | 207 | 55 | 0 | 1 | 57 | 263 | 35 | 51 |
| Binary | 1001011 | 10001000 | 10000111 | 101101 | 0 | 1 | 101111 | 10110011 | 11101 | 101001 |
Color Harmonies of #4B8887
Complementary color
Monochromatic Colors of #4B8887
Black with #4B8887
Text Example
Text Example
White with #4B8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8887; }
p { color: rgb(75,136,135); }
H1.HeaderClassName
{
color: #4B8887;
}
.AnyTagClassName
{
color: #4B8887;
}
</style>
background-color css
<style>
a { background-color: #4B8887; }
a { background-color: rgb(75,136,135); }
div.DivClassName
{
background-color: #4B8887;
}
.BgClassName
{
background-color: #4B8887;
}
</style>
border-color css
<style>
span { border-color: #4B8887; }
span { border-color: rgb(75,136,135); }
td.TdClassName
{
border-color: #4B8887;
}
.TagClassName
{
border-color: #4B8887;
}
</style>