Shades of Paradiso #457E86
Tints of Paradiso #457E86
RGB
CMYK
RGB Variations
Color information
#457E86 (or 0x457E86) is known color: Paradiso. HEX triplet: 45, 7E and 86. RGB value is (69,126,134). Sum of RGB (Red+Green+Blue) = 69+126+134=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #457E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E86 is #BA8179. Grayscale: #6D6D6D. Windows color (decimal): -12222842 or 8814149. OLE color: 8814149.
HSL color Cylindrical-coordinate representation of color #457E86: hue angle of 187.38º 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 #457E86 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 126 | 134 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.47 |
| HSL | 187.38º | 0.32% | 0.4% | - |
| HSV(B) | 187.38º | 0.49% | 0.53% | - |
| XYZ | 14.22 | 17.91 | 25.26 | - |
| YUV | 109.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 134 | 0.49 | 0.06 | 0 | 0.47 | 187.38 | 0.32 | 0.4 |
| Hex | 45 | 7E | 86 | 31 | 6 | 0 | 2F | BB | 20 | 28 |
| Octal | 105 | 176 | 206 | 61 | 6 | 0 | 57 | 273 | 40 | 50 |
| Binary | 1000101 | 1111110 | 10000110 | 110001 | 110 | 0 | 101111 | 10111011 | 100000 | 101000 |
Color Harmonies of #457E86
Complementary color
Monochromatic Colors of #457E86
Black with #457E86
Text Example
Text Example
White with #457E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457E86; }
p { color: rgb(69,126,134); }
H1.HeaderClassName
{
color: #457E86;
}
.AnyTagClassName
{
color: #457E86;
}
</style>
background-color css
<style>
a { background-color: #457E86; }
a { background-color: rgb(69,126,134); }
div.DivClassName
{
background-color: #457E86;
}
.BgClassName
{
background-color: #457E86;
}
</style>
border-color css
<style>
span { border-color: #457E86; }
span { border-color: rgb(69,126,134); }
td.TdClassName
{
border-color: #457E86;
}
.TagClassName
{
border-color: #457E86;
}
</style>