#4E71F0

Color #4E71F0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4E71F0

Tints of Royal Blue #4E71F0

Color information

#4E71F0 (or 0x4E71F0) is unknown color: approx Royal Blue. HEX triplet: 4E, 71 and F0. RGB value is (78,113,240). Sum of RGB (Red+Green+Blue) = 78+113+240=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #4E71F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E71F0 is #B18E0F. Grayscale: #747474. Windows color (decimal): -11636240 or 15757646. OLE color: 15757646.

HSL color Cylindrical-coordinate representation of color #4E71F0: hue angle of 227.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E71F0 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB78113240-
CMYK0.680.5300.06
HSL227.04º84.38%62.35%-
HSV(B)227.04º67.5%94.12%-
XYZ24.7819.7284.94-
YUV117.01197.4100.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 18.10%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 240 (94.14% from 255) = 55.68%
R=18.10%
G=26.22%
B=55.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal781132400.680.5300.06227.0484.3862.35
Hex4E71F0443506e3543e
Octal116161360104650634312476
Binary100111011100011111000010001001101010110111000111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E71F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E71F0; }

 p { color: rgb(78,113,240); }

 H1.HeaderClassName
 {
   color: #4E71F0;
 }
 .AnyTagClassName
 {
   color: #4E71F0;
 }
</style>
background-color css

<style>
 a { background-color: #4E71F0; }

 a { background-color: rgb(78,113,240); }

 div.DivClassName
 {
   background-color: #4E71F0;
 }
 .BgClassName
 {
   background-color: #4E71F0;
 }
</style>
border-color css

<style>
 span { border-color: #4E71F0; }

 span { border-color: rgb(78,113,240); }

 td.TdClassName
 {
   border-color: #4E71F0;
 }
 .TagClassName
 {
   border-color: #4E71F0;
 }
</style>