Shades of Royal Blue #496ADF
Tints of Royal Blue #496ADF
RGB
CMYK
RGB Variations
Color information
#496ADF (or 0x496ADF) is known color: Royal Blue. HEX triplet: 49, 6A and DF. RGB value is (73,106,223). Sum of RGB (Red+Green+Blue) = 73+106+223=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #496ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ADF is #B69520. Grayscale: #6C6C6C. Windows color (decimal): -11965729 or 14641737. OLE color: 14641737.
HSL color Cylindrical-coordinate representation of color #496ADF: hue angle of 226.8º 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 #496ADF is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 106 | 223 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.13 |
| HSL | 226.8º | 0.7% | 0.58% | - |
| HSV(B) | 226.8º | 0.67% | 0.87% | - |
| XYZ | 21.22 | 17.05 | 71.98 | - |
| YUV | 109.47 | 192.07 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 223 | 0.67 | 0.52 | 0 | 0.13 | 226.8 | 0.7 | 0.58 |
| Hex | 49 | 6A | DF | 43 | 34 | 0 | D | E3 | 46 | 3A |
| Octal | 111 | 152 | 337 | 103 | 64 | 0 | 15 | 343 | 106 | 72 |
| Binary | 1001001 | 1101010 | 11011111 | 1000011 | 110100 | 0 | 1101 | 11100011 | 1000110 | 111010 |
Color Harmonies of #496ADF
Complementary color
Monochromatic Colors of #496ADF
Black with #496ADF
Text Example
Text Example
White with #496ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496ADF; }
p { color: rgb(73,106,223); }
H1.HeaderClassName
{
color: #496ADF;
}
.AnyTagClassName
{
color: #496ADF;
}
</style>
background-color css
<style>
a { background-color: #496ADF; }
a { background-color: rgb(73,106,223); }
div.DivClassName
{
background-color: #496ADF;
}
.BgClassName
{
background-color: #496ADF;
}
</style>
border-color css
<style>
span { border-color: #496ADF; }
span { border-color: rgb(73,106,223); }
td.TdClassName
{
border-color: #496ADF;
}
.TagClassName
{
border-color: #496ADF;
}
</style>