Shades of Royal Blue #497AFF
Tints of Royal Blue #497AFF
RGB
CMYK
RGB Variations
Color information
#497AFF (or 0x497AFF) is known color: Royal Blue. HEX triplet: 49, 7A and FF. RGB value is (73,122,255). Sum of RGB (Red+Green+Blue) = 73+122+255=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #497AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AFF is #B68500. Grayscale: #797979. Windows color (decimal): -11961601 or 16742985. OLE color: 16742985.
HSL color Cylindrical-coordinate representation of color #497AFF: hue angle of 223.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497AFF is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 122 | 255 | - |
| CMYK | 0.71 | 0.52 | 0 | 0 |
| HSL | 223.85º | 1% | 0.64% | - |
| HSV(B) | 223.85º | 0.71% | 1% | - |
| XYZ | 27.76 | 22.56 | 97.5 | - |
| YUV | 122.51 | 202.77 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 255 | 0.71 | 0.52 | 0 | 0 | 223.85 | 1 | 0.64 |
| Hex | 49 | 7A | FF | 47 | 34 | 0 | 0 | E0 | 64 | 40 |
| Octal | 111 | 172 | 377 | 107 | 64 | 0 | 0 | 340 | 144 | 100 |
| Binary | 1001001 | 1111010 | 11111111 | 1000111 | 110100 | 0 | 0 | 11100000 | 1100100 | 1000000 |
Color Harmonies of #497AFF
Complementary color
Monochromatic Colors of #497AFF
Black with #497AFF
Text Example
Text Example
White with #497AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AFF; }
p { color: rgb(73,122,255); }
H1.HeaderClassName
{
color: #497AFF;
}
.AnyTagClassName
{
color: #497AFF;
}
</style>
background-color css
<style>
a { background-color: #497AFF; }
a { background-color: rgb(73,122,255); }
div.DivClassName
{
background-color: #497AFF;
}
.BgClassName
{
background-color: #497AFF;
}
</style>
border-color css
<style>
span { border-color: #497AFF; }
span { border-color: rgb(73,122,255); }
td.TdClassName
{
border-color: #497AFF;
}
.TagClassName
{
border-color: #497AFF;
}
</style>