Shades of Paradiso #4F797D
Tints of Paradiso #4F797D
RGB
CMYK
RGB Variations
Color information
#4F797D (or 0x4F797D) is known color: Paradiso. HEX triplet: 4F, 79 and 7D. RGB value is (79,121,125). Sum of RGB (Red+Green+Blue) = 79+121+125=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F797D is #B08682. Grayscale: #6C6C6C. Windows color (decimal): -11568771 or 8223055. OLE color: 8223055.
HSL color Cylindrical-coordinate representation of color #4F797D: hue angle of 185.22º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F797D is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 121 | 125 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.51 |
| HSL | 185.22º | 0.23% | 0.4% | - |
| HSV(B) | 185.22º | 0.37% | 0.49% | - |
| XYZ | 13.76 | 16.82 | 21.92 | - |
| YUV | 108.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 121 | 125 | 0.37 | 0.03 | 0 | 0.51 | 185.22 | 0.23 | 0.4 |
| Hex | 4F | 79 | 7D | 25 | 3 | 0 | 33 | B9 | 17 | 28 |
| Octal | 117 | 171 | 175 | 45 | 3 | 0 | 63 | 271 | 27 | 50 |
| Binary | 1001111 | 1111001 | 1111101 | 100101 | 11 | 0 | 110011 | 10111001 | 10111 | 101000 |
Color Harmonies of #4F797D
Complementary color
Monochromatic Colors of #4F797D
Black with #4F797D
Text Example
Text Example
White with #4F797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F797D; }
p { color: rgb(79,121,125); }
H1.HeaderClassName
{
color: #4F797D;
}
.AnyTagClassName
{
color: #4F797D;
}
</style>
background-color css
<style>
a { background-color: #4F797D; }
a { background-color: rgb(79,121,125); }
div.DivClassName
{
background-color: #4F797D;
}
.BgClassName
{
background-color: #4F797D;
}
</style>
border-color css
<style>
span { border-color: #4F797D; }
span { border-color: rgb(79,121,125); }
td.TdClassName
{
border-color: #4F797D;
}
.TagClassName
{
border-color: #4F797D;
}
</style>