Shades of Royal Blue #497FE9
Tints of Royal Blue #497FE9
RGB
CMYK
RGB Variations
Color information
#497FE9 (or 0x497FE9) is known color: Royal Blue. HEX triplet: 49, 7F and E9. RGB value is (73,127,233). Sum of RGB (Red+Green+Blue) = 73+127+233=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #497FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FE9 is #B68016. Grayscale: #7A7A7A. Windows color (decimal): -11960343 or 15302473. OLE color: 15302473.
HSL color Cylindrical-coordinate representation of color #497FE9: hue angle of 219.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497FE9 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 127 | 233 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.09 |
| HSL | 219.75º | 0.78% | 0.6% | - |
| HSV(B) | 219.75º | 0.69% | 0.91% | - |
| XYZ | 25.05 | 22.48 | 80.11 | - |
| YUV | 122.94 | 190.11 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 233 | 0.69 | 0.45 | 0 | 0.09 | 219.75 | 0.78 | 0.6 |
| Hex | 49 | 7F | E9 | 45 | 2D | 0 | 9 | DC | 4E | 3C |
| Octal | 111 | 177 | 351 | 105 | 55 | 0 | 11 | 334 | 116 | 74 |
| Binary | 1001001 | 1111111 | 11101001 | 1000101 | 101101 | 0 | 1001 | 11011100 | 1001110 | 111100 |
Color Harmonies of #497FE9
Complementary color
Monochromatic Colors of #497FE9
Black with #497FE9
Text Example
Text Example
White with #497FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FE9; }
p { color: rgb(73,127,233); }
H1.HeaderClassName
{
color: #497FE9;
}
.AnyTagClassName
{
color: #497FE9;
}
</style>
background-color css
<style>
a { background-color: #497FE9; }
a { background-color: rgb(73,127,233); }
div.DivClassName
{
background-color: #497FE9;
}
.BgClassName
{
background-color: #497FE9;
}
</style>
border-color css
<style>
span { border-color: #497FE9; }
span { border-color: rgb(73,127,233); }
td.TdClassName
{
border-color: #497FE9;
}
.TagClassName
{
border-color: #497FE9;
}
</style>