Shades of Paradiso #4B8087
Tints of Paradiso #4B8087
RGB
CMYK
RGB Variations
Color information
#4B8087 (or 0x4B8087) is known color: Paradiso. HEX triplet: 4B, 80 and 87. RGB value is (75,128,135). Sum of RGB (Red+Green+Blue) = 75+128+135=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B8087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8087 is #B47F78. Grayscale: #707070. Windows color (decimal): -11829113 or 8880203. OLE color: 8880203.
HSL color Cylindrical-coordinate representation of color #4B8087: hue angle of 187º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8087 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 128 | 135 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.47 |
| HSL | 187º | 0.29% | 0.41% | - |
| HSV(B) | 187º | 0.44% | 0.53% | - |
| XYZ | 14.99 | 18.68 | 25.74 | - |
| YUV | 112.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 128 | 135 | 0.44 | 0.05 | 0 | 0.47 | 187 | 0.29 | 0.41 |
| Hex | 4B | 80 | 87 | 2C | 5 | 0 | 2F | BB | 1D | 29 |
| Octal | 113 | 200 | 207 | 54 | 5 | 0 | 57 | 273 | 35 | 51 |
| Binary | 1001011 | 10000000 | 10000111 | 101100 | 101 | 0 | 101111 | 10111011 | 11101 | 101001 |
Color Harmonies of #4B8087
Complementary color
Monochromatic Colors of #4B8087
Black with #4B8087
Text Example
Text Example
White with #4B8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8087; }
p { color: rgb(75,128,135); }
H1.HeaderClassName
{
color: #4B8087;
}
.AnyTagClassName
{
color: #4B8087;
}
</style>
background-color css
<style>
a { background-color: #4B8087; }
a { background-color: rgb(75,128,135); }
div.DivClassName
{
background-color: #4B8087;
}
.BgClassName
{
background-color: #4B8087;
}
</style>
border-color css
<style>
span { border-color: #4B8087; }
span { border-color: rgb(75,128,135); }
td.TdClassName
{
border-color: #4B8087;
}
.TagClassName
{
border-color: #4B8087;
}
</style>