Shades of Paradiso #4F8184
Tints of Paradiso #4F8184
RGB
CMYK
RGB Variations
Color information
#4F8184 (or 0x4F8184) is known color: Paradiso. HEX triplet: 4F, 81 and 84. RGB value is (79,129,132). Sum of RGB (Red+Green+Blue) = 79+129+132=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F8184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8184 is #B07E7B. Grayscale: #727272. Windows color (decimal): -11566716 or 8683855. OLE color: 8683855.
HSL color Cylindrical-coordinate representation of color #4F8184: hue angle of 183.4º 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 #4F8184 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 129 | 132 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.48 |
| HSL | 183.4º | 0.25% | 0.41% | - |
| HSV(B) | 183.4º | 0.4% | 0.52% | - |
| XYZ | 15.24 | 19.03 | 24.7 | - |
| YUV | 114.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 129 | 132 | 0.40 | 0.02 | 0 | 0.48 | 183.4 | 0.25 | 0.41 |
| Hex | 4F | 81 | 84 | 28 | 2 | 0 | 30 | B7 | 19 | 29 |
| Octal | 117 | 201 | 204 | 50 | 2 | 0 | 60 | 267 | 31 | 51 |
| Binary | 1001111 | 10000001 | 10000100 | 101000 | 10 | 0 | 110000 | 10110111 | 11001 | 101001 |
Color Harmonies of #4F8184
Complementary color
Monochromatic Colors of #4F8184
Black with #4F8184
Text Example
Text Example
White with #4F8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8184; }
p { color: rgb(79,129,132); }
H1.HeaderClassName
{
color: #4F8184;
}
.AnyTagClassName
{
color: #4F8184;
}
</style>
background-color css
<style>
a { background-color: #4F8184; }
a { background-color: rgb(79,129,132); }
div.DivClassName
{
background-color: #4F8184;
}
.BgClassName
{
background-color: #4F8184;
}
</style>
border-color css
<style>
span { border-color: #4F8184; }
span { border-color: rgb(79,129,132); }
td.TdClassName
{
border-color: #4F8184;
}
.TagClassName
{
border-color: #4F8184;
}
</style>