Shades of Royal Blue #4963EC
Tints of Royal Blue #4963EC
RGB
CMYK
RGB Variations
Color information
#4963EC (or 0x4963EC) is known color: Royal Blue. HEX triplet: 49, 63 and EC. RGB value is (73,99,236). Sum of RGB (Red+Green+Blue) = 73+99+236=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #4963EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4963EC is #B69C13. Grayscale: #6A6A6A. Windows color (decimal): -11967508 or 15491913. OLE color: 15491913.
HSL color Cylindrical-coordinate representation of color #4963EC: hue angle of 230.43º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4963EC is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 99 | 236 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.07 |
| HSL | 230.43º | 0.81% | 0.61% | - |
| HSV(B) | 230.43º | 0.69% | 0.93% | - |
| XYZ | 22.35 | 16.4 | 81.34 | - |
| YUV | 106.84 | 200.89 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 236 | 0.69 | 0.58 | 0 | 0.07 | 230.43 | 0.81 | 0.61 |
| Hex | 49 | 63 | EC | 45 | 3A | 0 | 7 | E6 | 51 | 3D |
| Octal | 111 | 143 | 354 | 105 | 72 | 0 | 7 | 346 | 121 | 75 |
| Binary | 1001001 | 1100011 | 11101100 | 1000101 | 111010 | 0 | 111 | 11100110 | 1010001 | 111101 |
Color Harmonies of #4963EC
Complementary color
Monochromatic Colors of #4963EC
Black with #4963EC
Text Example
Text Example
White with #4963EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963EC; }
p { color: rgb(73,99,236); }
H1.HeaderClassName
{
color: #4963EC;
}
.AnyTagClassName
{
color: #4963EC;
}
</style>
background-color css
<style>
a { background-color: #4963EC; }
a { background-color: rgb(73,99,236); }
div.DivClassName
{
background-color: #4963EC;
}
.BgClassName
{
background-color: #4963EC;
}
</style>
border-color css
<style>
span { border-color: #4963EC; }
span { border-color: rgb(73,99,236); }
td.TdClassName
{
border-color: #4963EC;
}
.TagClassName
{
border-color: #4963EC;
}
</style>