Shades of Royal Blue #496DDF
Tints of Royal Blue #496DDF
RGB
CMYK
RGB Variations
Color information
#496DDF (or 0x496DDF) is known color: Royal Blue. HEX triplet: 49, 6D and DF. RGB value is (73,109,223). Sum of RGB (Red+Green+Blue) = 73+109+223=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #496DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DDF is #B69220. Grayscale: #6E6E6E. Windows color (decimal): -11964961 or 14642505. OLE color: 14642505.
HSL color Cylindrical-coordinate representation of color #496DDF: hue angle of 225.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496DDF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 109 | 223 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.13 |
| HSL | 225.6º | 0.7% | 0.58% | - |
| HSV(B) | 225.6º | 0.67% | 0.87% | - |
| XYZ | 21.54 | 17.68 | 72.09 | - |
| YUV | 111.23 | 191.07 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 223 | 0.67 | 0.51 | 0 | 0.13 | 225.6 | 0.7 | 0.58 |
| Hex | 49 | 6D | DF | 43 | 33 | 0 | D | E2 | 46 | 3A |
| Octal | 111 | 155 | 337 | 103 | 63 | 0 | 15 | 342 | 106 | 72 |
| Binary | 1001001 | 1101101 | 11011111 | 1000011 | 110011 | 0 | 1101 | 11100010 | 1000110 | 111010 |
Color Harmonies of #496DDF
Complementary color
Monochromatic Colors of #496DDF
Black with #496DDF
Text Example
Text Example
White with #496DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496DDF; }
p { color: rgb(73,109,223); }
H1.HeaderClassName
{
color: #496DDF;
}
.AnyTagClassName
{
color: #496DDF;
}
</style>
background-color css
<style>
a { background-color: #496DDF; }
a { background-color: rgb(73,109,223); }
div.DivClassName
{
background-color: #496DDF;
}
.BgClassName
{
background-color: #496DDF;
}
</style>
border-color css
<style>
span { border-color: #496DDF; }
span { border-color: rgb(73,109,223); }
td.TdClassName
{
border-color: #496DDF;
}
.TagClassName
{
border-color: #496DDF;
}
</style>