Shades of Paradiso #4F7E86
Tints of Paradiso #4F7E86
RGB
CMYK
RGB Variations
Color information
#4F7E86 (or 0x4F7E86) is known color: Paradiso. HEX triplet: 4F, 7E and 86. RGB value is (79,126,134). Sum of RGB (Red+Green+Blue) = 79+126+134=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #4F7E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7E86 is #B08179. Grayscale: #707070. Windows color (decimal): -11567482 or 8814159. OLE color: 8814159.
HSL color Cylindrical-coordinate representation of color #4F7E86: hue angle of 188.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F7E86 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 126 | 134 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.47 |
| HSL | 188.73º | 0.26% | 0.42% | - |
| HSV(B) | 188.73º | 0.41% | 0.53% | - |
| XYZ | 14.99 | 18.31 | 25.3 | - |
| YUV | 112.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 126 | 134 | 0.41 | 0.06 | 0 | 0.47 | 188.73 | 0.26 | 0.42 |
| Hex | 4F | 7E | 86 | 29 | 6 | 0 | 2F | BD | 1A | 2A |
| Octal | 117 | 176 | 206 | 51 | 6 | 0 | 57 | 275 | 32 | 52 |
| Binary | 1001111 | 1111110 | 10000110 | 101001 | 110 | 0 | 101111 | 10111101 | 11010 | 101010 |
Color Harmonies of #4F7E86
Complementary color
Monochromatic Colors of #4F7E86
Black with #4F7E86
Text Example
Text Example
White with #4F7E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7E86; }
p { color: rgb(79,126,134); }
H1.HeaderClassName
{
color: #4F7E86;
}
.AnyTagClassName
{
color: #4F7E86;
}
</style>
background-color css
<style>
a { background-color: #4F7E86; }
a { background-color: rgb(79,126,134); }
div.DivClassName
{
background-color: #4F7E86;
}
.BgClassName
{
background-color: #4F7E86;
}
</style>
border-color css
<style>
span { border-color: #4F7E86; }
span { border-color: rgb(79,126,134); }
td.TdClassName
{
border-color: #4F7E86;
}
.TagClassName
{
border-color: #4F7E86;
}
</style>