Shades of Royal Blue #4E6DFE
Tints of Royal Blue #4E6DFE
RGB
CMYK
RGB Variations
Color information
#4E6DFE (or 0x4E6DFE) is known color: Royal Blue. HEX triplet: 4E, 6D and FE. RGB value is (78,109,254). Sum of RGB (Red+Green+Blue) = 78+109+254=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E6DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6DFE is #B19201. Grayscale: #737373. Windows color (decimal): -11637250 or 16674126. OLE color: 16674126.
HSL color Cylindrical-coordinate representation of color #4E6DFE: hue angle of 229.43º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E6DFE is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 109 | 254 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.00 |
| HSL | 229.43º | 0.99% | 0.65% | - |
| HSV(B) | 229.43º | 0.69% | 1% | - |
| XYZ | 26.5 | 19.71 | 96.17 | - |
| YUV | 116.26 | 205.73 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 254 | 0.69 | 0.57 | 0 | 0.00 | 229.43 | 0.99 | 0.65 |
| Hex | 4E | 6D | FE | 45 | 39 | 0 | 0 | E5 | 63 | 41 |
| Octal | 116 | 155 | 376 | 105 | 71 | 0 | 0 | 345 | 143 | 101 |
| Binary | 1001110 | 1101101 | 11111110 | 1000101 | 111001 | 0 | 0 | 11100101 | 1100011 | 1000001 |
Color Harmonies of #4E6DFE
Complementary color
Monochromatic Colors of #4E6DFE
Black with #4E6DFE
Text Example
Text Example
White with #4E6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6DFE; }
p { color: rgb(78,109,254); }
H1.HeaderClassName
{
color: #4E6DFE;
}
.AnyTagClassName
{
color: #4E6DFE;
}
</style>
background-color css
<style>
a { background-color: #4E6DFE; }
a { background-color: rgb(78,109,254); }
div.DivClassName
{
background-color: #4E6DFE;
}
.BgClassName
{
background-color: #4E6DFE;
}
</style>
border-color css
<style>
span { border-color: #4E6DFE; }
span { border-color: rgb(78,109,254); }
td.TdClassName
{
border-color: #4E6DFE;
}
.TagClassName
{
border-color: #4E6DFE;
}
</style>