Shades of Royal Blue #497CE7
Tints of Royal Blue #497CE7
RGB
CMYK
RGB Variations
Color information
#497CE7 (or 0x497CE7) is known color: Royal Blue. HEX triplet: 49, 7C and E7. RGB value is (73,124,231). Sum of RGB (Red+Green+Blue) = 73+124+231=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #497CE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497CE7 is #B68318. Grayscale: #787878. Windows color (decimal): -11961113 or 15170633. OLE color: 15170633.
HSL color Cylindrical-coordinate representation of color #497CE7: hue angle of 220.63º 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 #497CE7 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 124 | 231 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.09 |
| HSL | 220.63º | 0.77% | 0.6% | - |
| HSV(B) | 220.63º | 0.68% | 0.91% | - |
| XYZ | 24.38 | 21.6 | 78.49 | - |
| YUV | 120.95 | 190.1 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 231 | 0.68 | 0.46 | 0 | 0.09 | 220.63 | 0.77 | 0.6 |
| Hex | 49 | 7C | E7 | 44 | 2E | 0 | 9 | DD | 4D | 3C |
| Octal | 111 | 174 | 347 | 104 | 56 | 0 | 11 | 335 | 115 | 74 |
| Binary | 1001001 | 1111100 | 11100111 | 1000100 | 101110 | 0 | 1001 | 11011101 | 1001101 | 111100 |
Color Harmonies of #497CE7
Complementary color
Monochromatic Colors of #497CE7
Black with #497CE7
Text Example
Text Example
White with #497CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CE7; }
p { color: rgb(73,124,231); }
H1.HeaderClassName
{
color: #497CE7;
}
.AnyTagClassName
{
color: #497CE7;
}
</style>
background-color css
<style>
a { background-color: #497CE7; }
a { background-color: rgb(73,124,231); }
div.DivClassName
{
background-color: #497CE7;
}
.BgClassName
{
background-color: #497CE7;
}
</style>
border-color css
<style>
span { border-color: #497CE7; }
span { border-color: rgb(73,124,231); }
td.TdClassName
{
border-color: #497CE7;
}
.TagClassName
{
border-color: #497CE7;
}
</style>