Shades of Royal Blue #497BDE
Tints of Royal Blue #497BDE
RGB
CMYK
RGB Variations
Color information
#497BDE (or 0x497BDE) is known color: Royal Blue. HEX triplet: 49, 7B and DE. RGB value is (73,123,222). Sum of RGB (Red+Green+Blue) = 73+123+222=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #497BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BDE is #B68421. Grayscale: #767676. Windows color (decimal): -11961378 or 14580553. OLE color: 14580553.
HSL color Cylindrical-coordinate representation of color #497BDE: hue angle of 219.87º 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 #497BDE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 123 | 222 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.13 |
| HSL | 219.87º | 0.69% | 0.58% | - |
| HSV(B) | 219.87º | 0.67% | 0.87% | - |
| XYZ | 23.02 | 20.86 | 71.92 | - |
| YUV | 119.34 | 185.94 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 222 | 0.67 | 0.45 | 0 | 0.13 | 219.87 | 0.69 | 0.58 |
| Hex | 49 | 7B | DE | 43 | 2D | 0 | D | DC | 45 | 3A |
| Octal | 111 | 173 | 336 | 103 | 55 | 0 | 15 | 334 | 105 | 72 |
| Binary | 1001001 | 1111011 | 11011110 | 1000011 | 101101 | 0 | 1101 | 11011100 | 1000101 | 111010 |
Color Harmonies of #497BDE
Complementary color
Monochromatic Colors of #497BDE
Black with #497BDE
Text Example
Text Example
White with #497BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BDE; }
p { color: rgb(73,123,222); }
H1.HeaderClassName
{
color: #497BDE;
}
.AnyTagClassName
{
color: #497BDE;
}
</style>
background-color css
<style>
a { background-color: #497BDE; }
a { background-color: rgb(73,123,222); }
div.DivClassName
{
background-color: #497BDE;
}
.BgClassName
{
background-color: #497BDE;
}
</style>
border-color css
<style>
span { border-color: #497BDE; }
span { border-color: rgb(73,123,222); }
td.TdClassName
{
border-color: #497BDE;
}
.TagClassName
{
border-color: #497BDE;
}
</style>