Shades of Royal Blue #497CE2
Tints of Royal Blue #497CE2
RGB
CMYK
RGB Variations
Color information
#497CE2 (or 0x497CE2) is known color: Royal Blue. HEX triplet: 49, 7C and E2. RGB value is (73,124,226). Sum of RGB (Red+Green+Blue) = 73+124+226=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #497CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CE2 is #B6831D. Grayscale: #777777. Windows color (decimal): -11961118 or 14842953. OLE color: 14842953.
HSL color Cylindrical-coordinate representation of color #497CE2: hue angle of 220º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497CE2 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 124 | 226 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.11 |
| HSL | 220º | 0.73% | 0.59% | - |
| HSV(B) | 220º | 0.68% | 0.89% | - |
| XYZ | 23.68 | 21.32 | 74.82 | - |
| YUV | 120.38 | 187.6 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 226 | 0.68 | 0.45 | 0 | 0.11 | 220 | 0.73 | 0.59 |
| Hex | 49 | 7C | E2 | 44 | 2D | 0 | B | DC | 49 | 3B |
| Octal | 111 | 174 | 342 | 104 | 55 | 0 | 13 | 334 | 111 | 73 |
| Binary | 1001001 | 1111100 | 11100010 | 1000100 | 101101 | 0 | 1011 | 11011100 | 1001001 | 111011 |
Color Harmonies of #497CE2
Complementary color
Monochromatic Colors of #497CE2
Black with #497CE2
Text Example
Text Example
White with #497CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CE2; }
p { color: rgb(73,124,226); }
H1.HeaderClassName
{
color: #497CE2;
}
.AnyTagClassName
{
color: #497CE2;
}
</style>
background-color css
<style>
a { background-color: #497CE2; }
a { background-color: rgb(73,124,226); }
div.DivClassName
{
background-color: #497CE2;
}
.BgClassName
{
background-color: #497CE2;
}
</style>
border-color css
<style>
span { border-color: #497CE2; }
span { border-color: rgb(73,124,226); }
td.TdClassName
{
border-color: #497CE2;
}
.TagClassName
{
border-color: #497CE2;
}
</style>