Shades of Royal Blue #496EFF
Tints of Royal Blue #496EFF
RGB
CMYK
RGB Variations
Color information
#496EFF (or 0x496EFF) is known color: Royal Blue. HEX triplet: 49, 6E and FF. RGB value is (73,110,255). Sum of RGB (Red+Green+Blue) = 73+110+255=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #496EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496EFF is #B69100. Grayscale: #727272. Windows color (decimal): -11964673 or 16739913. OLE color: 16739913.
HSL color Cylindrical-coordinate representation of color #496EFF: hue angle of 227.8º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496EFF is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 110 | 255 | - |
| CMYK | 0.71 | 0.57 | 0 | 0 |
| HSL | 227.8º | 1% | 0.64% | - |
| HSV(B) | 227.8º | 0.71% | 1% | - |
| XYZ | 26.37 | 19.79 | 97.04 | - |
| YUV | 115.47 | 206.74 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 255 | 0.71 | 0.57 | 0 | 0 | 227.8 | 1 | 0.64 |
| Hex | 49 | 6E | FF | 47 | 39 | 0 | 0 | E4 | 64 | 40 |
| Octal | 111 | 156 | 377 | 107 | 71 | 0 | 0 | 344 | 144 | 100 |
| Binary | 1001001 | 1101110 | 11111111 | 1000111 | 111001 | 0 | 0 | 11100100 | 1100100 | 1000000 |
Color Harmonies of #496EFF
Complementary color
Monochromatic Colors of #496EFF
Black with #496EFF
Text Example
Text Example
White with #496EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496EFF; }
p { color: rgb(73,110,255); }
H1.HeaderClassName
{
color: #496EFF;
}
.AnyTagClassName
{
color: #496EFF;
}
</style>
background-color css
<style>
a { background-color: #496EFF; }
a { background-color: rgb(73,110,255); }
div.DivClassName
{
background-color: #496EFF;
}
.BgClassName
{
background-color: #496EFF;
}
</style>
border-color css
<style>
span { border-color: #496EFF; }
span { border-color: rgb(73,110,255); }
td.TdClassName
{
border-color: #496EFF;
}
.TagClassName
{
border-color: #496EFF;
}
</style>