Shades of Royal Blue #497AEB
Tints of Royal Blue #497AEB
RGB
CMYK
RGB Variations
Color information
#497AEB (or 0x497AEB) is known color: Royal Blue. HEX triplet: 49, 7A and EB. RGB value is (73,122,235). Sum of RGB (Red+Green+Blue) = 73+122+235=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #497AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AEB is #B68514. Grayscale: #777777. Windows color (decimal): -11961621 or 15432265. OLE color: 15432265.
HSL color Cylindrical-coordinate representation of color #497AEB: hue angle of 221.85º 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 #497AEB is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 122 | 235 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.08 |
| HSL | 221.85º | 0.8% | 0.6% | - |
| HSV(B) | 221.85º | 0.69% | 0.92% | - |
| XYZ | 24.7 | 21.33 | 81.41 | - |
| YUV | 120.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 235 | 0.69 | 0.48 | 0 | 0.08 | 221.85 | 0.8 | 0.6 |
| Hex | 49 | 7A | EB | 45 | 30 | 0 | 8 | DE | 50 | 3C |
| Octal | 111 | 172 | 353 | 105 | 60 | 0 | 10 | 336 | 120 | 74 |
| Binary | 1001001 | 1111010 | 11101011 | 1000101 | 110000 | 0 | 1000 | 11011110 | 1010000 | 111100 |
Color Harmonies of #497AEB
Complementary color
Monochromatic Colors of #497AEB
Black with #497AEB
Text Example
Text Example
White with #497AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AEB; }
p { color: rgb(73,122,235); }
H1.HeaderClassName
{
color: #497AEB;
}
.AnyTagClassName
{
color: #497AEB;
}
</style>
background-color css
<style>
a { background-color: #497AEB; }
a { background-color: rgb(73,122,235); }
div.DivClassName
{
background-color: #497AEB;
}
.BgClassName
{
background-color: #497AEB;
}
</style>
border-color css
<style>
span { border-color: #497AEB; }
span { border-color: rgb(73,122,235); }
td.TdClassName
{
border-color: #497AEB;
}
.TagClassName
{
border-color: #497AEB;
}
</style>