Shades of Royal Blue #496EFC
Tints of Royal Blue #496EFC
RGB
CMYK
RGB Variations
Color information
#496EFC (or 0x496EFC) is known color: Royal Blue. HEX triplet: 49, 6E and FC. RGB value is (73,110,252). Sum of RGB (Red+Green+Blue) = 73+110+252=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #496EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496EFC is #B69103. Grayscale: #727272. Windows color (decimal): -11964676 or 16543305. OLE color: 16543305.
HSL color Cylindrical-coordinate representation of color #496EFC: hue angle of 227.6º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496EFC is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 110 | 252 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.01 |
| HSL | 227.6º | 0.97% | 0.64% | - |
| HSV(B) | 227.6º | 0.71% | 0.99% | - |
| XYZ | 25.89 | 19.6 | 94.51 | - |
| YUV | 115.13 | 205.24 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 252 | 0.71 | 0.56 | 0 | 0.01 | 227.6 | 0.97 | 0.64 |
| Hex | 49 | 6E | FC | 47 | 38 | 0 | 1 | E4 | 61 | 40 |
| Octal | 111 | 156 | 374 | 107 | 70 | 0 | 1 | 344 | 141 | 100 |
| Binary | 1001001 | 1101110 | 11111100 | 1000111 | 111000 | 0 | 1 | 11100100 | 1100001 | 1000000 |
Color Harmonies of #496EFC
Complementary color
Monochromatic Colors of #496EFC
Black with #496EFC
Text Example
Text Example
White with #496EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496EFC; }
p { color: rgb(73,110,252); }
H1.HeaderClassName
{
color: #496EFC;
}
.AnyTagClassName
{
color: #496EFC;
}
</style>
background-color css
<style>
a { background-color: #496EFC; }
a { background-color: rgb(73,110,252); }
div.DivClassName
{
background-color: #496EFC;
}
.BgClassName
{
background-color: #496EFC;
}
</style>
border-color css
<style>
span { border-color: #496EFC; }
span { border-color: rgb(73,110,252); }
td.TdClassName
{
border-color: #496EFC;
}
.TagClassName
{
border-color: #496EFC;
}
</style>