Shades of Royal Blue #496BFC
Tints of Royal Blue #496BFC
RGB
CMYK
RGB Variations
Color information
#496BFC (or 0x496BFC) is known color: Royal Blue. HEX triplet: 49, 6B and FC. RGB value is (73,107,252). Sum of RGB (Red+Green+Blue) = 73+107+252=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #496BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496BFC is #B69403. Grayscale: #707070. Windows color (decimal): -11965444 or 16542537. OLE color: 16542537.
HSL color Cylindrical-coordinate representation of color #496BFC: hue angle of 228.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 #496BFC is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 107 | 252 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.01 |
| HSL | 228.6º | 0.97% | 0.64% | - |
| HSV(B) | 228.6º | 0.71% | 0.99% | - |
| XYZ | 25.58 | 18.96 | 94.41 | - |
| YUV | 113.36 | 206.24 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 252 | 0.71 | 0.58 | 0 | 0.01 | 228.6 | 0.97 | 0.64 |
| Hex | 49 | 6B | FC | 47 | 3A | 0 | 1 | E5 | 61 | 40 |
| Octal | 111 | 153 | 374 | 107 | 72 | 0 | 1 | 345 | 141 | 100 |
| Binary | 1001001 | 1101011 | 11111100 | 1000111 | 111010 | 0 | 1 | 11100101 | 1100001 | 1000000 |
Color Harmonies of #496BFC
Complementary color
Monochromatic Colors of #496BFC
Black with #496BFC
Text Example
Text Example
White with #496BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496BFC; }
p { color: rgb(73,107,252); }
H1.HeaderClassName
{
color: #496BFC;
}
.AnyTagClassName
{
color: #496BFC;
}
</style>
background-color css
<style>
a { background-color: #496BFC; }
a { background-color: rgb(73,107,252); }
div.DivClassName
{
background-color: #496BFC;
}
.BgClassName
{
background-color: #496BFC;
}
</style>
border-color css
<style>
span { border-color: #496BFC; }
span { border-color: rgb(73,107,252); }
td.TdClassName
{
border-color: #496BFC;
}
.TagClassName
{
border-color: #496BFC;
}
</style>