Shades of Paradiso #497883
Tints of Paradiso #497883
RGB
CMYK
RGB Variations
Color information
#497883 (or 0x497883) is known color: Paradiso. HEX triplet: 49, 78 and 83. RGB value is (73,120,131). Sum of RGB (Red+Green+Blue) = 73+120+131=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #497883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497883 is #B6877C. Grayscale: #6B6B6B. Windows color (decimal): -11962237 or 8616009. OLE color: 8616009.
HSL color Cylindrical-coordinate representation of color #497883: hue angle of 191.38º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497883 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 120 | 131 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.49 |
| HSL | 191.38º | 0.28% | 0.4% | - |
| HSV(B) | 191.38º | 0.44% | 0.51% | - |
| XYZ | 13.56 | 16.49 | 23.94 | - |
| YUV | 107.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 131 | 0.44 | 0.08 | 0 | 0.49 | 191.38 | 0.28 | 0.4 |
| Hex | 49 | 78 | 83 | 2C | 8 | 0 | 31 | BF | 1C | 28 |
| Octal | 111 | 170 | 203 | 54 | 10 | 0 | 61 | 277 | 34 | 50 |
| Binary | 1001001 | 1111000 | 10000011 | 101100 | 1000 | 0 | 110001 | 10111111 | 11100 | 101000 |
Color Harmonies of #497883
Complementary color
Monochromatic Colors of #497883
Black with #497883
Text Example
Text Example
White with #497883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497883; }
p { color: rgb(73,120,131); }
H1.HeaderClassName
{
color: #497883;
}
.AnyTagClassName
{
color: #497883;
}
</style>
background-color css
<style>
a { background-color: #497883; }
a { background-color: rgb(73,120,131); }
div.DivClassName
{
background-color: #497883;
}
.BgClassName
{
background-color: #497883;
}
</style>
border-color css
<style>
span { border-color: #497883; }
span { border-color: rgb(73,120,131); }
td.TdClassName
{
border-color: #497883;
}
.TagClassName
{
border-color: #497883;
}
</style>