Shades of Royal Blue #4E68D7
Tints of Royal Blue #4E68D7
RGB
CMYK
RGB Variations
Color information
#4E68D7 (or 0x4E68D7) is known color: Royal Blue. HEX triplet: 4E, 68 and D7. RGB value is (78,104,215). Sum of RGB (Red+Green+Blue) = 78+104+215=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #4E68D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E68D7 is #B19728. Grayscale: #6C6C6C. Windows color (decimal): -11638569 or 14116942. OLE color: 14116942.
HSL color Cylindrical-coordinate representation of color #4E68D7: hue angle of 228.61º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E68D7 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 104 | 215 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.16 |
| HSL | 228.61º | 0.63% | 0.57% | - |
| HSV(B) | 228.61º | 0.64% | 0.84% | - |
| XYZ | 20.36 | 16.43 | 66.39 | - |
| YUV | 108.88 | 187.89 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 215 | 0.64 | 0.52 | 0 | 0.16 | 228.61 | 0.63 | 0.57 |
| Hex | 4E | 68 | D7 | 40 | 34 | 0 | 10 | E5 | 3F | 39 |
| Octal | 116 | 150 | 327 | 100 | 64 | 0 | 20 | 345 | 77 | 71 |
| Binary | 1001110 | 1101000 | 11010111 | 1000000 | 110100 | 0 | 10000 | 11100101 | 111111 | 111001 |
Color Harmonies of #4E68D7
Complementary color
Monochromatic Colors of #4E68D7
Black with #4E68D7
Text Example
Text Example
White with #4E68D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E68D7; }
p { color: rgb(78,104,215); }
H1.HeaderClassName
{
color: #4E68D7;
}
.AnyTagClassName
{
color: #4E68D7;
}
</style>
background-color css
<style>
a { background-color: #4E68D7; }
a { background-color: rgb(78,104,215); }
div.DivClassName
{
background-color: #4E68D7;
}
.BgClassName
{
background-color: #4E68D7;
}
</style>
border-color css
<style>
span { border-color: #4E68D7; }
span { border-color: rgb(78,104,215); }
td.TdClassName
{
border-color: #4E68D7;
}
.TagClassName
{
border-color: #4E68D7;
}
</style>