Shades of Royal Blue #4E71FE
Tints of Royal Blue #4E71FE
RGB
CMYK
RGB Variations
Color information
#4E71FE (or 0x4E71FE) is known color: Royal Blue. HEX triplet: 4E, 71 and FE. RGB value is (78,113,254). Sum of RGB (Red+Green+Blue) = 78+113+254=445 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.53% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E71FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E71FE is #B18E01. Grayscale: #767676. Windows color (decimal): -11636226 or 16675150. OLE color: 16675150.
HSL color Cylindrical-coordinate representation of color #4E71FE: hue angle of 228.07º 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 #4E71FE is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 113 | 254 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.00 |
| HSL | 228.07º | 0.99% | 0.65% | - |
| HSV(B) | 228.07º | 0.69% | 1% | - |
| XYZ | 26.94 | 20.59 | 96.32 | - |
| YUV | 118.61 | 204.4 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 254 | 0.69 | 0.56 | 0 | 0.00 | 228.07 | 0.99 | 0.65 |
| Hex | 4E | 71 | FE | 45 | 38 | 0 | 0 | E4 | 63 | 41 |
| Octal | 116 | 161 | 376 | 105 | 70 | 0 | 0 | 344 | 143 | 101 |
| Binary | 1001110 | 1110001 | 11111110 | 1000101 | 111000 | 0 | 0 | 11100100 | 1100011 | 1000001 |
Color Harmonies of #4E71FE
Complementary color
Monochromatic Colors of #4E71FE
Black with #4E71FE
Text Example
Text Example
White with #4E71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E71FE; }
p { color: rgb(78,113,254); }
H1.HeaderClassName
{
color: #4E71FE;
}
.AnyTagClassName
{
color: #4E71FE;
}
</style>
background-color css
<style>
a { background-color: #4E71FE; }
a { background-color: rgb(78,113,254); }
div.DivClassName
{
background-color: #4E71FE;
}
.BgClassName
{
background-color: #4E71FE;
}
</style>
border-color css
<style>
span { border-color: #4E71FE; }
span { border-color: rgb(78,113,254); }
td.TdClassName
{
border-color: #4E71FE;
}
.TagClassName
{
border-color: #4E71FE;
}
</style>