Shades of Paradiso #45858D
Tints of Paradiso #45858D
RGB
CMYK
RGB Variations
Color information
#45858D (or 0x45858D) is known color: Paradiso. HEX triplet: 45, 85 and 8D. RGB value is (69,133,141). Sum of RGB (Red+Green+Blue) = 69+133+141=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #45858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45858D is #BA7A72. Grayscale: #727272. Windows color (decimal): -12221043 or 9274693. OLE color: 9274693.
HSL color Cylindrical-coordinate representation of color #45858D: hue angle of 186.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45858D is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 133 | 141 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.45 |
| HSL | 186.67º | 0.34% | 0.41% | - |
| HSV(B) | 186.67º | 0.51% | 0.55% | - |
| XYZ | 15.65 | 19.96 | 28.23 | - |
| YUV | 114.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 141 | 0.51 | 0.06 | 0 | 0.45 | 186.67 | 0.34 | 0.41 |
| Hex | 45 | 85 | 8D | 33 | 6 | 0 | 2D | BB | 22 | 29 |
| Octal | 105 | 205 | 215 | 63 | 6 | 0 | 55 | 273 | 42 | 51 |
| Binary | 1000101 | 10000101 | 10001101 | 110011 | 110 | 0 | 101101 | 10111011 | 100010 | 101001 |
Color Harmonies of #45858D
Complementary color
Monochromatic Colors of #45858D
Black with #45858D
Text Example
Text Example
White with #45858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45858D; }
p { color: rgb(69,133,141); }
H1.HeaderClassName
{
color: #45858D;
}
.AnyTagClassName
{
color: #45858D;
}
</style>
background-color css
<style>
a { background-color: #45858D; }
a { background-color: rgb(69,133,141); }
div.DivClassName
{
background-color: #45858D;
}
.BgClassName
{
background-color: #45858D;
}
</style>
border-color css
<style>
span { border-color: #45858D; }
span { border-color: rgb(69,133,141); }
td.TdClassName
{
border-color: #45858D;
}
.TagClassName
{
border-color: #45858D;
}
</style>