Shades of Paradiso #497E88
Tints of Paradiso #497E88
RGB
CMYK
RGB Variations
Color information
#497E88 (or 0x497E88) is known color: Paradiso. HEX triplet: 49, 7E and 88. RGB value is (73,126,136). Sum of RGB (Red+Green+Blue) = 73+126+136=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #497E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E88 is #B68177. Grayscale: #6F6F6F. Windows color (decimal): -11960696 or 8945225. OLE color: 8945225.
HSL color Cylindrical-coordinate representation of color #497E88: hue angle of 189.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497E88 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 126 | 136 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.47 |
| HSL | 189.52º | 0.3% | 0.41% | - |
| HSV(B) | 189.52º | 0.46% | 0.53% | - |
| XYZ | 14.65 | 18.12 | 26.02 | - |
| YUV | 111.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 136 | 0.46 | 0.07 | 0 | 0.47 | 189.52 | 0.3 | 0.41 |
| Hex | 49 | 7E | 88 | 2E | 7 | 0 | 2F | BE | 1E | 29 |
| Octal | 111 | 176 | 210 | 56 | 7 | 0 | 57 | 276 | 36 | 51 |
| Binary | 1001001 | 1111110 | 10001000 | 101110 | 111 | 0 | 101111 | 10111110 | 11110 | 101001 |
Color Harmonies of #497E88
Complementary color
Monochromatic Colors of #497E88
Black with #497E88
Text Example
Text Example
White with #497E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E88; }
p { color: rgb(73,126,136); }
H1.HeaderClassName
{
color: #497E88;
}
.AnyTagClassName
{
color: #497E88;
}
</style>
background-color css
<style>
a { background-color: #497E88; }
a { background-color: rgb(73,126,136); }
div.DivClassName
{
background-color: #497E88;
}
.BgClassName
{
background-color: #497E88;
}
</style>
border-color css
<style>
span { border-color: #497E88; }
span { border-color: rgb(73,126,136); }
td.TdClassName
{
border-color: #497E88;
}
.TagClassName
{
border-color: #497E88;
}
</style>