Shades of Royal Blue #4E7CF7
Tints of Royal Blue #4E7CF7
RGB
CMYK
RGB Variations
Color information
#4E7CF7 (or 0x4E7CF7) is known color: Royal Blue. HEX triplet: 4E, 7C and F7. RGB value is (78,124,247). Sum of RGB (Red+Green+Blue) = 78+124+247=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #4E7CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7CF7 is #B18308. Grayscale: #7B7B7B. Windows color (decimal): -11633417 or 16219214. OLE color: 16219214.
HSL color Cylindrical-coordinate representation of color #4E7CF7: hue angle of 223.67º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E7CF7 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 124 | 247 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.03 |
| HSL | 223.67º | 0.91% | 0.64% | - |
| HSV(B) | 223.67º | 0.68% | 0.97% | - |
| XYZ | 27.14 | 22.75 | 90.96 | - |
| YUV | 124.27 | 197.26 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 247 | 0.68 | 0.50 | 0 | 0.03 | 223.67 | 0.91 | 0.64 |
| Hex | 4E | 7C | F7 | 44 | 32 | 0 | 3 | E0 | 5B | 40 |
| Octal | 116 | 174 | 367 | 104 | 62 | 0 | 3 | 340 | 133 | 100 |
| Binary | 1001110 | 1111100 | 11110111 | 1000100 | 110010 | 0 | 11 | 11100000 | 1011011 | 1000000 |
Color Harmonies of #4E7CF7
Complementary color
Monochromatic Colors of #4E7CF7
Black with #4E7CF7
Text Example
Text Example
White with #4E7CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7CF7; }
p { color: rgb(78,124,247); }
H1.HeaderClassName
{
color: #4E7CF7;
}
.AnyTagClassName
{
color: #4E7CF7;
}
</style>
background-color css
<style>
a { background-color: #4E7CF7; }
a { background-color: rgb(78,124,247); }
div.DivClassName
{
background-color: #4E7CF7;
}
.BgClassName
{
background-color: #4E7CF7;
}
</style>
border-color css
<style>
span { border-color: #4E7CF7; }
span { border-color: rgb(78,124,247); }
td.TdClassName
{
border-color: #4E7CF7;
}
.TagClassName
{
border-color: #4E7CF7;
}
</style>