Shades of Royal Blue #496DF6
Tints of Royal Blue #496DF6
RGB
CMYK
RGB Variations
Color information
#496DF6 (or 0x496DF6) is known color: Royal Blue. HEX triplet: 49, 6D and F6. RGB value is (73,109,246). Sum of RGB (Red+Green+Blue) = 73+109+246=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 246 (96.48% from 255 or 57.48% from 428); Max value from RGB is 246 - color contains mainly: blue. Hex color #496DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496DF6 is #B69209. Grayscale: #717171. Windows color (decimal): -11964938 or 16149833. OLE color: 16149833.
HSL color Cylindrical-coordinate representation of color #496DF6: hue angle of 227.51º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #496DF6 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 109 | 246 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.04 |
| HSL | 227.51º | 0.91% | 0.63% | - |
| HSV(B) | 227.51º | 0.7% | 0.96% | - |
| XYZ | 24.85 | 19.01 | 89.55 | - |
| YUV | 113.85 | 202.57 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 246 | 0.70 | 0.56 | 0 | 0.04 | 227.51 | 0.91 | 0.63 |
| Hex | 49 | 6D | F6 | 46 | 38 | 0 | 4 | E4 | 5B | 3F |
| Octal | 111 | 155 | 366 | 106 | 70 | 0 | 4 | 344 | 133 | 77 |
| Binary | 1001001 | 1101101 | 11110110 | 1000110 | 111000 | 0 | 100 | 11100100 | 1011011 | 111111 |
Color Harmonies of #496DF6
Complementary color
Monochromatic Colors of #496DF6
Black with #496DF6
Text Example
Text Example
White with #496DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496DF6; }
p { color: rgb(73,109,246); }
H1.HeaderClassName
{
color: #496DF6;
}
.AnyTagClassName
{
color: #496DF6;
}
</style>
background-color css
<style>
a { background-color: #496DF6; }
a { background-color: rgb(73,109,246); }
div.DivClassName
{
background-color: #496DF6;
}
.BgClassName
{
background-color: #496DF6;
}
</style>
border-color css
<style>
span { border-color: #496DF6; }
span { border-color: rgb(73,109,246); }
td.TdClassName
{
border-color: #496DF6;
}
.TagClassName
{
border-color: #496DF6;
}
</style>