Shades of Paradiso #45818B
Tints of Paradiso #45818B
RGB
CMYK
RGB Variations
Color information
#45818B (or 0x45818B) is known color: Paradiso. HEX triplet: 45, 81 and 8B. RGB value is (69,129,139). Sum of RGB (Red+Green+Blue) = 69+129+139=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #45818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45818B is #BA7E74. Grayscale: #707070. Windows color (decimal): -12222069 or 9142597. OLE color: 9142597.
HSL color Cylindrical-coordinate representation of color #45818B: hue angle of 188.57º 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 #45818B is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 129 | 139 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.45 |
| HSL | 188.57º | 0.34% | 0.41% | - |
| HSV(B) | 188.57º | 0.5% | 0.55% | - |
| XYZ | 14.96 | 18.83 | 27.27 | - |
| YUV | 112.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 139 | 0.50 | 0.07 | 0 | 0.45 | 188.57 | 0.34 | 0.41 |
| Hex | 45 | 81 | 8B | 32 | 7 | 0 | 2D | BD | 22 | 29 |
| Octal | 105 | 201 | 213 | 62 | 7 | 0 | 55 | 275 | 42 | 51 |
| Binary | 1000101 | 10000001 | 10001011 | 110010 | 111 | 0 | 101101 | 10111101 | 100010 | 101001 |
Color Harmonies of #45818B
Complementary color
Monochromatic Colors of #45818B
Black with #45818B
Text Example
Text Example
White with #45818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45818B; }
p { color: rgb(69,129,139); }
H1.HeaderClassName
{
color: #45818B;
}
.AnyTagClassName
{
color: #45818B;
}
</style>
background-color css
<style>
a { background-color: #45818B; }
a { background-color: rgb(69,129,139); }
div.DivClassName
{
background-color: #45818B;
}
.BgClassName
{
background-color: #45818B;
}
</style>
border-color css
<style>
span { border-color: #45818B; }
span { border-color: rgb(69,129,139); }
td.TdClassName
{
border-color: #45818B;
}
.TagClassName
{
border-color: #45818B;
}
</style>