Shades of Royal Blue #497AF9
Tints of Royal Blue #497AF9
RGB
CMYK
RGB Variations
Color information
#497AF9 (or 0x497AF9) is known color: Royal Blue. HEX triplet: 49, 7A and F9. RGB value is (73,122,249). Sum of RGB (Red+Green+Blue) = 73+122+249=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #497AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AF9 is #B68506. Grayscale: #797979. Windows color (decimal): -11961607 or 16349769. OLE color: 16349769.
HSL color Cylindrical-coordinate representation of color #497AF9: hue angle of 223.3º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497AF9 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 122 | 249 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.02 |
| HSL | 223.3º | 0.94% | 0.63% | - |
| HSV(B) | 223.3º | 0.71% | 0.98% | - |
| XYZ | 26.81 | 22.18 | 92.49 | - |
| YUV | 121.83 | 199.77 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 249 | 0.71 | 0.51 | 0 | 0.02 | 223.3 | 0.94 | 0.63 |
| Hex | 49 | 7A | F9 | 47 | 33 | 0 | 2 | DF | 5E | 3F |
| Octal | 111 | 172 | 371 | 107 | 63 | 0 | 2 | 337 | 136 | 77 |
| Binary | 1001001 | 1111010 | 11111001 | 1000111 | 110011 | 0 | 10 | 11011111 | 1011110 | 111111 |
Color Harmonies of #497AF9
Complementary color
Monochromatic Colors of #497AF9
Black with #497AF9
Text Example
Text Example
White with #497AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AF9; }
p { color: rgb(73,122,249); }
H1.HeaderClassName
{
color: #497AF9;
}
.AnyTagClassName
{
color: #497AF9;
}
</style>
background-color css
<style>
a { background-color: #497AF9; }
a { background-color: rgb(73,122,249); }
div.DivClassName
{
background-color: #497AF9;
}
.BgClassName
{
background-color: #497AF9;
}
</style>
border-color css
<style>
span { border-color: #497AF9; }
span { border-color: rgb(73,122,249); }
td.TdClassName
{
border-color: #497AF9;
}
.TagClassName
{
border-color: #497AF9;
}
</style>