Shades of Royal Blue #4E7AED
Tints of Royal Blue #4E7AED
RGB
CMYK
RGB Variations
Color information
#4E7AED (or 0x4E7AED) is known color: Royal Blue. HEX triplet: 4E, 7A and ED. RGB value is (78,122,237). Sum of RGB (Red+Green+Blue) = 78+122+237=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #4E7AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7AED is #B18512. Grayscale: #797979. Windows color (decimal): -11633939 or 15563342. OLE color: 15563342.
HSL color Cylindrical-coordinate representation of color #4E7AED: hue angle of 223.4º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E7AED is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 122 | 237 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.07 |
| HSL | 223.4º | 0.82% | 0.62% | - |
| HSV(B) | 223.4º | 0.67% | 0.93% | - |
| XYZ | 25.39 | 21.65 | 82.96 | - |
| YUV | 121.95 | 192.92 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 122 | 237 | 0.67 | 0.49 | 0 | 0.07 | 223.4 | 0.82 | 0.62 |
| Hex | 4E | 7A | ED | 43 | 31 | 0 | 7 | DF | 52 | 3E |
| Octal | 116 | 172 | 355 | 103 | 61 | 0 | 7 | 337 | 122 | 76 |
| Binary | 1001110 | 1111010 | 11101101 | 1000011 | 110001 | 0 | 111 | 11011111 | 1010010 | 111110 |
Color Harmonies of #4E7AED
Complementary color
Monochromatic Colors of #4E7AED
Black with #4E7AED
Text Example
Text Example
White with #4E7AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7AED; }
p { color: rgb(78,122,237); }
H1.HeaderClassName
{
color: #4E7AED;
}
.AnyTagClassName
{
color: #4E7AED;
}
</style>
background-color css
<style>
a { background-color: #4E7AED; }
a { background-color: rgb(78,122,237); }
div.DivClassName
{
background-color: #4E7AED;
}
.BgClassName
{
background-color: #4E7AED;
}
</style>
border-color css
<style>
span { border-color: #4E7AED; }
span { border-color: rgb(78,122,237); }
td.TdClassName
{
border-color: #4E7AED;
}
.TagClassName
{
border-color: #4E7AED;
}
</style>