Shades of Royal Blue #496BFB
Tints of Royal Blue #496BFB
RGB
CMYK
RGB Variations
Color information
#496BFB (or 0x496BFB) is known color: Royal Blue. HEX triplet: 49, 6B and FB. RGB value is (73,107,251). Sum of RGB (Red+Green+Blue) = 73+107+251=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #496BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496BFB is #B69404. Grayscale: #707070. Windows color (decimal): -11965445 or 16477001. OLE color: 16477001.
HSL color Cylindrical-coordinate representation of color #496BFB: hue angle of 228.54º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496BFB is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 107 | 251 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.02 |
| HSL | 228.54º | 0.96% | 0.64% | - |
| HSV(B) | 228.54º | 0.71% | 0.98% | - |
| XYZ | 25.42 | 18.9 | 93.57 | - |
| YUV | 113.25 | 205.74 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 251 | 0.71 | 0.57 | 0 | 0.02 | 228.54 | 0.96 | 0.64 |
| Hex | 49 | 6B | FB | 47 | 39 | 0 | 2 | E5 | 60 | 40 |
| Octal | 111 | 153 | 373 | 107 | 71 | 0 | 2 | 345 | 140 | 100 |
| Binary | 1001001 | 1101011 | 11111011 | 1000111 | 111001 | 0 | 10 | 11100101 | 1100000 | 1000000 |
Color Harmonies of #496BFB
Complementary color
Monochromatic Colors of #496BFB
Black with #496BFB
Text Example
Text Example
White with #496BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496BFB; }
p { color: rgb(73,107,251); }
H1.HeaderClassName
{
color: #496BFB;
}
.AnyTagClassName
{
color: #496BFB;
}
</style>
background-color css
<style>
a { background-color: #496BFB; }
a { background-color: rgb(73,107,251); }
div.DivClassName
{
background-color: #496BFB;
}
.BgClassName
{
background-color: #496BFB;
}
</style>
border-color css
<style>
span { border-color: #496BFB; }
span { border-color: rgb(73,107,251); }
td.TdClassName
{
border-color: #496BFB;
}
.TagClassName
{
border-color: #496BFB;
}
</style>