Shades of Paradiso #45828D
Tints of Paradiso #45828D
RGB
CMYK
RGB Variations
Color information
#45828D (or 0x45828D) is known color: Paradiso. HEX triplet: 45, 82 and 8D. RGB value is (69,130,141). Sum of RGB (Red+Green+Blue) = 69+130+141=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #45828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45828D is #BA7D72. Grayscale: #707070. Windows color (decimal): -12221811 or 9273925. OLE color: 9273925.
HSL color Cylindrical-coordinate representation of color #45828D: hue angle of 189.17º 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 #45828D is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 130 | 141 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.45 |
| HSL | 189.17º | 0.34% | 0.41% | - |
| HSV(B) | 189.17º | 0.51% | 0.55% | - |
| XYZ | 15.24 | 19.15 | 28.09 | - |
| YUV | 113.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 141 | 0.51 | 0.08 | 0 | 0.45 | 189.17 | 0.34 | 0.41 |
| Hex | 45 | 82 | 8D | 33 | 8 | 0 | 2D | BD | 22 | 29 |
| Octal | 105 | 202 | 215 | 63 | 10 | 0 | 55 | 275 | 42 | 51 |
| Binary | 1000101 | 10000010 | 10001101 | 110011 | 1000 | 0 | 101101 | 10111101 | 100010 | 101001 |
Color Harmonies of #45828D
Complementary color
Monochromatic Colors of #45828D
Black with #45828D
Text Example
Text Example
White with #45828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45828D; }
p { color: rgb(69,130,141); }
H1.HeaderClassName
{
color: #45828D;
}
.AnyTagClassName
{
color: #45828D;
}
</style>
background-color css
<style>
a { background-color: #45828D; }
a { background-color: rgb(69,130,141); }
div.DivClassName
{
background-color: #45828D;
}
.BgClassName
{
background-color: #45828D;
}
</style>
border-color css
<style>
span { border-color: #45828D; }
span { border-color: rgb(69,130,141); }
td.TdClassName
{
border-color: #45828D;
}
.TagClassName
{
border-color: #45828D;
}
</style>