#4E71FA

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

Shades of Royal Blue #4E71FA

Tints of Royal Blue #4E71FA

Color information

#4E71FA (or 0x4E71FA) is unknown color: approx Royal Blue. HEX triplet: 4E, 71 and FA. RGB value is (78,113,250). Sum of RGB (Red+Green+Blue) = 78+113+250=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E71FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E71FA is #B18E05. Grayscale: #757575. Windows color (decimal): -11636230 or 16413006. OLE color: 16413006.

HSL color Cylindrical-coordinate representation of color #4E71FA: hue angle of 227.79º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E71FA is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB78113250-
CMYK0.690.5500.02
HSL227.79º94.51%64.31%-
HSV(B)227.79º68.8%98.04%-
XYZ26.320.3392.98-
YUV118.15202.499.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.69%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 250 (98.05% from 255) = 56.69%
R=17.69%
G=25.62%
B=56.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal781132500.690.5500.02227.7994.5164.31
Hex4E71FA453702e45f40
Octal1161613721056702344137100
Binary100111011100011111101010001011101110101110010010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E71FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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