Shades of Paradiso #407C86
Tints of Paradiso #407C86
RGB
CMYK
RGB Variations
Color information
#407C86 (or 0x407C86) is known color: Paradiso. HEX triplet: 40, 7C and 86. RGB value is (64,124,134). Sum of RGB (Red+Green+Blue) = 64+124+134=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #407C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407C86 is #BF8379. Grayscale: #6B6B6B. Windows color (decimal): -12551034 or 8813632. OLE color: 8813632.
HSL color Cylindrical-coordinate representation of color #407C86: hue angle of 188.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407C86 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 124 | 134 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.47 |
| HSL | 188.57º | 0.35% | 0.39% | - |
| HSV(B) | 188.57º | 0.52% | 0.53% | - |
| XYZ | 13.63 | 17.23 | 25.16 | - |
| YUV | 107.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 134 | 0.52 | 0.07 | 0 | 0.47 | 188.57 | 0.35 | 0.39 |
| Hex | 40 | 7C | 86 | 34 | 7 | 0 | 2F | BD | 23 | 27 |
| Octal | 100 | 174 | 206 | 64 | 7 | 0 | 57 | 275 | 43 | 47 |
| Binary | 1000000 | 1111100 | 10000110 | 110100 | 111 | 0 | 101111 | 10111101 | 100011 | 100111 |
Color Harmonies of #407C86
Complementary color
Monochromatic Colors of #407C86
Black with #407C86
Text Example
Text Example
White with #407C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C86; }
p { color: rgb(64,124,134); }
H1.HeaderClassName
{
color: #407C86;
}
.AnyTagClassName
{
color: #407C86;
}
</style>
background-color css
<style>
a { background-color: #407C86; }
a { background-color: rgb(64,124,134); }
div.DivClassName
{
background-color: #407C86;
}
.BgClassName
{
background-color: #407C86;
}
</style>
border-color css
<style>
span { border-color: #407C86; }
span { border-color: rgb(64,124,134); }
td.TdClassName
{
border-color: #407C86;
}
.TagClassName
{
border-color: #407C86;
}
</style>