Shades of Paradiso #497C7F
Tints of Paradiso #497C7F
RGB
CMYK
RGB Variations
Color information
#497C7F (or 0x497C7F) is known color: Paradiso. HEX triplet: 49, 7C and 7F. RGB value is (73,124,127). Sum of RGB (Red+Green+Blue) = 73+124+127=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #497C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C7F is #B68380. Grayscale: #6D6D6D. Windows color (decimal): -11961217 or 8354889. OLE color: 8354889.
HSL color Cylindrical-coordinate representation of color #497C7F: hue angle of 183.33º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497C7F is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 124 | 127 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.50 |
| HSL | 183.33º | 0.27% | 0.39% | - |
| HSV(B) | 183.33º | 0.43% | 0.5% | - |
| XYZ | 13.79 | 17.36 | 22.7 | - |
| YUV | 109.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 127 | 0.43 | 0.02 | 0 | 0.50 | 183.33 | 0.27 | 0.39 |
| Hex | 49 | 7C | 7F | 2B | 2 | 0 | 32 | B7 | 1B | 27 |
| Octal | 111 | 174 | 177 | 53 | 2 | 0 | 62 | 267 | 33 | 47 |
| Binary | 1001001 | 1111100 | 1111111 | 101011 | 10 | 0 | 110010 | 10110111 | 11011 | 100111 |
Color Harmonies of #497C7F
Complementary color
Monochromatic Colors of #497C7F
Black with #497C7F
Text Example
Text Example
White with #497C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C7F; }
p { color: rgb(73,124,127); }
H1.HeaderClassName
{
color: #497C7F;
}
.AnyTagClassName
{
color: #497C7F;
}
</style>
background-color css
<style>
a { background-color: #497C7F; }
a { background-color: rgb(73,124,127); }
div.DivClassName
{
background-color: #497C7F;
}
.BgClassName
{
background-color: #497C7F;
}
</style>
border-color css
<style>
span { border-color: #497C7F; }
span { border-color: rgb(73,124,127); }
td.TdClassName
{
border-color: #497C7F;
}
.TagClassName
{
border-color: #497C7F;
}
</style>