Shades of Royal Blue #497EE8
Tints of Royal Blue #497EE8
RGB
CMYK
RGB Variations
Color information
#497EE8 (or 0x497EE8) is known color: Royal Blue. HEX triplet: 49, 7E and E8. RGB value is (73,126,232). Sum of RGB (Red+Green+Blue) = 73+126+232=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #497EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497EE8 is #B68117. Grayscale: #797979. Windows color (decimal): -11960600 or 15236681. OLE color: 15236681.
HSL color Cylindrical-coordinate representation of color #497EE8: hue angle of 220º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497EE8 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 126 | 232 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.09 |
| HSL | 220º | 0.78% | 0.6% | - |
| HSV(B) | 220º | 0.69% | 0.91% | - |
| XYZ | 24.77 | 22.16 | 79.32 | - |
| YUV | 122.24 | 189.94 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 232 | 0.69 | 0.46 | 0 | 0.09 | 220 | 0.78 | 0.6 |
| Hex | 49 | 7E | E8 | 45 | 2E | 0 | 9 | DC | 4E | 3C |
| Octal | 111 | 176 | 350 | 105 | 56 | 0 | 11 | 334 | 116 | 74 |
| Binary | 1001001 | 1111110 | 11101000 | 1000101 | 101110 | 0 | 1001 | 11011100 | 1001110 | 111100 |
Color Harmonies of #497EE8
Complementary color
Monochromatic Colors of #497EE8
Black with #497EE8
Text Example
Text Example
White with #497EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EE8; }
p { color: rgb(73,126,232); }
H1.HeaderClassName
{
color: #497EE8;
}
.AnyTagClassName
{
color: #497EE8;
}
</style>
background-color css
<style>
a { background-color: #497EE8; }
a { background-color: rgb(73,126,232); }
div.DivClassName
{
background-color: #497EE8;
}
.BgClassName
{
background-color: #497EE8;
}
</style>
border-color css
<style>
span { border-color: #497EE8; }
span { border-color: rgb(73,126,232); }
td.TdClassName
{
border-color: #497EE8;
}
.TagClassName
{
border-color: #497EE8;
}
</style>