Shades of Royal Blue #497ADD
Tints of Royal Blue #497ADD
RGB
CMYK
RGB Variations
Color information
#497ADD (or 0x497ADD) is known color: Royal Blue. HEX triplet: 49, 7A and DD. RGB value is (73,122,221). Sum of RGB (Red+Green+Blue) = 73+122+221=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #497ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ADD is #B68522. Grayscale: #767676. Windows color (decimal): -11961635 or 14514761. OLE color: 14514761.
HSL color Cylindrical-coordinate representation of color #497ADD: hue angle of 220.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497ADD is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 122 | 221 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.13 |
| HSL | 220.14º | 0.69% | 0.58% | - |
| HSV(B) | 220.14º | 0.67% | 0.87% | - |
| XYZ | 22.76 | 20.56 | 71.17 | - |
| YUV | 118.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 221 | 0.67 | 0.45 | 0 | 0.13 | 220.14 | 0.69 | 0.58 |
| Hex | 49 | 7A | DD | 43 | 2D | 0 | D | DC | 45 | 3A |
| Octal | 111 | 172 | 335 | 103 | 55 | 0 | 15 | 334 | 105 | 72 |
| Binary | 1001001 | 1111010 | 11011101 | 1000011 | 101101 | 0 | 1101 | 11011100 | 1000101 | 111010 |
Color Harmonies of #497ADD
Complementary color
Monochromatic Colors of #497ADD
Black with #497ADD
Text Example
Text Example
White with #497ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ADD; }
p { color: rgb(73,122,221); }
H1.HeaderClassName
{
color: #497ADD;
}
.AnyTagClassName
{
color: #497ADD;
}
</style>
background-color css
<style>
a { background-color: #497ADD; }
a { background-color: rgb(73,122,221); }
div.DivClassName
{
background-color: #497ADD;
}
.BgClassName
{
background-color: #497ADD;
}
</style>
border-color css
<style>
span { border-color: #497ADD; }
span { border-color: rgb(73,122,221); }
td.TdClassName
{
border-color: #497ADD;
}
.TagClassName
{
border-color: #497ADD;
}
</style>