Shades of Royal Blue #497AF3
Tints of Royal Blue #497AF3
RGB
CMYK
RGB Variations
Color information
#497AF3 (or 0x497AF3) is known color: Royal Blue. HEX triplet: 49, 7A and F3. RGB value is (73,122,243). Sum of RGB (Red+Green+Blue) = 73+122+243=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #497AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AF3 is #B6850C. Grayscale: #787878. Windows color (decimal): -11961613 or 15956553. OLE color: 15956553.
HSL color Cylindrical-coordinate representation of color #497AF3: hue angle of 222.71º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497AF3 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 122 | 243 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.05 |
| HSL | 222.71º | 0.88% | 0.62% | - |
| HSV(B) | 222.71º | 0.7% | 0.95% | - |
| XYZ | 25.88 | 21.81 | 87.64 | - |
| YUV | 121.14 | 196.77 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 243 | 0.70 | 0.50 | 0 | 0.05 | 222.71 | 0.88 | 0.62 |
| Hex | 49 | 7A | F3 | 46 | 32 | 0 | 5 | DF | 58 | 3E |
| Octal | 111 | 172 | 363 | 106 | 62 | 0 | 5 | 337 | 130 | 76 |
| Binary | 1001001 | 1111010 | 11110011 | 1000110 | 110010 | 0 | 101 | 11011111 | 1011000 | 111110 |
Color Harmonies of #497AF3
Complementary color
Monochromatic Colors of #497AF3
Black with #497AF3
Text Example
Text Example
White with #497AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AF3; }
p { color: rgb(73,122,243); }
H1.HeaderClassName
{
color: #497AF3;
}
.AnyTagClassName
{
color: #497AF3;
}
</style>
background-color css
<style>
a { background-color: #497AF3; }
a { background-color: rgb(73,122,243); }
div.DivClassName
{
background-color: #497AF3;
}
.BgClassName
{
background-color: #497AF3;
}
</style>
border-color css
<style>
span { border-color: #497AF3; }
span { border-color: rgb(73,122,243); }
td.TdClassName
{
border-color: #497AF3;
}
.TagClassName
{
border-color: #497AF3;
}
</style>