Shades of Royal Blue #4E7BFE
Tints of Royal Blue #4E7BFE
RGB
CMYK
RGB Variations
Color information
#4E7BFE (or 0x4E7BFE) is known color: Royal Blue. HEX triplet: 4E, 7B and FE. RGB value is (78,123,254). Sum of RGB (Red+Green+Blue) = 78+123+254=455 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.14% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7BFE is #B18401. Grayscale: #7B7B7B. Windows color (decimal): -11633666 or 16677710. OLE color: 16677710.
HSL color Cylindrical-coordinate representation of color #4E7BFE: hue angle of 224.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E7BFE is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 123 | 254 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.00 |
| HSL | 224.66º | 0.99% | 0.65% | - |
| HSV(B) | 224.66º | 0.69% | 1% | - |
| XYZ | 28.11 | 22.94 | 96.71 | - |
| YUV | 124.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 254 | 0.69 | 0.52 | 0 | 0.00 | 224.66 | 0.99 | 0.65 |
| Hex | 4E | 7B | FE | 45 | 34 | 0 | 0 | E1 | 63 | 41 |
| Octal | 116 | 173 | 376 | 105 | 64 | 0 | 0 | 341 | 143 | 101 |
| Binary | 1001110 | 1111011 | 11111110 | 1000101 | 110100 | 0 | 0 | 11100001 | 1100011 | 1000001 |
Color Harmonies of #4E7BFE
Complementary color
Monochromatic Colors of #4E7BFE
Black with #4E7BFE
Text Example
Text Example
White with #4E7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7BFE; }
p { color: rgb(78,123,254); }
H1.HeaderClassName
{
color: #4E7BFE;
}
.AnyTagClassName
{
color: #4E7BFE;
}
</style>
background-color css
<style>
a { background-color: #4E7BFE; }
a { background-color: rgb(78,123,254); }
div.DivClassName
{
background-color: #4E7BFE;
}
.BgClassName
{
background-color: #4E7BFE;
}
</style>
border-color css
<style>
span { border-color: #4E7BFE; }
span { border-color: rgb(78,123,254); }
td.TdClassName
{
border-color: #4E7BFE;
}
.TagClassName
{
border-color: #4E7BFE;
}
</style>