Shades of Royal Blue #497AE3
Tints of Royal Blue #497AE3
RGB
CMYK
RGB Variations
Color information
#497AE3 (or 0x497AE3) is known color: Royal Blue. HEX triplet: 49, 7A and E3. RGB value is (73,122,227). Sum of RGB (Red+Green+Blue) = 73+122+227=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #497AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AE3 is #B6851C. Grayscale: #767676. Windows color (decimal): -11961629 or 14907977. OLE color: 14907977.
HSL color Cylindrical-coordinate representation of color #497AE3: hue angle of 220.91º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497AE3 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 122 | 227 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.11 |
| HSL | 220.91º | 0.73% | 0.59% | - |
| HSV(B) | 220.91º | 0.68% | 0.89% | - |
| XYZ | 23.57 | 20.88 | 75.46 | - |
| YUV | 119.32 | 188.77 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 227 | 0.68 | 0.46 | 0 | 0.11 | 220.91 | 0.73 | 0.59 |
| Hex | 49 | 7A | E3 | 44 | 2E | 0 | B | DD | 49 | 3B |
| Octal | 111 | 172 | 343 | 104 | 56 | 0 | 13 | 335 | 111 | 73 |
| Binary | 1001001 | 1111010 | 11100011 | 1000100 | 101110 | 0 | 1011 | 11011101 | 1001001 | 111011 |
Color Harmonies of #497AE3
Complementary color
Monochromatic Colors of #497AE3
Black with #497AE3
Text Example
Text Example
White with #497AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AE3; }
p { color: rgb(73,122,227); }
H1.HeaderClassName
{
color: #497AE3;
}
.AnyTagClassName
{
color: #497AE3;
}
</style>
background-color css
<style>
a { background-color: #497AE3; }
a { background-color: rgb(73,122,227); }
div.DivClassName
{
background-color: #497AE3;
}
.BgClassName
{
background-color: #497AE3;
}
</style>
border-color css
<style>
span { border-color: #497AE3; }
span { border-color: rgb(73,122,227); }
td.TdClassName
{
border-color: #497AE3;
}
.TagClassName
{
border-color: #497AE3;
}
</style>