Shades of Royal Blue #4E7CFB
Tints of Royal Blue #4E7CFB
RGB
CMYK
RGB Variations
Color information
#4E7CFB (or 0x4E7CFB) is known color: Royal Blue. HEX triplet: 4E, 7C and FB. RGB value is (78,124,251). Sum of RGB (Red+Green+Blue) = 78+124+251=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E7CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7CFB is #B18304. Grayscale: #7C7C7C. Windows color (decimal): -11633413 or 16481358. OLE color: 16481358.
HSL color Cylindrical-coordinate representation of color #4E7CFB: hue angle of 224.05º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E7CFB is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 124 | 251 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.02 |
| HSL | 224.05º | 0.96% | 0.65% | - |
| HSV(B) | 224.05º | 0.69% | 0.98% | - |
| XYZ | 27.76 | 23 | 94.24 | - |
| YUV | 124.72 | 199.26 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 251 | 0.69 | 0.51 | 0 | 0.02 | 224.05 | 0.96 | 0.65 |
| Hex | 4E | 7C | FB | 45 | 33 | 0 | 2 | E0 | 60 | 41 |
| Octal | 116 | 174 | 373 | 105 | 63 | 0 | 2 | 340 | 140 | 101 |
| Binary | 1001110 | 1111100 | 11111011 | 1000101 | 110011 | 0 | 10 | 11100000 | 1100000 | 1000001 |
Color Harmonies of #4E7CFB
Complementary color
Monochromatic Colors of #4E7CFB
Black with #4E7CFB
Text Example
Text Example
White with #4E7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7CFB; }
p { color: rgb(78,124,251); }
H1.HeaderClassName
{
color: #4E7CFB;
}
.AnyTagClassName
{
color: #4E7CFB;
}
</style>
background-color css
<style>
a { background-color: #4E7CFB; }
a { background-color: rgb(78,124,251); }
div.DivClassName
{
background-color: #4E7CFB;
}
.BgClassName
{
background-color: #4E7CFB;
}
</style>
border-color css
<style>
span { border-color: #4E7CFB; }
span { border-color: rgb(78,124,251); }
td.TdClassName
{
border-color: #4E7CFB;
}
.TagClassName
{
border-color: #4E7CFB;
}
</style>