#4E72FA

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

Shades of Royal Blue #4E72FA

Tints of Royal Blue #4E72FA

Color information

#4E72FA (or 0x4E72FA) is unknown color: approx Royal Blue. HEX triplet: 4E, 72 and FA. RGB value is (78,114,250). Sum of RGB (Red+Green+Blue) = 78+114+250=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E72FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E72FA is #B18D05. Grayscale: #767676. Windows color (decimal): -11635974 or 16413262. OLE color: 16413262.

HSL color Cylindrical-coordinate representation of color #4E72FA: hue angle of 227.44º 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 #4E72FA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB78114250-
CMYK0.690.5400.02
HSL227.44º94.51%64.31%-
HSV(B)227.44º68.8%98.04%-
XYZ26.4120.5693.02-
YUV118.74202.0798.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.65%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 250 (98.05% from 255) = 56.56%
R=17.65%
G=25.79%
B=56.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal781142500.690.5400.02227.4494.5164.31
Hex4E72FA453602e35f40
Octal1161623721056602343137100
Binary100111011100101111101010001011101100101110001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E72FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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