Shades of Paradiso #457882
Tints of Paradiso #457882
RGB
CMYK
RGB Variations
Color information
#457882 (or 0x457882) is known color: Paradiso. HEX triplet: 45, 78 and 82. RGB value is (69,120,130). Sum of RGB (Red+Green+Blue) = 69+120+130=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #457882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457882 is #BA877D. Grayscale: #696969. Windows color (decimal): -12224382 or 8550469. OLE color: 8550469.
HSL color Cylindrical-coordinate representation of color #457882: hue angle of 189.84º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #457882 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 120 | 130 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.49 |
| HSL | 189.84º | 0.31% | 0.39% | - |
| HSV(B) | 189.84º | 0.47% | 0.51% | - |
| XYZ | 13.2 | 16.31 | 23.57 | - |
| YUV | 105.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 130 | 0.47 | 0.08 | 0 | 0.49 | 189.84 | 0.31 | 0.39 |
| Hex | 45 | 78 | 82 | 2F | 8 | 0 | 31 | BE | 1F | 27 |
| Octal | 105 | 170 | 202 | 57 | 10 | 0 | 61 | 276 | 37 | 47 |
| Binary | 1000101 | 1111000 | 10000010 | 101111 | 1000 | 0 | 110001 | 10111110 | 11111 | 100111 |
Color Harmonies of #457882
Complementary color
Monochromatic Colors of #457882
Black with #457882
Text Example
Text Example
White with #457882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457882; }
p { color: rgb(69,120,130); }
H1.HeaderClassName
{
color: #457882;
}
.AnyTagClassName
{
color: #457882;
}
</style>
background-color css
<style>
a { background-color: #457882; }
a { background-color: rgb(69,120,130); }
div.DivClassName
{
background-color: #457882;
}
.BgClassName
{
background-color: #457882;
}
</style>
border-color css
<style>
span { border-color: #457882; }
span { border-color: rgb(69,120,130); }
td.TdClassName
{
border-color: #457882;
}
.TagClassName
{
border-color: #457882;
}
</style>