Shades of Paradiso #458684
Tints of Paradiso #458684
RGB
CMYK
RGB Variations
Color information
#458684 (or 0x458684) is known color: Paradiso. HEX triplet: 45, 86 and 84. RGB value is (69,134,132). Sum of RGB (Red+Green+Blue) = 69+134+132=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #458684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458684 is #BA797B. Grayscale: #727272. Windows color (decimal): -12220796 or 8685125. OLE color: 8685125.
HSL color Cylindrical-coordinate representation of color #458684: hue angle of 178.15º 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 #458684 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 134 | 132 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.47 |
| HSL | 178.15º | 0.32% | 0.4% | - |
| HSV(B) | 178.15º | 0.49% | 0.53% | - |
| XYZ | 15.14 | 19.98 | 24.89 | - |
| YUV | 114.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 134 | 132 | 0.49 | 0 | 0.01 | 0.47 | 178.15 | 0.32 | 0.4 |
| Hex | 45 | 86 | 84 | 31 | 0 | 1 | 2F | B2 | 20 | 28 |
| Octal | 105 | 206 | 204 | 61 | 0 | 1 | 57 | 262 | 40 | 50 |
| Binary | 1000101 | 10000110 | 10000100 | 110001 | 0 | 1 | 101111 | 10110010 | 100000 | 101000 |
Color Harmonies of #458684
Complementary color
Monochromatic Colors of #458684
Black with #458684
Text Example
Text Example
White with #458684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458684; }
p { color: rgb(69,134,132); }
H1.HeaderClassName
{
color: #458684;
}
.AnyTagClassName
{
color: #458684;
}
</style>
background-color css
<style>
a { background-color: #458684; }
a { background-color: rgb(69,134,132); }
div.DivClassName
{
background-color: #458684;
}
.BgClassName
{
background-color: #458684;
}
</style>
border-color css
<style>
span { border-color: #458684; }
span { border-color: rgb(69,134,132); }
td.TdClassName
{
border-color: #458684;
}
.TagClassName
{
border-color: #458684;
}
</style>