Shades of Royal Blue #496DDA
Tints of Royal Blue #496DDA
RGB
CMYK
RGB Variations
Color information
#496DDA (or 0x496DDA) is known color: Royal Blue. HEX triplet: 49, 6D and DA. RGB value is (73,109,218). Sum of RGB (Red+Green+Blue) = 73+109+218=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #496DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DDA is #B69225. Grayscale: #6E6E6E. Windows color (decimal): -11964966 or 14314825. OLE color: 14314825.
HSL color Cylindrical-coordinate representation of color #496DDA: hue angle of 225.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496DDA is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 109 | 218 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.15 |
| HSL | 225.1º | 0.66% | 0.57% | - |
| HSV(B) | 225.1º | 0.67% | 0.85% | - |
| XYZ | 20.87 | 17.42 | 68.59 | - |
| YUV | 110.66 | 188.57 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 218 | 0.67 | 0.5 | 0 | 0.15 | 225.1 | 0.66 | 0.57 |
| Hex | 49 | 6D | DA | 43 | 32 | 0 | F | E1 | 42 | 39 |
| Octal | 111 | 155 | 332 | 103 | 62 | 0 | 17 | 341 | 102 | 71 |
| Binary | 1001001 | 1101101 | 11011010 | 1000011 | 110010 | 0 | 1111 | 11100001 | 1000010 | 111001 |
Color Harmonies of #496DDA
Complementary color
Monochromatic Colors of #496DDA
Black with #496DDA
Text Example
Text Example
White with #496DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496DDA; }
p { color: rgb(73,109,218); }
H1.HeaderClassName
{
color: #496DDA;
}
.AnyTagClassName
{
color: #496DDA;
}
</style>
background-color css
<style>
a { background-color: #496DDA; }
a { background-color: rgb(73,109,218); }
div.DivClassName
{
background-color: #496DDA;
}
.BgClassName
{
background-color: #496DDA;
}
</style>
border-color css
<style>
span { border-color: #496DDA; }
span { border-color: rgb(73,109,218); }
td.TdClassName
{
border-color: #496DDA;
}
.TagClassName
{
border-color: #496DDA;
}
</style>