Shades of Royal Blue #497ADC
Tints of Royal Blue #497ADC
RGB
CMYK
RGB Variations
Color information
#497ADC (or 0x497ADC) is known color: Royal Blue. HEX triplet: 49, 7A and DC. RGB value is (73,122,220). Sum of RGB (Red+Green+Blue) = 73+122+220=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #497ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ADC is #B68523. Grayscale: #767676. Windows color (decimal): -11961636 or 14449225. OLE color: 14449225.
HSL color Cylindrical-coordinate representation of color #497ADC: hue angle of 220º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497ADC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 122 | 220 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.14 |
| HSL | 220º | 0.68% | 0.57% | - |
| HSV(B) | 220º | 0.67% | 0.86% | - |
| XYZ | 22.63 | 20.5 | 70.48 | - |
| YUV | 118.52 | 185.27 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 220 | 0.67 | 0.45 | 0 | 0.14 | 220 | 0.68 | 0.57 |
| Hex | 49 | 7A | DC | 43 | 2D | 0 | E | DC | 44 | 39 |
| Octal | 111 | 172 | 334 | 103 | 55 | 0 | 16 | 334 | 104 | 71 |
| Binary | 1001001 | 1111010 | 11011100 | 1000011 | 101101 | 0 | 1110 | 11011100 | 1000100 | 111001 |
Color Harmonies of #497ADC
Complementary color
Monochromatic Colors of #497ADC
Black with #497ADC
Text Example
Text Example
White with #497ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ADC; }
p { color: rgb(73,122,220); }
H1.HeaderClassName
{
color: #497ADC;
}
.AnyTagClassName
{
color: #497ADC;
}
</style>
background-color css
<style>
a { background-color: #497ADC; }
a { background-color: rgb(73,122,220); }
div.DivClassName
{
background-color: #497ADC;
}
.BgClassName
{
background-color: #497ADC;
}
</style>
border-color css
<style>
span { border-color: #497ADC; }
span { border-color: rgb(73,122,220); }
td.TdClassName
{
border-color: #497ADC;
}
.TagClassName
{
border-color: #497ADC;
}
</style>