Shades of Royal Blue #497BFC
Tints of Royal Blue #497BFC
RGB
CMYK
RGB Variations
Color information
#497BFC (or 0x497BFC) is known color: Royal Blue. HEX triplet: 49, 7B and FC. RGB value is (73,123,252). Sum of RGB (Red+Green+Blue) = 73+123+252=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #497BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497BFC is #B68403. Grayscale: #7A7A7A. Windows color (decimal): -11961348 or 16546633. OLE color: 16546633.
HSL color Cylindrical-coordinate representation of color #497BFC: hue angle of 223.24º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497BFC is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 123 | 252 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.01 |
| HSL | 223.24º | 0.97% | 0.64% | - |
| HSV(B) | 223.24º | 0.71% | 0.99% | - |
| XYZ | 27.4 | 22.61 | 95.02 | - |
| YUV | 122.76 | 200.94 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 252 | 0.71 | 0.51 | 0 | 0.01 | 223.24 | 0.97 | 0.64 |
| Hex | 49 | 7B | FC | 47 | 33 | 0 | 1 | DF | 61 | 40 |
| Octal | 111 | 173 | 374 | 107 | 63 | 0 | 1 | 337 | 141 | 100 |
| Binary | 1001001 | 1111011 | 11111100 | 1000111 | 110011 | 0 | 1 | 11011111 | 1100001 | 1000000 |
Color Harmonies of #497BFC
Complementary color
Monochromatic Colors of #497BFC
Black with #497BFC
Text Example
Text Example
White with #497BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BFC; }
p { color: rgb(73,123,252); }
H1.HeaderClassName
{
color: #497BFC;
}
.AnyTagClassName
{
color: #497BFC;
}
</style>
background-color css
<style>
a { background-color: #497BFC; }
a { background-color: rgb(73,123,252); }
div.DivClassName
{
background-color: #497BFC;
}
.BgClassName
{
background-color: #497BFC;
}
</style>
border-color css
<style>
span { border-color: #497BFC; }
span { border-color: rgb(73,123,252); }
td.TdClassName
{
border-color: #497BFC;
}
.TagClassName
{
border-color: #497BFC;
}
</style>