Shades of Paradiso #457E82
Tints of Paradiso #457E82
RGB
CMYK
RGB Variations
Color information
#457E82 (or 0x457E82) is known color: Paradiso. HEX triplet: 45, 7E and 82. RGB value is (69,126,130). Sum of RGB (Red+Green+Blue) = 69+126+130=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #457E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E82 is #BA817D. Grayscale: #6D6D6D. Windows color (decimal): -12222846 or 8552005. OLE color: 8552005.
HSL color Cylindrical-coordinate representation of color #457E82: hue angle of 183.93º 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 #457E82 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 126 | 130 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.49 |
| HSL | 183.93º | 0.31% | 0.39% | - |
| HSV(B) | 183.93º | 0.47% | 0.51% | - |
| XYZ | 13.94 | 17.8 | 23.82 | - |
| YUV | 109.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 130 | 0.47 | 0.03 | 0 | 0.49 | 183.93 | 0.31 | 0.39 |
| Hex | 45 | 7E | 82 | 2F | 3 | 0 | 31 | B8 | 1F | 27 |
| Octal | 105 | 176 | 202 | 57 | 3 | 0 | 61 | 270 | 37 | 47 |
| Binary | 1000101 | 1111110 | 10000010 | 101111 | 11 | 0 | 110001 | 10111000 | 11111 | 100111 |
Color Harmonies of #457E82
Complementary color
Monochromatic Colors of #457E82
Black with #457E82
Text Example
Text Example
White with #457E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457E82; }
p { color: rgb(69,126,130); }
H1.HeaderClassName
{
color: #457E82;
}
.AnyTagClassName
{
color: #457E82;
}
</style>
background-color css
<style>
a { background-color: #457E82; }
a { background-color: rgb(69,126,130); }
div.DivClassName
{
background-color: #457E82;
}
.BgClassName
{
background-color: #457E82;
}
</style>
border-color css
<style>
span { border-color: #457E82; }
span { border-color: rgb(69,126,130); }
td.TdClassName
{
border-color: #457E82;
}
.TagClassName
{
border-color: #457E82;
}
</style>