Shades of Paradiso #4F767D
Tints of Paradiso #4F767D
RGB
CMYK
RGB Variations
Color information
#4F767D (or 0x4F767D) is known color: Paradiso. HEX triplet: 4F, 76 and 7D. RGB value is (79,118,125). Sum of RGB (Red+Green+Blue) = 79+118+125=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F767D is #B08982. Grayscale: #6B6B6B. Windows color (decimal): -11569539 or 8222287. OLE color: 8222287.
HSL color Cylindrical-coordinate representation of color #4F767D: hue angle of 189.13º 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 #4F767D is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 118 | 125 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.51 |
| HSL | 189.13º | 0.23% | 0.4% | - |
| HSV(B) | 189.13º | 0.37% | 0.49% | - |
| XYZ | 13.4 | 16.1 | 21.8 | - |
| YUV | 107.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 125 | 0.37 | 0.06 | 0 | 0.51 | 189.13 | 0.23 | 0.4 |
| Hex | 4F | 76 | 7D | 25 | 6 | 0 | 33 | BD | 17 | 28 |
| Octal | 117 | 166 | 175 | 45 | 6 | 0 | 63 | 275 | 27 | 50 |
| Binary | 1001111 | 1110110 | 1111101 | 100101 | 110 | 0 | 110011 | 10111101 | 10111 | 101000 |
Color Harmonies of #4F767D
Complementary color
Monochromatic Colors of #4F767D
Black with #4F767D
Text Example
Text Example
White with #4F767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F767D; }
p { color: rgb(79,118,125); }
H1.HeaderClassName
{
color: #4F767D;
}
.AnyTagClassName
{
color: #4F767D;
}
</style>
background-color css
<style>
a { background-color: #4F767D; }
a { background-color: rgb(79,118,125); }
div.DivClassName
{
background-color: #4F767D;
}
.BgClassName
{
background-color: #4F767D;
}
</style>
border-color css
<style>
span { border-color: #4F767D; }
span { border-color: rgb(79,118,125); }
td.TdClassName
{
border-color: #4F767D;
}
.TagClassName
{
border-color: #4F767D;
}
</style>