Shades of Royal Blue #497CEC
Tints of Royal Blue #497CEC
RGB
CMYK
RGB Variations
Color information
#497CEC (or 0x497CEC) is known color: Royal Blue. HEX triplet: 49, 7C and EC. RGB value is (73,124,236). Sum of RGB (Red+Green+Blue) = 73+124+236=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #497CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497CEC is #B68313. Grayscale: #797979. Windows color (decimal): -11961108 or 15498313. OLE color: 15498313.
HSL color Cylindrical-coordinate representation of color #497CEC: hue angle of 221.23º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497CEC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 124 | 236 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.07 |
| HSL | 221.23º | 0.81% | 0.61% | - |
| HSV(B) | 221.23º | 0.69% | 0.93% | - |
| XYZ | 25.1 | 21.89 | 82.26 | - |
| YUV | 121.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 236 | 0.69 | 0.47 | 0 | 0.07 | 221.23 | 0.81 | 0.61 |
| Hex | 49 | 7C | EC | 45 | 2F | 0 | 7 | DD | 51 | 3D |
| Octal | 111 | 174 | 354 | 105 | 57 | 0 | 7 | 335 | 121 | 75 |
| Binary | 1001001 | 1111100 | 11101100 | 1000101 | 101111 | 0 | 111 | 11011101 | 1010001 | 111101 |
Color Harmonies of #497CEC
Complementary color
Monochromatic Colors of #497CEC
Black with #497CEC
Text Example
Text Example
White with #497CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CEC; }
p { color: rgb(73,124,236); }
H1.HeaderClassName
{
color: #497CEC;
}
.AnyTagClassName
{
color: #497CEC;
}
</style>
background-color css
<style>
a { background-color: #497CEC; }
a { background-color: rgb(73,124,236); }
div.DivClassName
{
background-color: #497CEC;
}
.BgClassName
{
background-color: #497CEC;
}
</style>
border-color css
<style>
span { border-color: #497CEC; }
span { border-color: rgb(73,124,236); }
td.TdClassName
{
border-color: #497CEC;
}
.TagClassName
{
border-color: #497CEC;
}
</style>