Shades of Paradiso #457C86
Tints of Paradiso #457C86
RGB
CMYK
RGB Variations
Color information
#457C86 (or 0x457C86) is known color: Paradiso. HEX triplet: 45, 7C and 86. RGB value is (69,124,134). Sum of RGB (Red+Green+Blue) = 69+124+134=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #457C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C86 is #BA8379. Grayscale: #6C6C6C. Windows color (decimal): -12223354 or 8813637. OLE color: 8813637.
HSL color Cylindrical-coordinate representation of color #457C86: hue angle of 189.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #457C86 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 124 | 134 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.47 |
| HSL | 189.23º | 0.32% | 0.4% | - |
| HSV(B) | 189.23º | 0.49% | 0.53% | - |
| XYZ | 13.96 | 17.4 | 25.18 | - |
| YUV | 108.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 134 | 0.49 | 0.07 | 0 | 0.47 | 189.23 | 0.32 | 0.4 |
| Hex | 45 | 7C | 86 | 31 | 7 | 0 | 2F | BD | 20 | 28 |
| Octal | 105 | 174 | 206 | 61 | 7 | 0 | 57 | 275 | 40 | 50 |
| Binary | 1000101 | 1111100 | 10000110 | 110001 | 111 | 0 | 101111 | 10111101 | 100000 | 101000 |
Color Harmonies of #457C86
Complementary color
Monochromatic Colors of #457C86
Black with #457C86
Text Example
Text Example
White with #457C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C86; }
p { color: rgb(69,124,134); }
H1.HeaderClassName
{
color: #457C86;
}
.AnyTagClassName
{
color: #457C86;
}
</style>
background-color css
<style>
a { background-color: #457C86; }
a { background-color: rgb(69,124,134); }
div.DivClassName
{
background-color: #457C86;
}
.BgClassName
{
background-color: #457C86;
}
</style>
border-color css
<style>
span { border-color: #457C86; }
span { border-color: rgb(69,124,134); }
td.TdClassName
{
border-color: #457C86;
}
.TagClassName
{
border-color: #457C86;
}
</style>