Shades of Royal Blue #497CE5
Tints of Royal Blue #497CE5
RGB
CMYK
RGB Variations
Color information
#497CE5 (or 0x497CE5) is known color: Royal Blue. HEX triplet: 49, 7C and E5. RGB value is (73,124,229). Sum of RGB (Red+Green+Blue) = 73+124+229=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #497CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CE5 is #B6831A. Grayscale: #787878. Windows color (decimal): -11961115 or 15039561. OLE color: 15039561.
HSL color Cylindrical-coordinate representation of color #497CE5: hue angle of 220.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #497CE5 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 124 | 229 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.10 |
| HSL | 220.38º | 0.75% | 0.59% | - |
| HSV(B) | 220.38º | 0.68% | 0.9% | - |
| XYZ | 24.1 | 21.49 | 77.01 | - |
| YUV | 120.72 | 189.1 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 229 | 0.68 | 0.46 | 0 | 0.10 | 220.38 | 0.75 | 0.59 |
| Hex | 49 | 7C | E5 | 44 | 2E | 0 | A | DC | 4B | 3B |
| Octal | 111 | 174 | 345 | 104 | 56 | 0 | 12 | 334 | 113 | 73 |
| Binary | 1001001 | 1111100 | 11100101 | 1000100 | 101110 | 0 | 1010 | 11011100 | 1001011 | 111011 |
Color Harmonies of #497CE5
Complementary color
Monochromatic Colors of #497CE5
Black with #497CE5
Text Example
Text Example
White with #497CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CE5; }
p { color: rgb(73,124,229); }
H1.HeaderClassName
{
color: #497CE5;
}
.AnyTagClassName
{
color: #497CE5;
}
</style>
background-color css
<style>
a { background-color: #497CE5; }
a { background-color: rgb(73,124,229); }
div.DivClassName
{
background-color: #497CE5;
}
.BgClassName
{
background-color: #497CE5;
}
</style>
border-color css
<style>
span { border-color: #497CE5; }
span { border-color: rgb(73,124,229); }
td.TdClassName
{
border-color: #497CE5;
}
.TagClassName
{
border-color: #497CE5;
}
</style>