Shades of Royal Blue #497FDB
Tints of Royal Blue #497FDB
RGB
CMYK
RGB Variations
Color information
#497FDB (or 0x497FDB) is known color: Royal Blue. HEX triplet: 49, 7F and DB. RGB value is (73,127,219). Sum of RGB (Red+Green+Blue) = 73+127+219=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #497FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FDB is #B68024. Grayscale: #787878. Windows color (decimal): -11960357 or 14384969. OLE color: 14384969.
HSL color Cylindrical-coordinate representation of color #497FDB: hue angle of 217.81º 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 #497FDB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 127 | 219 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.14 |
| HSL | 217.81º | 0.67% | 0.57% | - |
| HSV(B) | 217.81º | 0.67% | 0.86% | - |
| XYZ | 23.12 | 21.71 | 69.99 | - |
| YUV | 121.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 219 | 0.67 | 0.42 | 0 | 0.14 | 217.81 | 0.67 | 0.57 |
| Hex | 49 | 7F | DB | 43 | 2A | 0 | E | DA | 43 | 39 |
| Octal | 111 | 177 | 333 | 103 | 52 | 0 | 16 | 332 | 103 | 71 |
| Binary | 1001001 | 1111111 | 11011011 | 1000011 | 101010 | 0 | 1110 | 11011010 | 1000011 | 111001 |
Color Harmonies of #497FDB
Complementary color
Monochromatic Colors of #497FDB
Black with #497FDB
Text Example
Text Example
White with #497FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FDB; }
p { color: rgb(73,127,219); }
H1.HeaderClassName
{
color: #497FDB;
}
.AnyTagClassName
{
color: #497FDB;
}
</style>
background-color css
<style>
a { background-color: #497FDB; }
a { background-color: rgb(73,127,219); }
div.DivClassName
{
background-color: #497FDB;
}
.BgClassName
{
background-color: #497FDB;
}
</style>
border-color css
<style>
span { border-color: #497FDB; }
span { border-color: rgb(73,127,219); }
td.TdClassName
{
border-color: #497FDB;
}
.TagClassName
{
border-color: #497FDB;
}
</style>