Shades of Paradiso #457E88
Tints of Paradiso #457E88
RGB
CMYK
RGB Variations
Color information
#457E88 (or 0x457E88) is known color: Paradiso. HEX triplet: 45, 7E and 88. RGB value is (69,126,136). Sum of RGB (Red+Green+Blue) = 69+126+136=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #457E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E88 is #BA8177. Grayscale: #6E6E6E. Windows color (decimal): -12222840 or 8945221. OLE color: 8945221.
HSL color Cylindrical-coordinate representation of color #457E88: hue angle of 188.96º degrees, saturation: 0.33, 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 #457E88 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 126 | 136 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.47 |
| HSL | 188.96º | 0.33% | 0.4% | - |
| HSV(B) | 188.96º | 0.49% | 0.53% | - |
| XYZ | 14.36 | 17.96 | 26 | - |
| YUV | 110.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 136 | 0.49 | 0.07 | 0 | 0.47 | 188.96 | 0.33 | 0.4 |
| Hex | 45 | 7E | 88 | 31 | 7 | 0 | 2F | BD | 21 | 28 |
| Octal | 105 | 176 | 210 | 61 | 7 | 0 | 57 | 275 | 41 | 50 |
| Binary | 1000101 | 1111110 | 10001000 | 110001 | 111 | 0 | 101111 | 10111101 | 100001 | 101000 |
Color Harmonies of #457E88
Complementary color
Monochromatic Colors of #457E88
Black with #457E88
Text Example
Text Example
White with #457E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457E88; }
p { color: rgb(69,126,136); }
H1.HeaderClassName
{
color: #457E88;
}
.AnyTagClassName
{
color: #457E88;
}
</style>
background-color css
<style>
a { background-color: #457E88; }
a { background-color: rgb(69,126,136); }
div.DivClassName
{
background-color: #457E88;
}
.BgClassName
{
background-color: #457E88;
}
</style>
border-color css
<style>
span { border-color: #457E88; }
span { border-color: rgb(69,126,136); }
td.TdClassName
{
border-color: #457E88;
}
.TagClassName
{
border-color: #457E88;
}
</style>