Shades of Royal Blue #4A5EEE
Tints of Royal Blue #4A5EEE
RGB
CMYK
RGB Variations
Color information
#4A5EEE (or 0x4A5EEE) is known color: Royal Blue. HEX triplet: 4A, 5E and EE. RGB value is (74,94,238). Sum of RGB (Red+Green+Blue) = 74+94+238=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A5EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5EEE is #B5A111. Grayscale: #676767. Windows color (decimal): -11903250 or 15621706. OLE color: 15621706.
HSL color Cylindrical-coordinate representation of color #4A5EEE: hue angle of 232.68º 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 #4A5EEE is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 94 | 238 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.07 |
| HSL | 232.68º | 0.83% | 0.61% | - |
| HSV(B) | 232.68º | 0.69% | 0.93% | - |
| XYZ | 22.26 | 15.63 | 82.73 | - |
| YUV | 104.44 | 203.37 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 94 | 238 | 0.69 | 0.61 | 0 | 0.07 | 232.68 | 0.83 | 0.61 |
| Hex | 4A | 5E | EE | 45 | 3D | 0 | 7 | E9 | 53 | 3D |
| Octal | 112 | 136 | 356 | 105 | 75 | 0 | 7 | 351 | 123 | 75 |
| Binary | 1001010 | 1011110 | 11101110 | 1000101 | 111101 | 0 | 111 | 11101001 | 1010011 | 111101 |
Color Harmonies of #4A5EEE
Complementary color
Monochromatic Colors of #4A5EEE
Black with #4A5EEE
Text Example
Text Example
White with #4A5EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5EEE; }
p { color: rgb(74,94,238); }
H1.HeaderClassName
{
color: #4A5EEE;
}
.AnyTagClassName
{
color: #4A5EEE;
}
</style>
background-color css
<style>
a { background-color: #4A5EEE; }
a { background-color: rgb(74,94,238); }
div.DivClassName
{
background-color: #4A5EEE;
}
.BgClassName
{
background-color: #4A5EEE;
}
</style>
border-color css
<style>
span { border-color: #4A5EEE; }
span { border-color: rgb(74,94,238); }
td.TdClassName
{
border-color: #4A5EEE;
}
.TagClassName
{
border-color: #4A5EEE;
}
</style>