Shades of Royal Blue #496DFE
Tints of Royal Blue #496DFE
RGB
CMYK
RGB Variations
Color information
#496DFE (or 0x496DFE) is known color: Royal Blue. HEX triplet: 49, 6D and FE. RGB value is (73,109,254). Sum of RGB (Red+Green+Blue) = 73+109+254=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #496DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496DFE is #B69201. Grayscale: #727272. Windows color (decimal): -11964930 or 16674121. OLE color: 16674121.
HSL color Cylindrical-coordinate representation of color #496DFE: hue angle of 228.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496DFE is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 109 | 254 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.00 |
| HSL | 228.07º | 0.99% | 0.64% | - |
| HSV(B) | 228.07º | 0.71% | 1% | - |
| XYZ | 26.11 | 19.51 | 96.16 | - |
| YUV | 114.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 254 | 0.71 | 0.57 | 0 | 0.00 | 228.07 | 0.99 | 0.64 |
| Hex | 49 | 6D | FE | 47 | 39 | 0 | 0 | E4 | 63 | 40 |
| Octal | 111 | 155 | 376 | 107 | 71 | 0 | 0 | 344 | 143 | 100 |
| Binary | 1001001 | 1101101 | 11111110 | 1000111 | 111001 | 0 | 0 | 11100100 | 1100011 | 1000000 |
Color Harmonies of #496DFE
Complementary color
Monochromatic Colors of #496DFE
Black with #496DFE
Text Example
Text Example
White with #496DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496DFE; }
p { color: rgb(73,109,254); }
H1.HeaderClassName
{
color: #496DFE;
}
.AnyTagClassName
{
color: #496DFE;
}
</style>
background-color css
<style>
a { background-color: #496DFE; }
a { background-color: rgb(73,109,254); }
div.DivClassName
{
background-color: #496DFE;
}
.BgClassName
{
background-color: #496DFE;
}
</style>
border-color css
<style>
span { border-color: #496DFE; }
span { border-color: rgb(73,109,254); }
td.TdClassName
{
border-color: #496DFE;
}
.TagClassName
{
border-color: #496DFE;
}
</style>