Shades of Royal Blue #497FEA
Tints of Royal Blue #497FEA
RGB
CMYK
RGB Variations
Color information
#497FEA (or 0x497FEA) is known color: Royal Blue. HEX triplet: 49, 7F and EA. RGB value is (73,127,234). Sum of RGB (Red+Green+Blue) = 73+127+234=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #497FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FEA is #B68015. Grayscale: #7A7A7A. Windows color (decimal): -11960342 or 15368009. OLE color: 15368009.
HSL color Cylindrical-coordinate representation of color #497FEA: hue angle of 219.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497FEA is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 127 | 234 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.08 |
| HSL | 219.88º | 0.79% | 0.6% | - |
| HSV(B) | 219.88º | 0.69% | 0.92% | - |
| XYZ | 25.19 | 22.54 | 80.86 | - |
| YUV | 123.05 | 190.61 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 234 | 0.69 | 0.46 | 0 | 0.08 | 219.88 | 0.79 | 0.6 |
| Hex | 49 | 7F | EA | 45 | 2E | 0 | 8 | DC | 4F | 3C |
| Octal | 111 | 177 | 352 | 105 | 56 | 0 | 10 | 334 | 117 | 74 |
| Binary | 1001001 | 1111111 | 11101010 | 1000101 | 101110 | 0 | 1000 | 11011100 | 1001111 | 111100 |
Color Harmonies of #497FEA
Complementary color
Monochromatic Colors of #497FEA
Black with #497FEA
Text Example
Text Example
White with #497FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FEA; }
p { color: rgb(73,127,234); }
H1.HeaderClassName
{
color: #497FEA;
}
.AnyTagClassName
{
color: #497FEA;
}
</style>
background-color css
<style>
a { background-color: #497FEA; }
a { background-color: rgb(73,127,234); }
div.DivClassName
{
background-color: #497FEA;
}
.BgClassName
{
background-color: #497FEA;
}
</style>
border-color css
<style>
span { border-color: #497FEA; }
span { border-color: rgb(73,127,234); }
td.TdClassName
{
border-color: #497FEA;
}
.TagClassName
{
border-color: #497FEA;
}
</style>