Shades of Paradiso #4B848B
Tints of Paradiso #4B848B
RGB
CMYK
RGB Variations
Color information
#4B848B (or 0x4B848B) is known color: Paradiso. HEX triplet: 4B, 84 and 8B. RGB value is (75,132,139). Sum of RGB (Red+Green+Blue) = 75+132+139=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B848B is #B47B74. Grayscale: #737373. Windows color (decimal): -11828085 or 9143371. OLE color: 9143371.
HSL color Cylindrical-coordinate representation of color #4B848B: hue angle of 186.56º 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 #4B848B is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 132 | 139 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.45 |
| HSL | 186.56º | 0.3% | 0.42% | - |
| HSV(B) | 186.56º | 0.46% | 0.55% | - |
| XYZ | 15.81 | 19.86 | 27.43 | - |
| YUV | 115.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 139 | 0.46 | 0.05 | 0 | 0.45 | 186.56 | 0.3 | 0.42 |
| Hex | 4B | 84 | 8B | 2E | 5 | 0 | 2D | BB | 1E | 2A |
| Octal | 113 | 204 | 213 | 56 | 5 | 0 | 55 | 273 | 36 | 52 |
| Binary | 1001011 | 10000100 | 10001011 | 101110 | 101 | 0 | 101101 | 10111011 | 11110 | 101010 |
Color Harmonies of #4B848B
Complementary color
Monochromatic Colors of #4B848B
Black with #4B848B
Text Example
Text Example
White with #4B848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B848B; }
p { color: rgb(75,132,139); }
H1.HeaderClassName
{
color: #4B848B;
}
.AnyTagClassName
{
color: #4B848B;
}
</style>
background-color css
<style>
a { background-color: #4B848B; }
a { background-color: rgb(75,132,139); }
div.DivClassName
{
background-color: #4B848B;
}
.BgClassName
{
background-color: #4B848B;
}
</style>
border-color css
<style>
span { border-color: #4B848B; }
span { border-color: rgb(75,132,139); }
td.TdClassName
{
border-color: #4B848B;
}
.TagClassName
{
border-color: #4B848B;
}
</style>