Shades of Royal Blue #4963EF
Tints of Royal Blue #4963EF
RGB
CMYK
RGB Variations
Color information
#4963EF (or 0x4963EF) is known color: Royal Blue. HEX triplet: 49, 63 and EF. RGB value is (73,99,239). Sum of RGB (Red+Green+Blue) = 73+99+239=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #4963EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4963EF is #B69C10. Grayscale: #6A6A6A. Windows color (decimal): -11967505 or 15688521. OLE color: 15688521.
HSL color Cylindrical-coordinate representation of color #4963EF: hue angle of 230.6º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4963EF is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 99 | 239 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.06 |
| HSL | 230.6º | 0.84% | 0.61% | - |
| HSV(B) | 230.6º | 0.69% | 0.94% | - |
| XYZ | 22.79 | 16.57 | 83.66 | - |
| YUV | 107.19 | 202.39 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 239 | 0.69 | 0.59 | 0 | 0.06 | 230.6 | 0.84 | 0.61 |
| Hex | 49 | 63 | EF | 45 | 3B | 0 | 6 | E7 | 54 | 3D |
| Octal | 111 | 143 | 357 | 105 | 73 | 0 | 6 | 347 | 124 | 75 |
| Binary | 1001001 | 1100011 | 11101111 | 1000101 | 111011 | 0 | 110 | 11100111 | 1010100 | 111101 |
Color Harmonies of #4963EF
Complementary color
Monochromatic Colors of #4963EF
Black with #4963EF
Text Example
Text Example
White with #4963EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963EF; }
p { color: rgb(73,99,239); }
H1.HeaderClassName
{
color: #4963EF;
}
.AnyTagClassName
{
color: #4963EF;
}
</style>
background-color css
<style>
a { background-color: #4963EF; }
a { background-color: rgb(73,99,239); }
div.DivClassName
{
background-color: #4963EF;
}
.BgClassName
{
background-color: #4963EF;
}
</style>
border-color css
<style>
span { border-color: #4963EF; }
span { border-color: rgb(73,99,239); }
td.TdClassName
{
border-color: #4963EF;
}
.TagClassName
{
border-color: #4963EF;
}
</style>