Shades of Royal Blue #4A63EE
Tints of Royal Blue #4A63EE
RGB
CMYK
RGB Variations
Color information
#4A63EE (or 0x4A63EE) is known color: Royal Blue. HEX triplet: 4A, 63 and EE. RGB value is (74,99,238). Sum of RGB (Red+Green+Blue) = 74+99+238=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A63EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A63EE is #B59C11. Grayscale: #6A6A6A. Windows color (decimal): -11901970 or 15622986. OLE color: 15622986.
HSL color Cylindrical-coordinate representation of color #4A63EE: hue angle of 230.85º 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 #4A63EE is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 99 | 238 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.07 |
| HSL | 230.85º | 0.83% | 0.61% | - |
| HSV(B) | 230.85º | 0.69% | 0.93% | - |
| XYZ | 22.72 | 16.55 | 82.89 | - |
| YUV | 107.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 238 | 0.69 | 0.58 | 0 | 0.07 | 230.85 | 0.83 | 0.61 |
| Hex | 4A | 63 | EE | 45 | 3A | 0 | 7 | E7 | 53 | 3D |
| Octal | 112 | 143 | 356 | 105 | 72 | 0 | 7 | 347 | 123 | 75 |
| Binary | 1001010 | 1100011 | 11101110 | 1000101 | 111010 | 0 | 111 | 11100111 | 1010011 | 111101 |
Color Harmonies of #4A63EE
Complementary color
Monochromatic Colors of #4A63EE
Black with #4A63EE
Text Example
Text Example
White with #4A63EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A63EE; }
p { color: rgb(74,99,238); }
H1.HeaderClassName
{
color: #4A63EE;
}
.AnyTagClassName
{
color: #4A63EE;
}
</style>
background-color css
<style>
a { background-color: #4A63EE; }
a { background-color: rgb(74,99,238); }
div.DivClassName
{
background-color: #4A63EE;
}
.BgClassName
{
background-color: #4A63EE;
}
</style>
border-color css
<style>
span { border-color: #4A63EE; }
span { border-color: rgb(74,99,238); }
td.TdClassName
{
border-color: #4A63EE;
}
.TagClassName
{
border-color: #4A63EE;
}
</style>