Shades of Royal Blue #4E6BF8
Tints of Royal Blue #4E6BF8
RGB
CMYK
RGB Variations
Color information
#4E6BF8 (or 0x4E6BF8) is known color: Royal Blue. HEX triplet: 4E, 6B and F8. RGB value is (78,107,248). Sum of RGB (Red+Green+Blue) = 78+107+248=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #4E6BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6BF8 is #B19407. Grayscale: #717171. Windows color (decimal): -11637768 or 16280398. OLE color: 16280398.
HSL color Cylindrical-coordinate representation of color #4E6BF8: hue angle of 229.76º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E6BF8 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 107 | 248 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.03 |
| HSL | 229.76º | 0.92% | 0.64% | - |
| HSV(B) | 229.76º | 0.69% | 0.97% | - |
| XYZ | 25.34 | 18.91 | 91.12 | - |
| YUV | 114.4 | 203.39 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 248 | 0.69 | 0.57 | 0 | 0.03 | 229.76 | 0.92 | 0.64 |
| Hex | 4E | 6B | F8 | 45 | 39 | 0 | 3 | E6 | 5C | 40 |
| Octal | 116 | 153 | 370 | 105 | 71 | 0 | 3 | 346 | 134 | 100 |
| Binary | 1001110 | 1101011 | 11111000 | 1000101 | 111001 | 0 | 11 | 11100110 | 1011100 | 1000000 |
Color Harmonies of #4E6BF8
Complementary color
Monochromatic Colors of #4E6BF8
Black with #4E6BF8
Text Example
Text Example
White with #4E6BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BF8; }
p { color: rgb(78,107,248); }
H1.HeaderClassName
{
color: #4E6BF8;
}
.AnyTagClassName
{
color: #4E6BF8;
}
</style>
background-color css
<style>
a { background-color: #4E6BF8; }
a { background-color: rgb(78,107,248); }
div.DivClassName
{
background-color: #4E6BF8;
}
.BgClassName
{
background-color: #4E6BF8;
}
</style>
border-color css
<style>
span { border-color: #4E6BF8; }
span { border-color: rgb(78,107,248); }
td.TdClassName
{
border-color: #4E6BF8;
}
.TagClassName
{
border-color: #4E6BF8;
}
</style>