Shades of Royal Blue #497EEB
Tints of Royal Blue #497EEB
RGB
CMYK
RGB Variations
Color information
#497EEB (or 0x497EEB) is known color: Royal Blue. HEX triplet: 49, 7E and EB. RGB value is (73,126,235). Sum of RGB (Red+Green+Blue) = 73+126+235=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #497EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497EEB is #B68114. Grayscale: #7A7A7A. Windows color (decimal): -11960597 or 15433289. OLE color: 15433289.
HSL color Cylindrical-coordinate representation of color #497EEB: hue angle of 220.37º degrees, saturation: 0.8, 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 #497EEB is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 126 | 235 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.08 |
| HSL | 220.37º | 0.8% | 0.6% | - |
| HSV(B) | 220.37º | 0.69% | 0.92% | - |
| XYZ | 25.2 | 22.34 | 81.58 | - |
| YUV | 122.58 | 191.44 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 235 | 0.69 | 0.46 | 0 | 0.08 | 220.37 | 0.8 | 0.6 |
| Hex | 49 | 7E | EB | 45 | 2E | 0 | 8 | DC | 50 | 3C |
| Octal | 111 | 176 | 353 | 105 | 56 | 0 | 10 | 334 | 120 | 74 |
| Binary | 1001001 | 1111110 | 11101011 | 1000101 | 101110 | 0 | 1000 | 11011100 | 1010000 | 111100 |
Color Harmonies of #497EEB
Complementary color
Monochromatic Colors of #497EEB
Black with #497EEB
Text Example
Text Example
White with #497EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EEB; }
p { color: rgb(73,126,235); }
H1.HeaderClassName
{
color: #497EEB;
}
.AnyTagClassName
{
color: #497EEB;
}
</style>
background-color css
<style>
a { background-color: #497EEB; }
a { background-color: rgb(73,126,235); }
div.DivClassName
{
background-color: #497EEB;
}
.BgClassName
{
background-color: #497EEB;
}
</style>
border-color css
<style>
span { border-color: #497EEB; }
span { border-color: rgb(73,126,235); }
td.TdClassName
{
border-color: #497EEB;
}
.TagClassName
{
border-color: #497EEB;
}
</style>