Shades of Royal Blue #497DDB
Tints of Royal Blue #497DDB
RGB
CMYK
RGB Variations
Color information
#497DDB (or 0x497DDB) is known color: Royal Blue. HEX triplet: 49, 7D and DB. RGB value is (73,125,219). Sum of RGB (Red+Green+Blue) = 73+125+219=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #497DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DDB is #B68224. Grayscale: #777777. Windows color (decimal): -11960869 or 14384457. OLE color: 14384457.
HSL color Cylindrical-coordinate representation of color #497DDB: hue angle of 218.63º degrees, saturation: 0.67, 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 #497DDB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 125 | 219 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.14 |
| HSL | 218.63º | 0.67% | 0.57% | - |
| HSV(B) | 218.63º | 0.67% | 0.86% | - |
| XYZ | 22.87 | 21.2 | 69.9 | - |
| YUV | 120.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 219 | 0.67 | 0.43 | 0 | 0.14 | 218.63 | 0.67 | 0.57 |
| Hex | 49 | 7D | DB | 43 | 2B | 0 | E | DB | 43 | 39 |
| Octal | 111 | 175 | 333 | 103 | 53 | 0 | 16 | 333 | 103 | 71 |
| Binary | 1001001 | 1111101 | 11011011 | 1000011 | 101011 | 0 | 1110 | 11011011 | 1000011 | 111001 |
Color Harmonies of #497DDB
Complementary color
Monochromatic Colors of #497DDB
Black with #497DDB
Text Example
Text Example
White with #497DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DDB; }
p { color: rgb(73,125,219); }
H1.HeaderClassName
{
color: #497DDB;
}
.AnyTagClassName
{
color: #497DDB;
}
</style>
background-color css
<style>
a { background-color: #497DDB; }
a { background-color: rgb(73,125,219); }
div.DivClassName
{
background-color: #497DDB;
}
.BgClassName
{
background-color: #497DDB;
}
</style>
border-color css
<style>
span { border-color: #497DDB; }
span { border-color: rgb(73,125,219); }
td.TdClassName
{
border-color: #497DDB;
}
.TagClassName
{
border-color: #497DDB;
}
</style>