Shades of Royal Blue #4E5CEB
Tints of Royal Blue #4E5CEB
RGB
CMYK
RGB Variations
Color information
#4E5CEB (or 0x4E5CEB) is known color: Royal Blue. HEX triplet: 4E, 5C and EB. RGB value is (78,92,235). Sum of RGB (Red+Green+Blue) = 78+92+235=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #4E5CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5CEB is #B1A314. Grayscale: #676767. Windows color (decimal): -11641621 or 15424590. OLE color: 15424590.
HSL color Cylindrical-coordinate representation of color #4E5CEB: hue angle of 234.65º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E5CEB is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 92 | 235 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.08 |
| HSL | 234.65º | 0.8% | 0.61% | - |
| HSV(B) | 234.65º | 0.67% | 0.92% | - |
| XYZ | 21.96 | 15.27 | 80.39 | - |
| YUV | 104.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 235 | 0.67 | 0.61 | 0 | 0.08 | 234.65 | 0.8 | 0.61 |
| Hex | 4E | 5C | EB | 43 | 3D | 0 | 8 | EB | 50 | 3D |
| Octal | 116 | 134 | 353 | 103 | 75 | 0 | 10 | 353 | 120 | 75 |
| Binary | 1001110 | 1011100 | 11101011 | 1000011 | 111101 | 0 | 1000 | 11101011 | 1010000 | 111101 |
Color Harmonies of #4E5CEB
Complementary color
Monochromatic Colors of #4E5CEB
Black with #4E5CEB
Text Example
Text Example
White with #4E5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5CEB; }
p { color: rgb(78,92,235); }
H1.HeaderClassName
{
color: #4E5CEB;
}
.AnyTagClassName
{
color: #4E5CEB;
}
</style>
background-color css
<style>
a { background-color: #4E5CEB; }
a { background-color: rgb(78,92,235); }
div.DivClassName
{
background-color: #4E5CEB;
}
.BgClassName
{
background-color: #4E5CEB;
}
</style>
border-color css
<style>
span { border-color: #4E5CEB; }
span { border-color: rgb(78,92,235); }
td.TdClassName
{
border-color: #4E5CEB;
}
.TagClassName
{
border-color: #4E5CEB;
}
</style>