Shades of Royal Blue #496CE1
Tints of Royal Blue #496CE1
RGB
CMYK
RGB Variations
Color information
#496CE1 (or 0x496CE1) is known color: Royal Blue. HEX triplet: 49, 6C and E1. RGB value is (73,108,225). Sum of RGB (Red+Green+Blue) = 73+108+225=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #496CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CE1 is #B6931E. Grayscale: #6E6E6E. Windows color (decimal): -11965215 or 14773321. OLE color: 14773321.
HSL color Cylindrical-coordinate representation of color #496CE1: hue angle of 226.18º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496CE1 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 108 | 225 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.12 |
| HSL | 226.18º | 0.72% | 0.58% | - |
| HSV(B) | 226.18º | 0.68% | 0.88% | - |
| XYZ | 21.7 | 17.58 | 73.48 | - |
| YUV | 110.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 225 | 0.68 | 0.52 | 0 | 0.12 | 226.18 | 0.72 | 0.58 |
| Hex | 49 | 6C | E1 | 44 | 34 | 0 | C | E2 | 48 | 3A |
| Octal | 111 | 154 | 341 | 104 | 64 | 0 | 14 | 342 | 110 | 72 |
| Binary | 1001001 | 1101100 | 11100001 | 1000100 | 110100 | 0 | 1100 | 11100010 | 1001000 | 111010 |
Color Harmonies of #496CE1
Complementary color
Monochromatic Colors of #496CE1
Black with #496CE1
Text Example
Text Example
White with #496CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496CE1; }
p { color: rgb(73,108,225); }
H1.HeaderClassName
{
color: #496CE1;
}
.AnyTagClassName
{
color: #496CE1;
}
</style>
background-color css
<style>
a { background-color: #496CE1; }
a { background-color: rgb(73,108,225); }
div.DivClassName
{
background-color: #496CE1;
}
.BgClassName
{
background-color: #496CE1;
}
</style>
border-color css
<style>
span { border-color: #496CE1; }
span { border-color: rgb(73,108,225); }
td.TdClassName
{
border-color: #496CE1;
}
.TagClassName
{
border-color: #496CE1;
}
</style>