Shades of Royal Blue #4E5ADD
Tints of Royal Blue #4E5ADD
RGB
CMYK
RGB Variations
Color information
#4E5ADD (or 0x4E5ADD) is known color: Royal Blue. HEX triplet: 4E, 5A and DD. RGB value is (78,90,221). Sum of RGB (Red+Green+Blue) = 78+90+221=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E5ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5ADD is #B1A522. Grayscale: #646464. Windows color (decimal): -11642147 or 14506574. OLE color: 14506574.
HSL color Cylindrical-coordinate representation of color #4E5ADD: hue angle of 234.97º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E5ADD is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 90 | 221 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.13 |
| HSL | 234.97º | 0.68% | 0.59% | - |
| HSV(B) | 234.97º | 0.65% | 0.87% | - |
| XYZ | 19.85 | 14.15 | 70.09 | - |
| YUV | 101.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 221 | 0.65 | 0.59 | 0 | 0.13 | 234.97 | 0.68 | 0.59 |
| Hex | 4E | 5A | DD | 41 | 3B | 0 | D | EB | 44 | 3B |
| Octal | 116 | 132 | 335 | 101 | 73 | 0 | 15 | 353 | 104 | 73 |
| Binary | 1001110 | 1011010 | 11011101 | 1000001 | 111011 | 0 | 1101 | 11101011 | 1000100 | 111011 |
Color Harmonies of #4E5ADD
Complementary color
Monochromatic Colors of #4E5ADD
Black with #4E5ADD
Text Example
Text Example
White with #4E5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5ADD; }
p { color: rgb(78,90,221); }
H1.HeaderClassName
{
color: #4E5ADD;
}
.AnyTagClassName
{
color: #4E5ADD;
}
</style>
background-color css
<style>
a { background-color: #4E5ADD; }
a { background-color: rgb(78,90,221); }
div.DivClassName
{
background-color: #4E5ADD;
}
.BgClassName
{
background-color: #4E5ADD;
}
</style>
border-color css
<style>
span { border-color: #4E5ADD; }
span { border-color: rgb(78,90,221); }
td.TdClassName
{
border-color: #4E5ADD;
}
.TagClassName
{
border-color: #4E5ADD;
}
</style>