Shades of Royal Blue #497BE2
Tints of Royal Blue #497BE2
RGB
CMYK
RGB Variations
Color information
#497BE2 (or 0x497BE2) is known color: Royal Blue. HEX triplet: 49, 7B and E2. RGB value is (73,123,226). Sum of RGB (Red+Green+Blue) = 73+123+226=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #497BE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BE2 is #B6841D. Grayscale: #777777. Windows color (decimal): -11961374 or 14842697. OLE color: 14842697.
HSL color Cylindrical-coordinate representation of color #497BE2: hue angle of 220.39º 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 #497BE2 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 123 | 226 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.11 |
| HSL | 220.39º | 0.73% | 0.59% | - |
| HSV(B) | 220.39º | 0.68% | 0.89% | - |
| XYZ | 23.56 | 21.07 | 74.78 | - |
| YUV | 119.79 | 187.94 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 226 | 0.68 | 0.46 | 0 | 0.11 | 220.39 | 0.73 | 0.59 |
| Hex | 49 | 7B | E2 | 44 | 2E | 0 | B | DC | 49 | 3B |
| Octal | 111 | 173 | 342 | 104 | 56 | 0 | 13 | 334 | 111 | 73 |
| Binary | 1001001 | 1111011 | 11100010 | 1000100 | 101110 | 0 | 1011 | 11011100 | 1001001 | 111011 |
Color Harmonies of #497BE2
Complementary color
Monochromatic Colors of #497BE2
Black with #497BE2
Text Example
Text Example
White with #497BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BE2; }
p { color: rgb(73,123,226); }
H1.HeaderClassName
{
color: #497BE2;
}
.AnyTagClassName
{
color: #497BE2;
}
</style>
background-color css
<style>
a { background-color: #497BE2; }
a { background-color: rgb(73,123,226); }
div.DivClassName
{
background-color: #497BE2;
}
.BgClassName
{
background-color: #497BE2;
}
</style>
border-color css
<style>
span { border-color: #497BE2; }
span { border-color: rgb(73,123,226); }
td.TdClassName
{
border-color: #497BE2;
}
.TagClassName
{
border-color: #497BE2;
}
</style>