Shades of Royal Blue #497CEA
Tints of Royal Blue #497CEA
RGB
CMYK
RGB Variations
Color information
#497CEA (or 0x497CEA) is known color: Royal Blue. HEX triplet: 49, 7C and EA. RGB value is (73,124,234). Sum of RGB (Red+Green+Blue) = 73+124+234=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #497CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497CEA is #B68315. Grayscale: #787878. Windows color (decimal): -11961110 or 15367241. OLE color: 15367241.
HSL color Cylindrical-coordinate representation of color #497CEA: hue angle of 220.99º 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 #497CEA is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 124 | 234 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.08 |
| HSL | 220.99º | 0.79% | 0.6% | - |
| HSV(B) | 220.99º | 0.69% | 0.92% | - |
| XYZ | 24.81 | 21.77 | 80.74 | - |
| YUV | 121.29 | 191.6 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 234 | 0.69 | 0.47 | 0 | 0.08 | 220.99 | 0.79 | 0.6 |
| Hex | 49 | 7C | EA | 45 | 2F | 0 | 8 | DD | 4F | 3C |
| Octal | 111 | 174 | 352 | 105 | 57 | 0 | 10 | 335 | 117 | 74 |
| Binary | 1001001 | 1111100 | 11101010 | 1000101 | 101111 | 0 | 1000 | 11011101 | 1001111 | 111100 |
Color Harmonies of #497CEA
Complementary color
Monochromatic Colors of #497CEA
Black with #497CEA
Text Example
Text Example
White with #497CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CEA; }
p { color: rgb(73,124,234); }
H1.HeaderClassName
{
color: #497CEA;
}
.AnyTagClassName
{
color: #497CEA;
}
</style>
background-color css
<style>
a { background-color: #497CEA; }
a { background-color: rgb(73,124,234); }
div.DivClassName
{
background-color: #497CEA;
}
.BgClassName
{
background-color: #497CEA;
}
</style>
border-color css
<style>
span { border-color: #497CEA; }
span { border-color: rgb(73,124,234); }
td.TdClassName
{
border-color: #497CEA;
}
.TagClassName
{
border-color: #497CEA;
}
</style>