Shades of Paradiso #4F8082
Tints of Paradiso #4F8082
RGB
CMYK
RGB Variations
Color information
#4F8082 (or 0x4F8082) is known color: Paradiso. HEX triplet: 4F, 80 and 82. RGB value is (79,128,130). Sum of RGB (Red+Green+Blue) = 79+128+130=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F8082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8082 is #B07F7D. Grayscale: #717171. Windows color (decimal): -11566974 or 8552527. OLE color: 8552527.
HSL color Cylindrical-coordinate representation of color #4F8082: hue angle of 182.35º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F8082 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 128 | 130 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.49 |
| HSL | 182.35º | 0.24% | 0.41% | - |
| HSV(B) | 182.35º | 0.39% | 0.51% | - |
| XYZ | 14.97 | 18.71 | 23.94 | - |
| YUV | 113.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 130 | 0.39 | 0.02 | 0 | 0.49 | 182.35 | 0.24 | 0.41 |
| Hex | 4F | 80 | 82 | 27 | 2 | 0 | 31 | B6 | 18 | 29 |
| Octal | 117 | 200 | 202 | 47 | 2 | 0 | 61 | 266 | 30 | 51 |
| Binary | 1001111 | 10000000 | 10000010 | 100111 | 10 | 0 | 110001 | 10110110 | 11000 | 101001 |
Color Harmonies of #4F8082
Complementary color
Monochromatic Colors of #4F8082
Black with #4F8082
Text Example
Text Example
White with #4F8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8082; }
p { color: rgb(79,128,130); }
H1.HeaderClassName
{
color: #4F8082;
}
.AnyTagClassName
{
color: #4F8082;
}
</style>
background-color css
<style>
a { background-color: #4F8082; }
a { background-color: rgb(79,128,130); }
div.DivClassName
{
background-color: #4F8082;
}
.BgClassName
{
background-color: #4F8082;
}
</style>
border-color css
<style>
span { border-color: #4F8082; }
span { border-color: rgb(79,128,130); }
td.TdClassName
{
border-color: #4F8082;
}
.TagClassName
{
border-color: #4F8082;
}
</style>