Shades of Royal Blue #497FEB
Tints of Royal Blue #497FEB
RGB
CMYK
RGB Variations
Color information
#497FEB (or 0x497FEB) is known color: Royal Blue. HEX triplet: 49, 7F and EB. RGB value is (73,127,235). Sum of RGB (Red+Green+Blue) = 73+127+235=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #497FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497FEB is #B68014. Grayscale: #7A7A7A. Windows color (decimal): -11960341 or 15433545. OLE color: 15433545.
HSL color Cylindrical-coordinate representation of color #497FEB: hue angle of 220º 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 #497FEB is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 127 | 235 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.08 |
| HSL | 220º | 0.8% | 0.6% | - |
| HSV(B) | 220º | 0.69% | 0.92% | - |
| XYZ | 25.33 | 22.59 | 81.62 | - |
| YUV | 123.17 | 191.11 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 235 | 0.69 | 0.46 | 0 | 0.08 | 220 | 0.8 | 0.6 |
| Hex | 49 | 7F | EB | 45 | 2E | 0 | 8 | DC | 50 | 3C |
| Octal | 111 | 177 | 353 | 105 | 56 | 0 | 10 | 334 | 120 | 74 |
| Binary | 1001001 | 1111111 | 11101011 | 1000101 | 101110 | 0 | 1000 | 11011100 | 1010000 | 111100 |
Color Harmonies of #497FEB
Complementary color
Monochromatic Colors of #497FEB
Black with #497FEB
Text Example
Text Example
White with #497FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FEB; }
p { color: rgb(73,127,235); }
H1.HeaderClassName
{
color: #497FEB;
}
.AnyTagClassName
{
color: #497FEB;
}
</style>
background-color css
<style>
a { background-color: #497FEB; }
a { background-color: rgb(73,127,235); }
div.DivClassName
{
background-color: #497FEB;
}
.BgClassName
{
background-color: #497FEB;
}
</style>
border-color css
<style>
span { border-color: #497FEB; }
span { border-color: rgb(73,127,235); }
td.TdClassName
{
border-color: #497FEB;
}
.TagClassName
{
border-color: #497FEB;
}
</style>