Shades of Paradiso #458784
Tints of Paradiso #458784
RGB
CMYK
RGB Variations
Color information
#458784 (or 0x458784) is known color: Paradiso. HEX triplet: 45, 87 and 84. RGB value is (69,135,132). Sum of RGB (Red+Green+Blue) = 69+135+132=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #458784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458784 is #BA787B. Grayscale: #727272. Windows color (decimal): -12220540 or 8685381. OLE color: 8685381.
HSL color Cylindrical-coordinate representation of color #458784: hue angle of 177.27º 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 #458784 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 135 | 132 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.47 |
| HSL | 177.27º | 0.32% | 0.4% | - |
| HSV(B) | 177.27º | 0.49% | 0.53% | - |
| XYZ | 15.28 | 20.26 | 24.93 | - |
| YUV | 114.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 135 | 132 | 0.49 | 0 | 0.02 | 0.47 | 177.27 | 0.32 | 0.4 |
| Hex | 45 | 87 | 84 | 31 | 0 | 2 | 2F | B1 | 20 | 28 |
| Octal | 105 | 207 | 204 | 61 | 0 | 2 | 57 | 261 | 40 | 50 |
| Binary | 1000101 | 10000111 | 10000100 | 110001 | 0 | 10 | 101111 | 10110001 | 100000 | 101000 |
Color Harmonies of #458784
Complementary color
Monochromatic Colors of #458784
Black with #458784
Text Example
Text Example
White with #458784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458784; }
p { color: rgb(69,135,132); }
H1.HeaderClassName
{
color: #458784;
}
.AnyTagClassName
{
color: #458784;
}
</style>
background-color css
<style>
a { background-color: #458784; }
a { background-color: rgb(69,135,132); }
div.DivClassName
{
background-color: #458784;
}
.BgClassName
{
background-color: #458784;
}
</style>
border-color css
<style>
span { border-color: #458784; }
span { border-color: rgb(69,135,132); }
td.TdClassName
{
border-color: #458784;
}
.TagClassName
{
border-color: #458784;
}
</style>