Shades of Paradiso #45808B
Tints of Paradiso #45808B
RGB
CMYK
RGB Variations
Color information
#45808B (or 0x45808B) is known color: Paradiso. HEX triplet: 45, 80 and 8B. RGB value is (69,128,139). Sum of RGB (Red+Green+Blue) = 69+128+139=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #45808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45808B is #BA7F74. Grayscale: #6F6F6F. Windows color (decimal): -12222325 or 9142341. OLE color: 9142341.
HSL color Cylindrical-coordinate representation of color #45808B: hue angle of 189.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45808B is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 128 | 139 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.45 |
| HSL | 189.43º | 0.34% | 0.41% | - |
| HSV(B) | 189.43º | 0.5% | 0.55% | - |
| XYZ | 14.83 | 18.57 | 27.23 | - |
| YUV | 111.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 139 | 0.50 | 0.08 | 0 | 0.45 | 189.43 | 0.34 | 0.41 |
| Hex | 45 | 80 | 8B | 32 | 8 | 0 | 2D | BD | 22 | 29 |
| Octal | 105 | 200 | 213 | 62 | 10 | 0 | 55 | 275 | 42 | 51 |
| Binary | 1000101 | 10000000 | 10001011 | 110010 | 1000 | 0 | 101101 | 10111101 | 100010 | 101001 |
Color Harmonies of #45808B
Complementary color
Monochromatic Colors of #45808B
Black with #45808B
Text Example
Text Example
White with #45808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45808B; }
p { color: rgb(69,128,139); }
H1.HeaderClassName
{
color: #45808B;
}
.AnyTagClassName
{
color: #45808B;
}
</style>
background-color css
<style>
a { background-color: #45808B; }
a { background-color: rgb(69,128,139); }
div.DivClassName
{
background-color: #45808B;
}
.BgClassName
{
background-color: #45808B;
}
</style>
border-color css
<style>
span { border-color: #45808B; }
span { border-color: rgb(69,128,139); }
td.TdClassName
{
border-color: #45808B;
}
.TagClassName
{
border-color: #45808B;
}
</style>