Shades of Paradiso #458086
Tints of Paradiso #458086
RGB
CMYK
RGB Variations
Color information
#458086 (or 0x458086) is known color: Paradiso. HEX triplet: 45, 80 and 86. RGB value is (69,128,134). Sum of RGB (Red+Green+Blue) = 69+128+134=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #458086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458086 is #BA7F79. Grayscale: #6E6E6E. Windows color (decimal): -12222330 or 8814661. OLE color: 8814661.
HSL color Cylindrical-coordinate representation of color #458086: hue angle of 185.54º 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 #458086 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 128 | 134 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.47 |
| HSL | 185.54º | 0.32% | 0.4% | - |
| HSV(B) | 185.54º | 0.49% | 0.53% | - |
| XYZ | 14.48 | 18.42 | 25.35 | - |
| YUV | 111.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 134 | 0.49 | 0.04 | 0 | 0.47 | 185.54 | 0.32 | 0.4 |
| Hex | 45 | 80 | 86 | 31 | 4 | 0 | 2F | BA | 20 | 28 |
| Octal | 105 | 200 | 206 | 61 | 4 | 0 | 57 | 272 | 40 | 50 |
| Binary | 1000101 | 10000000 | 10000110 | 110001 | 100 | 0 | 101111 | 10111010 | 100000 | 101000 |
Color Harmonies of #458086
Complementary color
Monochromatic Colors of #458086
Black with #458086
Text Example
Text Example
White with #458086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458086; }
p { color: rgb(69,128,134); }
H1.HeaderClassName
{
color: #458086;
}
.AnyTagClassName
{
color: #458086;
}
</style>
background-color css
<style>
a { background-color: #458086; }
a { background-color: rgb(69,128,134); }
div.DivClassName
{
background-color: #458086;
}
.BgClassName
{
background-color: #458086;
}
</style>
border-color css
<style>
span { border-color: #458086; }
span { border-color: rgb(69,128,134); }
td.TdClassName
{
border-color: #458086;
}
.TagClassName
{
border-color: #458086;
}
</style>