Shades of Royal Blue #497EF3
Tints of Royal Blue #497EF3
RGB
CMYK
RGB Variations
Color information
#497EF3 (or 0x497EF3) is known color: Royal Blue. HEX triplet: 49, 7E and F3. RGB value is (73,126,243). Sum of RGB (Red+Green+Blue) = 73+126+243=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #497EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497EF3 is #B6810C. Grayscale: #7A7A7A. Windows color (decimal): -11960589 or 15957577. OLE color: 15957577.
HSL color Cylindrical-coordinate representation of color #497EF3: hue angle of 221.29º 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 #497EF3 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 126 | 243 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.05 |
| HSL | 221.29º | 0.88% | 0.62% | - |
| HSV(B) | 221.29º | 0.7% | 0.95% | - |
| XYZ | 26.39 | 22.81 | 87.81 | - |
| YUV | 123.49 | 195.44 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 243 | 0.70 | 0.48 | 0 | 0.05 | 221.29 | 0.88 | 0.62 |
| Hex | 49 | 7E | F3 | 46 | 30 | 0 | 5 | DD | 58 | 3E |
| Octal | 111 | 176 | 363 | 106 | 60 | 0 | 5 | 335 | 130 | 76 |
| Binary | 1001001 | 1111110 | 11110011 | 1000110 | 110000 | 0 | 101 | 11011101 | 1011000 | 111110 |
Color Harmonies of #497EF3
Complementary color
Monochromatic Colors of #497EF3
Black with #497EF3
Text Example
Text Example
White with #497EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EF3; }
p { color: rgb(73,126,243); }
H1.HeaderClassName
{
color: #497EF3;
}
.AnyTagClassName
{
color: #497EF3;
}
</style>
background-color css
<style>
a { background-color: #497EF3; }
a { background-color: rgb(73,126,243); }
div.DivClassName
{
background-color: #497EF3;
}
.BgClassName
{
background-color: #497EF3;
}
</style>
border-color css
<style>
span { border-color: #497EF3; }
span { border-color: rgb(73,126,243); }
td.TdClassName
{
border-color: #497EF3;
}
.TagClassName
{
border-color: #497EF3;
}
</style>