Shades of Royal Blue #497BDB
Tints of Royal Blue #497BDB
RGB
CMYK
RGB Variations
Color information
#497BDB (or 0x497BDB) is known color: Royal Blue. HEX triplet: 49, 7B and DB. RGB value is (73,123,219). Sum of RGB (Red+Green+Blue) = 73+123+219=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #497BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BDB is #B68424. Grayscale: #767676. Windows color (decimal): -11961381 or 14383945. OLE color: 14383945.
HSL color Cylindrical-coordinate representation of color #497BDB: hue angle of 219.45º 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 #497BDB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 123 | 219 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.14 |
| HSL | 219.45º | 0.67% | 0.57% | - |
| HSV(B) | 219.45º | 0.67% | 0.86% | - |
| XYZ | 22.62 | 20.7 | 69.82 | - |
| YUV | 118.99 | 184.44 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 219 | 0.67 | 0.44 | 0 | 0.14 | 219.45 | 0.67 | 0.57 |
| Hex | 49 | 7B | DB | 43 | 2C | 0 | E | DB | 43 | 39 |
| Octal | 111 | 173 | 333 | 103 | 54 | 0 | 16 | 333 | 103 | 71 |
| Binary | 1001001 | 1111011 | 11011011 | 1000011 | 101100 | 0 | 1110 | 11011011 | 1000011 | 111001 |
Color Harmonies of #497BDB
Complementary color
Monochromatic Colors of #497BDB
Black with #497BDB
Text Example
Text Example
White with #497BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BDB; }
p { color: rgb(73,123,219); }
H1.HeaderClassName
{
color: #497BDB;
}
.AnyTagClassName
{
color: #497BDB;
}
</style>
background-color css
<style>
a { background-color: #497BDB; }
a { background-color: rgb(73,123,219); }
div.DivClassName
{
background-color: #497BDB;
}
.BgClassName
{
background-color: #497BDB;
}
</style>
border-color css
<style>
span { border-color: #497BDB; }
span { border-color: rgb(73,123,219); }
td.TdClassName
{
border-color: #497BDB;
}
.TagClassName
{
border-color: #497BDB;
}
</style>