Shades of Royal Blue #497AFC
Tints of Royal Blue #497AFC
RGB
CMYK
RGB Variations
Color information
#497AFC (or 0x497AFC) is known color: Royal Blue. HEX triplet: 49, 7A and FC. RGB value is (73,122,252). Sum of RGB (Red+Green+Blue) = 73+122+252=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #497AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AFC is #B68503. Grayscale: #797979. Windows color (decimal): -11961604 or 16546377. OLE color: 16546377.
HSL color Cylindrical-coordinate representation of color #497AFC: hue angle of 223.58º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497AFC is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 122 | 252 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.01 |
| HSL | 223.58º | 0.97% | 0.64% | - |
| HSV(B) | 223.58º | 0.71% | 0.99% | - |
| XYZ | 27.28 | 22.36 | 94.97 | - |
| YUV | 122.17 | 201.27 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 252 | 0.71 | 0.52 | 0 | 0.01 | 223.58 | 0.97 | 0.64 |
| Hex | 49 | 7A | FC | 47 | 34 | 0 | 1 | E0 | 61 | 40 |
| Octal | 111 | 172 | 374 | 107 | 64 | 0 | 1 | 340 | 141 | 100 |
| Binary | 1001001 | 1111010 | 11111100 | 1000111 | 110100 | 0 | 1 | 11100000 | 1100001 | 1000000 |
Color Harmonies of #497AFC
Complementary color
Monochromatic Colors of #497AFC
Black with #497AFC
Text Example
Text Example
White with #497AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AFC; }
p { color: rgb(73,122,252); }
H1.HeaderClassName
{
color: #497AFC;
}
.AnyTagClassName
{
color: #497AFC;
}
</style>
background-color css
<style>
a { background-color: #497AFC; }
a { background-color: rgb(73,122,252); }
div.DivClassName
{
background-color: #497AFC;
}
.BgClassName
{
background-color: #497AFC;
}
</style>
border-color css
<style>
span { border-color: #497AFC; }
span { border-color: rgb(73,122,252); }
td.TdClassName
{
border-color: #497AFC;
}
.TagClassName
{
border-color: #497AFC;
}
</style>