Shades of Paradiso #4F7A84
Tints of Paradiso #4F7A84
RGB
CMYK
RGB Variations
Color information
#4F7A84 (or 0x4F7A84) is known color: Paradiso. HEX triplet: 4F, 7A and 84. RGB value is (79,122,132). Sum of RGB (Red+Green+Blue) = 79+122+132=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F7A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7A84 is #B0857B. Grayscale: #6E6E6E. Windows color (decimal): -11568508 or 8682063. OLE color: 8682063.
HSL color Cylindrical-coordinate representation of color #4F7A84: hue angle of 191.32º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F7A84 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 122 | 132 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.48 |
| HSL | 191.32º | 0.25% | 0.41% | - |
| HSV(B) | 191.32º | 0.4% | 0.52% | - |
| XYZ | 14.35 | 17.25 | 24.4 | - |
| YUV | 110.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 132 | 0.40 | 0.08 | 0 | 0.48 | 191.32 | 0.25 | 0.41 |
| Hex | 4F | 7A | 84 | 28 | 8 | 0 | 30 | BF | 19 | 29 |
| Octal | 117 | 172 | 204 | 50 | 10 | 0 | 60 | 277 | 31 | 51 |
| Binary | 1001111 | 1111010 | 10000100 | 101000 | 1000 | 0 | 110000 | 10111111 | 11001 | 101001 |
Color Harmonies of #4F7A84
Complementary color
Monochromatic Colors of #4F7A84
Black with #4F7A84
Text Example
Text Example
White with #4F7A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A84; }
p { color: rgb(79,122,132); }
H1.HeaderClassName
{
color: #4F7A84;
}
.AnyTagClassName
{
color: #4F7A84;
}
</style>
background-color css
<style>
a { background-color: #4F7A84; }
a { background-color: rgb(79,122,132); }
div.DivClassName
{
background-color: #4F7A84;
}
.BgClassName
{
background-color: #4F7A84;
}
</style>
border-color css
<style>
span { border-color: #4F7A84; }
span { border-color: rgb(79,122,132); }
td.TdClassName
{
border-color: #4F7A84;
}
.TagClassName
{
border-color: #4F7A84;
}
</style>