Shades of Royal Blue #496EE6
Tints of Royal Blue #496EE6
RGB
CMYK
RGB Variations
Color information
#496EE6 (or 0x496EE6) is known color: Royal Blue. HEX triplet: 49, 6E and E6. RGB value is (73,110,230). Sum of RGB (Red+Green+Blue) = 73+110+230=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #496EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496EE6 is #B69119. Grayscale: #707070. Windows color (decimal): -11964698 or 15101513. OLE color: 15101513.
HSL color Cylindrical-coordinate representation of color #496EE6: hue angle of 225.86º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496EE6 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 110 | 230 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.10 |
| HSL | 225.86º | 0.76% | 0.59% | - |
| HSV(B) | 225.86º | 0.68% | 0.9% | - |
| XYZ | 22.61 | 18.28 | 77.2 | - |
| YUV | 112.62 | 194.24 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 230 | 0.68 | 0.52 | 0 | 0.10 | 225.86 | 0.76 | 0.59 |
| Hex | 49 | 6E | E6 | 44 | 34 | 0 | A | E2 | 4C | 3B |
| Octal | 111 | 156 | 346 | 104 | 64 | 0 | 12 | 342 | 114 | 73 |
| Binary | 1001001 | 1101110 | 11100110 | 1000100 | 110100 | 0 | 1010 | 11100010 | 1001100 | 111011 |
Color Harmonies of #496EE6
Complementary color
Monochromatic Colors of #496EE6
Black with #496EE6
Text Example
Text Example
White with #496EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496EE6; }
p { color: rgb(73,110,230); }
H1.HeaderClassName
{
color: #496EE6;
}
.AnyTagClassName
{
color: #496EE6;
}
</style>
background-color css
<style>
a { background-color: #496EE6; }
a { background-color: rgb(73,110,230); }
div.DivClassName
{
background-color: #496EE6;
}
.BgClassName
{
background-color: #496EE6;
}
</style>
border-color css
<style>
span { border-color: #496EE6; }
span { border-color: rgb(73,110,230); }
td.TdClassName
{
border-color: #496EE6;
}
.TagClassName
{
border-color: #496EE6;
}
</style>