Shades of Royal Blue #497BEB
Tints of Royal Blue #497BEB
RGB
CMYK
RGB Variations
Color information
#497BEB (or 0x497BEB) is known color: Royal Blue. HEX triplet: 49, 7B and EB. RGB value is (73,123,235). Sum of RGB (Red+Green+Blue) = 73+123+235=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #497BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497BEB is #B68414. Grayscale: #787878. Windows color (decimal): -11961365 or 15432521. OLE color: 15432521.
HSL color Cylindrical-coordinate representation of color #497BEB: hue angle of 221.48º 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 #497BEB is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 123 | 235 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.08 |
| HSL | 221.48º | 0.8% | 0.6% | - |
| HSV(B) | 221.48º | 0.69% | 0.92% | - |
| XYZ | 24.83 | 21.58 | 81.45 | - |
| YUV | 120.82 | 192.44 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 235 | 0.69 | 0.48 | 0 | 0.08 | 221.48 | 0.8 | 0.6 |
| Hex | 49 | 7B | EB | 45 | 30 | 0 | 8 | DD | 50 | 3C |
| Octal | 111 | 173 | 353 | 105 | 60 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1001001 | 1111011 | 11101011 | 1000101 | 110000 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #497BEB
Complementary color
Monochromatic Colors of #497BEB
Black with #497BEB
Text Example
Text Example
White with #497BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BEB; }
p { color: rgb(73,123,235); }
H1.HeaderClassName
{
color: #497BEB;
}
.AnyTagClassName
{
color: #497BEB;
}
</style>
background-color css
<style>
a { background-color: #497BEB; }
a { background-color: rgb(73,123,235); }
div.DivClassName
{
background-color: #497BEB;
}
.BgClassName
{
background-color: #497BEB;
}
</style>
border-color css
<style>
span { border-color: #497BEB; }
span { border-color: rgb(73,123,235); }
td.TdClassName
{
border-color: #497BEB;
}
.TagClassName
{
border-color: #497BEB;
}
</style>