Shades of Paradiso #4F8688
Tints of Paradiso #4F8688
RGB
CMYK
RGB Variations
Color information
#4F8688 (or 0x4F8688) is known color: Paradiso. HEX triplet: 4F, 86 and 88. RGB value is (79,134,136). Sum of RGB (Red+Green+Blue) = 79+134+136=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F8688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8688 is #B07977. Grayscale: #757575. Windows color (decimal): -11565432 or 8947279. OLE color: 8947279.
HSL color Cylindrical-coordinate representation of color #4F8688: hue angle of 182.11º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F8688 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 134 | 136 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.47 |
| HSL | 182.11º | 0.27% | 0.42% | - |
| HSV(B) | 182.11º | 0.42% | 0.53% | - |
| XYZ | 16.19 | 20.49 | 26.39 | - |
| YUV | 117.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 134 | 136 | 0.42 | 0.01 | 0 | 0.47 | 182.11 | 0.27 | 0.42 |
| Hex | 4F | 86 | 88 | 2A | 1 | 0 | 2F | B6 | 1B | 2A |
| Octal | 117 | 206 | 210 | 52 | 1 | 0 | 57 | 266 | 33 | 52 |
| Binary | 1001111 | 10000110 | 10001000 | 101010 | 1 | 0 | 101111 | 10110110 | 11011 | 101010 |
Color Harmonies of #4F8688
Complementary color
Monochromatic Colors of #4F8688
Black with #4F8688
Text Example
Text Example
White with #4F8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8688; }
p { color: rgb(79,134,136); }
H1.HeaderClassName
{
color: #4F8688;
}
.AnyTagClassName
{
color: #4F8688;
}
</style>
background-color css
<style>
a { background-color: #4F8688; }
a { background-color: rgb(79,134,136); }
div.DivClassName
{
background-color: #4F8688;
}
.BgClassName
{
background-color: #4F8688;
}
</style>
border-color css
<style>
span { border-color: #4F8688; }
span { border-color: rgb(79,134,136); }
td.TdClassName
{
border-color: #4F8688;
}
.TagClassName
{
border-color: #4F8688;
}
</style>