Shades of Paradiso #4F808A
Tints of Paradiso #4F808A
RGB
CMYK
RGB Variations
Color information
#4F808A (or 0x4F808A) is known color: Paradiso. HEX triplet: 4F, 80 and 8A. RGB value is (79,128,138). Sum of RGB (Red+Green+Blue) = 79+128+138=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F808A is #B07F75. Grayscale: #727272. Windows color (decimal): -11566966 or 9076815. OLE color: 9076815.
HSL color Cylindrical-coordinate representation of color #4F808A: hue angle of 190.17º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F808A is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 128 | 138 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.46 |
| HSL | 190.17º | 0.27% | 0.43% | - |
| HSV(B) | 190.17º | 0.43% | 0.54% | - |
| XYZ | 15.53 | 18.94 | 26.88 | - |
| YUV | 114.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 138 | 0.43 | 0.07 | 0 | 0.46 | 190.17 | 0.27 | 0.43 |
| Hex | 4F | 80 | 8A | 2B | 7 | 0 | 2E | BE | 1B | 2B |
| Octal | 117 | 200 | 212 | 53 | 7 | 0 | 56 | 276 | 33 | 53 |
| Binary | 1001111 | 10000000 | 10001010 | 101011 | 111 | 0 | 101110 | 10111110 | 11011 | 101011 |
Color Harmonies of #4F808A
Complementary color
Monochromatic Colors of #4F808A
Black with #4F808A
Text Example
Text Example
White with #4F808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F808A; }
p { color: rgb(79,128,138); }
H1.HeaderClassName
{
color: #4F808A;
}
.AnyTagClassName
{
color: #4F808A;
}
</style>
background-color css
<style>
a { background-color: #4F808A; }
a { background-color: rgb(79,128,138); }
div.DivClassName
{
background-color: #4F808A;
}
.BgClassName
{
background-color: #4F808A;
}
</style>
border-color css
<style>
span { border-color: #4F808A; }
span { border-color: rgb(79,128,138); }
td.TdClassName
{
border-color: #4F808A;
}
.TagClassName
{
border-color: #4F808A;
}
</style>