Shades of Royal Blue #497CE9
Tints of Royal Blue #497CE9
RGB
CMYK
RGB Variations
Color information
#497CE9 (or 0x497CE9) is known color: Royal Blue. HEX triplet: 49, 7C and E9. RGB value is (73,124,233). Sum of RGB (Red+Green+Blue) = 73+124+233=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #497CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497CE9 is #B68316. Grayscale: #787878. Windows color (decimal): -11961111 or 15301705. OLE color: 15301705.
HSL color Cylindrical-coordinate representation of color #497CE9: hue angle of 220.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497CE9 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 124 | 233 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.09 |
| HSL | 220.88º | 0.78% | 0.6% | - |
| HSV(B) | 220.88º | 0.69% | 0.91% | - |
| XYZ | 24.66 | 21.71 | 79.98 | - |
| YUV | 121.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 233 | 0.69 | 0.47 | 0 | 0.09 | 220.88 | 0.78 | 0.6 |
| Hex | 49 | 7C | E9 | 45 | 2F | 0 | 9 | DD | 4E | 3C |
| Octal | 111 | 174 | 351 | 105 | 57 | 0 | 11 | 335 | 116 | 74 |
| Binary | 1001001 | 1111100 | 11101001 | 1000101 | 101111 | 0 | 1001 | 11011101 | 1001110 | 111100 |
Color Harmonies of #497CE9
Complementary color
Monochromatic Colors of #497CE9
Black with #497CE9
Text Example
Text Example
White with #497CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CE9; }
p { color: rgb(73,124,233); }
H1.HeaderClassName
{
color: #497CE9;
}
.AnyTagClassName
{
color: #497CE9;
}
</style>
background-color css
<style>
a { background-color: #497CE9; }
a { background-color: rgb(73,124,233); }
div.DivClassName
{
background-color: #497CE9;
}
.BgClassName
{
background-color: #497CE9;
}
</style>
border-color css
<style>
span { border-color: #497CE9; }
span { border-color: rgb(73,124,233); }
td.TdClassName
{
border-color: #497CE9;
}
.TagClassName
{
border-color: #497CE9;
}
</style>