Shades of Royal Blue #497FE7
Tints of Royal Blue #497FE7
RGB
CMYK
RGB Variations
Color information
#497FE7 (or 0x497FE7) is known color: Royal Blue. HEX triplet: 49, 7F and E7. RGB value is (73,127,231). Sum of RGB (Red+Green+Blue) = 73+127+231=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #497FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FE7 is #B68018. Grayscale: #7A7A7A. Windows color (decimal): -11960345 or 15171401. OLE color: 15171401.
HSL color Cylindrical-coordinate representation of color #497FE7: hue angle of 219.49º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497FE7 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 127 | 231 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.09 |
| HSL | 219.49º | 0.77% | 0.6% | - |
| HSV(B) | 219.49º | 0.68% | 0.91% | - |
| XYZ | 24.76 | 22.36 | 78.61 | - |
| YUV | 122.71 | 189.11 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 231 | 0.68 | 0.45 | 0 | 0.09 | 219.49 | 0.77 | 0.6 |
| Hex | 49 | 7F | E7 | 44 | 2D | 0 | 9 | DB | 4D | 3C |
| Octal | 111 | 177 | 347 | 104 | 55 | 0 | 11 | 333 | 115 | 74 |
| Binary | 1001001 | 1111111 | 11100111 | 1000100 | 101101 | 0 | 1001 | 11011011 | 1001101 | 111100 |
Color Harmonies of #497FE7
Complementary color
Monochromatic Colors of #497FE7
Black with #497FE7
Text Example
Text Example
White with #497FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FE7; }
p { color: rgb(73,127,231); }
H1.HeaderClassName
{
color: #497FE7;
}
.AnyTagClassName
{
color: #497FE7;
}
</style>
background-color css
<style>
a { background-color: #497FE7; }
a { background-color: rgb(73,127,231); }
div.DivClassName
{
background-color: #497FE7;
}
.BgClassName
{
background-color: #497FE7;
}
</style>
border-color css
<style>
span { border-color: #497FE7; }
span { border-color: rgb(73,127,231); }
td.TdClassName
{
border-color: #497FE7;
}
.TagClassName
{
border-color: #497FE7;
}
</style>