Shades of Royal Blue #4963EE
Tints of Royal Blue #4963EE
RGB
CMYK
RGB Variations
Color information
#4963EE (or 0x4963EE) is known color: Royal Blue. HEX triplet: 49, 63 and EE. RGB value is (73,99,238). Sum of RGB (Red+Green+Blue) = 73+99+238=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #4963EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4963EE is #B69C11. Grayscale: #6A6A6A. Windows color (decimal): -11967506 or 15622985. OLE color: 15622985.
HSL color Cylindrical-coordinate representation of color #4963EE: hue angle of 230.55º degrees, saturation: 0.83, 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 #4963EE is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 99 | 238 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.07 |
| HSL | 230.55º | 0.83% | 0.61% | - |
| HSV(B) | 230.55º | 0.69% | 0.93% | - |
| XYZ | 22.64 | 16.51 | 82.88 | - |
| YUV | 107.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 238 | 0.69 | 0.58 | 0 | 0.07 | 230.55 | 0.83 | 0.61 |
| Hex | 49 | 63 | EE | 45 | 3A | 0 | 7 | E7 | 53 | 3D |
| Octal | 111 | 143 | 356 | 105 | 72 | 0 | 7 | 347 | 123 | 75 |
| Binary | 1001001 | 1100011 | 11101110 | 1000101 | 111010 | 0 | 111 | 11100111 | 1010011 | 111101 |
Color Harmonies of #4963EE
Complementary color
Monochromatic Colors of #4963EE
Black with #4963EE
Text Example
Text Example
White with #4963EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963EE; }
p { color: rgb(73,99,238); }
H1.HeaderClassName
{
color: #4963EE;
}
.AnyTagClassName
{
color: #4963EE;
}
</style>
background-color css
<style>
a { background-color: #4963EE; }
a { background-color: rgb(73,99,238); }
div.DivClassName
{
background-color: #4963EE;
}
.BgClassName
{
background-color: #4963EE;
}
</style>
border-color css
<style>
span { border-color: #4963EE; }
span { border-color: rgb(73,99,238); }
td.TdClassName
{
border-color: #4963EE;
}
.TagClassName
{
border-color: #4963EE;
}
</style>