Shades of Paradiso #4F787C
Tints of Paradiso #4F787C
RGB
CMYK
RGB Variations
Color information
#4F787C (or 0x4F787C) is known color: Paradiso. HEX triplet: 4F, 78 and 7C. RGB value is (79,120,124). Sum of RGB (Red+Green+Blue) = 79+120+124=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F787C is #B08783. Grayscale: #6C6C6C. Windows color (decimal): -11569028 or 8157263. OLE color: 8157263.
HSL color Cylindrical-coordinate representation of color #4F787C: hue angle of 185.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F787C is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 120 | 124 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.51 |
| HSL | 185.33º | 0.22% | 0.4% | - |
| HSV(B) | 185.33º | 0.36% | 0.49% | - |
| XYZ | 13.58 | 16.55 | 21.55 | - |
| YUV | 108.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 120 | 124 | 0.36 | 0.03 | 0 | 0.51 | 185.33 | 0.22 | 0.4 |
| Hex | 4F | 78 | 7C | 24 | 3 | 0 | 33 | B9 | 16 | 28 |
| Octal | 117 | 170 | 174 | 44 | 3 | 0 | 63 | 271 | 26 | 50 |
| Binary | 1001111 | 1111000 | 1111100 | 100100 | 11 | 0 | 110011 | 10111001 | 10110 | 101000 |
Color Harmonies of #4F787C
Complementary color
Monochromatic Colors of #4F787C
Black with #4F787C
Text Example
Text Example
White with #4F787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F787C; }
p { color: rgb(79,120,124); }
H1.HeaderClassName
{
color: #4F787C;
}
.AnyTagClassName
{
color: #4F787C;
}
</style>
background-color css
<style>
a { background-color: #4F787C; }
a { background-color: rgb(79,120,124); }
div.DivClassName
{
background-color: #4F787C;
}
.BgClassName
{
background-color: #4F787C;
}
</style>
border-color css
<style>
span { border-color: #4F787C; }
span { border-color: rgb(79,120,124); }
td.TdClassName
{
border-color: #4F787C;
}
.TagClassName
{
border-color: #4F787C;
}
</style>