Shades of Royal Blue #497ADA
Tints of Royal Blue #497ADA
RGB
CMYK
RGB Variations
Color information
#497ADA (or 0x497ADA) is known color: Royal Blue. HEX triplet: 49, 7A and DA. RGB value is (73,122,218). Sum of RGB (Red+Green+Blue) = 73+122+218=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #497ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ADA is #B68525. Grayscale: #757575. Windows color (decimal): -11961638 or 14318153. OLE color: 14318153.
HSL color Cylindrical-coordinate representation of color #497ADA: hue angle of 219.72º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497ADA is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 122 | 218 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.15 |
| HSL | 219.72º | 0.66% | 0.57% | - |
| HSV(B) | 219.72º | 0.67% | 0.85% | - |
| XYZ | 22.36 | 20.4 | 69.09 | - |
| YUV | 118.29 | 184.27 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 218 | 0.67 | 0.44 | 0 | 0.15 | 219.72 | 0.66 | 0.57 |
| Hex | 49 | 7A | DA | 43 | 2C | 0 | F | DC | 42 | 39 |
| Octal | 111 | 172 | 332 | 103 | 54 | 0 | 17 | 334 | 102 | 71 |
| Binary | 1001001 | 1111010 | 11011010 | 1000011 | 101100 | 0 | 1111 | 11011100 | 1000010 | 111001 |
Color Harmonies of #497ADA
Complementary color
Monochromatic Colors of #497ADA
Black with #497ADA
Text Example
Text Example
White with #497ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ADA; }
p { color: rgb(73,122,218); }
H1.HeaderClassName
{
color: #497ADA;
}
.AnyTagClassName
{
color: #497ADA;
}
</style>
background-color css
<style>
a { background-color: #497ADA; }
a { background-color: rgb(73,122,218); }
div.DivClassName
{
background-color: #497ADA;
}
.BgClassName
{
background-color: #497ADA;
}
</style>
border-color css
<style>
span { border-color: #497ADA; }
span { border-color: rgb(73,122,218); }
td.TdClassName
{
border-color: #497ADA;
}
.TagClassName
{
border-color: #497ADA;
}
</style>