Shades of Royal Blue #497FFF
Tints of Royal Blue #497FFF
RGB
CMYK
RGB Variations
Color information
#497FFF (or 0x497FFF) is known color: Royal Blue. HEX triplet: 49, 7F and FF. RGB value is (73,127,255). Sum of RGB (Red+Green+Blue) = 73+127+255=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #497FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FFF is #B68000. Grayscale: #7C7C7C. Windows color (decimal): -11960321 or 16744265. OLE color: 16744265.
HSL color Cylindrical-coordinate representation of color #497FFF: hue angle of 222.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497FFF is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 127 | 255 | - |
| CMYK | 0.71 | 0.50 | 0 | 0 |
| HSL | 222.2º | 1% | 0.64% | - |
| HSV(B) | 222.2º | 0.71% | 1% | - |
| XYZ | 28.39 | 23.82 | 97.71 | - |
| YUV | 125.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 255 | 0.71 | 0.50 | 0 | 0 | 222.2 | 1 | 0.64 |
| Hex | 49 | 7F | FF | 47 | 32 | 0 | 0 | DE | 64 | 40 |
| Octal | 111 | 177 | 377 | 107 | 62 | 0 | 0 | 336 | 144 | 100 |
| Binary | 1001001 | 1111111 | 11111111 | 1000111 | 110010 | 0 | 0 | 11011110 | 1100100 | 1000000 |
Color Harmonies of #497FFF
Complementary color
Monochromatic Colors of #497FFF
Black with #497FFF
Text Example
Text Example
White with #497FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FFF; }
p { color: rgb(73,127,255); }
H1.HeaderClassName
{
color: #497FFF;
}
.AnyTagClassName
{
color: #497FFF;
}
</style>
background-color css
<style>
a { background-color: #497FFF; }
a { background-color: rgb(73,127,255); }
div.DivClassName
{
background-color: #497FFF;
}
.BgClassName
{
background-color: #497FFF;
}
</style>
border-color css
<style>
span { border-color: #497FFF; }
span { border-color: rgb(73,127,255); }
td.TdClassName
{
border-color: #497FFF;
}
.TagClassName
{
border-color: #497FFF;
}
</style>