Shades of Paradiso #4F8388
Tints of Paradiso #4F8388
RGB
CMYK
RGB Variations
Color information
#4F8388 (or 0x4F8388) is known color: Paradiso. HEX triplet: 4F, 83 and 88. RGB value is (79,131,136). Sum of RGB (Red+Green+Blue) = 79+131+136=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F8388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8388 is #B07C77. Grayscale: #737373. Windows color (decimal): -11566200 or 8946511. OLE color: 8946511.
HSL color Cylindrical-coordinate representation of color #4F8388: hue angle of 185.26º 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 #4F8388 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 131 | 136 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.47 |
| HSL | 185.26º | 0.27% | 0.42% | - |
| HSV(B) | 185.26º | 0.42% | 0.53% | - |
| XYZ | 15.78 | 19.67 | 26.26 | - |
| YUV | 116.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 136 | 0.42 | 0.04 | 0 | 0.47 | 185.26 | 0.27 | 0.42 |
| Hex | 4F | 83 | 88 | 2A | 4 | 0 | 2F | B9 | 1B | 2A |
| Octal | 117 | 203 | 210 | 52 | 4 | 0 | 57 | 271 | 33 | 52 |
| Binary | 1001111 | 10000011 | 10001000 | 101010 | 100 | 0 | 101111 | 10111001 | 11011 | 101010 |
Color Harmonies of #4F8388
Complementary color
Monochromatic Colors of #4F8388
Black with #4F8388
Text Example
Text Example
White with #4F8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8388; }
p { color: rgb(79,131,136); }
H1.HeaderClassName
{
color: #4F8388;
}
.AnyTagClassName
{
color: #4F8388;
}
</style>
background-color css
<style>
a { background-color: #4F8388; }
a { background-color: rgb(79,131,136); }
div.DivClassName
{
background-color: #4F8388;
}
.BgClassName
{
background-color: #4F8388;
}
</style>
border-color css
<style>
span { border-color: #4F8388; }
span { border-color: rgb(79,131,136); }
td.TdClassName
{
border-color: #4F8388;
}
.TagClassName
{
border-color: #4F8388;
}
</style>