Shades of Royal Blue #4E71CF
Tints of Royal Blue #4E71CF
RGB
CMYK
RGB Variations
Color information
#4E71CF (or 0x4E71CF) is known color: Royal Blue. HEX triplet: 4E, 71 and CF. RGB value is (78,113,207). Sum of RGB (Red+Green+Blue) = 78+113+207=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E71CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E71CF is #B18E30. Grayscale: #707070. Windows color (decimal): -11636273 or 13594958. OLE color: 13594958.
HSL color Cylindrical-coordinate representation of color #4E71CF: hue angle of 223.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E71CF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 113 | 207 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.19 |
| HSL | 223.72º | 0.57% | 0.56% | - |
| HSV(B) | 223.72º | 0.62% | 0.81% | - |
| XYZ | 20.31 | 17.93 | 61.42 | - |
| YUV | 113.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 207 | 0.62 | 0.45 | 0 | 0.19 | 223.72 | 0.57 | 0.56 |
| Hex | 4E | 71 | CF | 3E | 2D | 0 | 13 | E0 | 39 | 38 |
| Octal | 116 | 161 | 317 | 76 | 55 | 0 | 23 | 340 | 71 | 70 |
| Binary | 1001110 | 1110001 | 11001111 | 111110 | 101101 | 0 | 10011 | 11100000 | 111001 | 111000 |
Color Harmonies of #4E71CF
Complementary color
Monochromatic Colors of #4E71CF
Black with #4E71CF
Text Example
Text Example
White with #4E71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E71CF; }
p { color: rgb(78,113,207); }
H1.HeaderClassName
{
color: #4E71CF;
}
.AnyTagClassName
{
color: #4E71CF;
}
</style>
background-color css
<style>
a { background-color: #4E71CF; }
a { background-color: rgb(78,113,207); }
div.DivClassName
{
background-color: #4E71CF;
}
.BgClassName
{
background-color: #4E71CF;
}
</style>
border-color css
<style>
span { border-color: #4E71CF; }
span { border-color: rgb(78,113,207); }
td.TdClassName
{
border-color: #4E71CF;
}
.TagClassName
{
border-color: #4E71CF;
}
</style>