Shades of Royal Blue #4E6DFA
Tints of Royal Blue #4E6DFA
RGB
CMYK
RGB Variations
Color information
#4E6DFA (or 0x4E6DFA) is known color: Royal Blue. HEX triplet: 4E, 6D and FA. RGB value is (78,109,250). Sum of RGB (Red+Green+Blue) = 78+109+250=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E6DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6DFA is #B19205. Grayscale: #737373. Windows color (decimal): -11637254 or 16411982. OLE color: 16411982.
HSL color Cylindrical-coordinate representation of color #4E6DFA: hue angle of 229.19º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E6DFA is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 109 | 250 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.02 |
| HSL | 229.19º | 0.95% | 0.64% | - |
| HSV(B) | 229.19º | 0.69% | 0.98% | - |
| XYZ | 25.87 | 19.46 | 92.84 | - |
| YUV | 115.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 250 | 0.69 | 0.56 | 0 | 0.02 | 229.19 | 0.95 | 0.64 |
| Hex | 4E | 6D | FA | 45 | 38 | 0 | 2 | E5 | 5F | 40 |
| Octal | 116 | 155 | 372 | 105 | 70 | 0 | 2 | 345 | 137 | 100 |
| Binary | 1001110 | 1101101 | 11111010 | 1000101 | 111000 | 0 | 10 | 11100101 | 1011111 | 1000000 |
Color Harmonies of #4E6DFA
Complementary color
Monochromatic Colors of #4E6DFA
Black with #4E6DFA
Text Example
Text Example
White with #4E6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6DFA; }
p { color: rgb(78,109,250); }
H1.HeaderClassName
{
color: #4E6DFA;
}
.AnyTagClassName
{
color: #4E6DFA;
}
</style>
background-color css
<style>
a { background-color: #4E6DFA; }
a { background-color: rgb(78,109,250); }
div.DivClassName
{
background-color: #4E6DFA;
}
.BgClassName
{
background-color: #4E6DFA;
}
</style>
border-color css
<style>
span { border-color: #4E6DFA; }
span { border-color: rgb(78,109,250); }
td.TdClassName
{
border-color: #4E6DFA;
}
.TagClassName
{
border-color: #4E6DFA;
}
</style>