Shades of Royal Blue #497AF1
Tints of Royal Blue #497AF1
RGB
CMYK
RGB Variations
Color information
#497AF1 (or 0x497AF1) is known color: Royal Blue. HEX triplet: 49, 7A and F1. RGB value is (73,122,241). Sum of RGB (Red+Green+Blue) = 73+122+241=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #497AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AF1 is #B6850E. Grayscale: #787878. Windows color (decimal): -11961615 or 15825481. OLE color: 15825481.
HSL color Cylindrical-coordinate representation of color #497AF1: hue angle of 222.5º degrees, saturation: 0.86, 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 #497AF1 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 122 | 241 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.05 |
| HSL | 222.5º | 0.86% | 0.62% | - |
| HSV(B) | 222.5º | 0.7% | 0.95% | - |
| XYZ | 25.58 | 21.69 | 86.06 | - |
| YUV | 120.92 | 195.77 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 241 | 0.70 | 0.49 | 0 | 0.05 | 222.5 | 0.86 | 0.62 |
| Hex | 49 | 7A | F1 | 46 | 31 | 0 | 5 | DE | 56 | 3E |
| Octal | 111 | 172 | 361 | 106 | 61 | 0 | 5 | 336 | 126 | 76 |
| Binary | 1001001 | 1111010 | 11110001 | 1000110 | 110001 | 0 | 101 | 11011110 | 1010110 | 111110 |
Color Harmonies of #497AF1
Complementary color
Monochromatic Colors of #497AF1
Black with #497AF1
Text Example
Text Example
White with #497AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AF1; }
p { color: rgb(73,122,241); }
H1.HeaderClassName
{
color: #497AF1;
}
.AnyTagClassName
{
color: #497AF1;
}
</style>
background-color css
<style>
a { background-color: #497AF1; }
a { background-color: rgb(73,122,241); }
div.DivClassName
{
background-color: #497AF1;
}
.BgClassName
{
background-color: #497AF1;
}
</style>
border-color css
<style>
span { border-color: #497AF1; }
span { border-color: rgb(73,122,241); }
td.TdClassName
{
border-color: #497AF1;
}
.TagClassName
{
border-color: #497AF1;
}
</style>