Shades of Paradiso #4B858B
Tints of Paradiso #4B858B
RGB
CMYK
RGB Variations
Color information
#4B858B (or 0x4B858B) is known color: Paradiso. HEX triplet: 4B, 85 and 8B. RGB value is (75,133,139). Sum of RGB (Red+Green+Blue) = 75+133+139=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B858B is #B47A74. Grayscale: #747474. Windows color (decimal): -11827829 or 9143627. OLE color: 9143627.
HSL color Cylindrical-coordinate representation of color #4B858B: hue angle of 185.62º 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 #4B858B is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 133 | 139 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.45 |
| HSL | 185.63º | 0.3% | 0.42% | - |
| HSV(B) | 185.63º | 0.46% | 0.55% | - |
| XYZ | 15.95 | 20.14 | 27.47 | - |
| YUV | 116.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 133 | 139 | 0.46 | 0.04 | 0 | 0.45 | 185.63 | 0.3 | 0.42 |
| Hex | 4B | 85 | 8B | 2E | 4 | 0 | 2D | BA | 1E | 2A |
| Octal | 113 | 205 | 213 | 56 | 4 | 0 | 55 | 272 | 36 | 52 |
| Binary | 1001011 | 10000101 | 10001011 | 101110 | 100 | 0 | 101101 | 10111010 | 11110 | 101010 |
Color Harmonies of #4B858B
Complementary color
Monochromatic Colors of #4B858B
Black with #4B858B
Text Example
Text Example
White with #4B858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B858B; }
p { color: rgb(75,133,139); }
H1.HeaderClassName
{
color: #4B858B;
}
.AnyTagClassName
{
color: #4B858B;
}
</style>
background-color css
<style>
a { background-color: #4B858B; }
a { background-color: rgb(75,133,139); }
div.DivClassName
{
background-color: #4B858B;
}
.BgClassName
{
background-color: #4B858B;
}
</style>
border-color css
<style>
span { border-color: #4B858B; }
span { border-color: rgb(75,133,139); }
td.TdClassName
{
border-color: #4B858B;
}
.TagClassName
{
border-color: #4B858B;
}
</style>