Shades of Royal Blue #4E6EFB
Tints of Royal Blue #4E6EFB
RGB
CMYK
RGB Variations
Color information
#4E6EFB (or 0x4E6EFB) is known color: Royal Blue. HEX triplet: 4E, 6E and FB. RGB value is (78,110,251). Sum of RGB (Red+Green+Blue) = 78+110+251=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E6EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6EFB is #B19104. Grayscale: #737373. Windows color (decimal): -11636997 or 16477774. OLE color: 16477774.
HSL color Cylindrical-coordinate representation of color #4E6EFB: hue angle of 228.9º 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 #4E6EFB is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 110 | 251 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.02 |
| HSL | 228.9º | 0.96% | 0.65% | - |
| HSV(B) | 228.9º | 0.69% | 0.98% | - |
| XYZ | 26.13 | 19.74 | 93.7 | - |
| YUV | 116.51 | 203.9 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 251 | 0.69 | 0.56 | 0 | 0.02 | 228.9 | 0.96 | 0.65 |
| Hex | 4E | 6E | FB | 45 | 38 | 0 | 2 | E5 | 60 | 41 |
| Octal | 116 | 156 | 373 | 105 | 70 | 0 | 2 | 345 | 140 | 101 |
| Binary | 1001110 | 1101110 | 11111011 | 1000101 | 111000 | 0 | 10 | 11100101 | 1100000 | 1000001 |
Color Harmonies of #4E6EFB
Complementary color
Monochromatic Colors of #4E6EFB
Black with #4E6EFB
Text Example
Text Example
White with #4E6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6EFB; }
p { color: rgb(78,110,251); }
H1.HeaderClassName
{
color: #4E6EFB;
}
.AnyTagClassName
{
color: #4E6EFB;
}
</style>
background-color css
<style>
a { background-color: #4E6EFB; }
a { background-color: rgb(78,110,251); }
div.DivClassName
{
background-color: #4E6EFB;
}
.BgClassName
{
background-color: #4E6EFB;
}
</style>
border-color css
<style>
span { border-color: #4E6EFB; }
span { border-color: rgb(78,110,251); }
td.TdClassName
{
border-color: #4E6EFB;
}
.TagClassName
{
border-color: #4E6EFB;
}
</style>