Shades of Royal Blue #496EE2
Tints of Royal Blue #496EE2
RGB
CMYK
RGB Variations
Color information
#496EE2 (or 0x496EE2) is known color: Royal Blue. HEX triplet: 49, 6E and E2. RGB value is (73,110,226). Sum of RGB (Red+Green+Blue) = 73+110+226=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 226 (88.67% from 255 or 55.26% from 409); Max value from RGB is 226 - color contains mainly: blue. Hex color #496EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EE2 is #B6911D. Grayscale: #6F6F6F. Windows color (decimal): -11964702 or 14839369. OLE color: 14839369.
HSL color Cylindrical-coordinate representation of color #496EE2: hue angle of 225.49º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496EE2 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 110 | 226 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.11 |
| HSL | 225.49º | 0.73% | 0.59% | - |
| HSV(B) | 225.49º | 0.68% | 0.89% | - |
| XYZ | 22.05 | 18.06 | 74.28 | - |
| YUV | 112.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 226 | 0.68 | 0.51 | 0 | 0.11 | 225.49 | 0.73 | 0.59 |
| Hex | 49 | 6E | E2 | 44 | 33 | 0 | B | E1 | 49 | 3B |
| Octal | 111 | 156 | 342 | 104 | 63 | 0 | 13 | 341 | 111 | 73 |
| Binary | 1001001 | 1101110 | 11100010 | 1000100 | 110011 | 0 | 1011 | 11100001 | 1001001 | 111011 |
Color Harmonies of #496EE2
Complementary color
Monochromatic Colors of #496EE2
Black with #496EE2
Text Example
Text Example
White with #496EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496EE2; }
p { color: rgb(73,110,226); }
H1.HeaderClassName
{
color: #496EE2;
}
.AnyTagClassName
{
color: #496EE2;
}
</style>
background-color css
<style>
a { background-color: #496EE2; }
a { background-color: rgb(73,110,226); }
div.DivClassName
{
background-color: #496EE2;
}
.BgClassName
{
background-color: #496EE2;
}
</style>
border-color css
<style>
span { border-color: #496EE2; }
span { border-color: rgb(73,110,226); }
td.TdClassName
{
border-color: #496EE2;
}
.TagClassName
{
border-color: #496EE2;
}
</style>