#4E75FA

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

Shades of Royal Blue #4E75FA

Tints of Royal Blue #4E75FA

Color information

#4E75FA (or 0x4E75FA) is unknown color: approx Royal Blue. HEX triplet: 4E, 75 and FA. RGB value is (78,117,250). Sum of RGB (Red+Green+Blue) = 78+117+250=445 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.53% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E75FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E75FA is #B18A05. Grayscale: #777777. Windows color (decimal): -11635206 or 16414030. OLE color: 16414030.

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

Color convert

RGB78117250-
CMYK0.690.5300.02
HSL226.4º94.51%64.31%-
HSV(B)226.4º68.8%98.04%-
XYZ26.7621.2493.13-
YUV120.5201.0897.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.53%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 250 (98.05% from 255) = 56.18%
R=17.53%
G=26.29%
B=56.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal781172500.690.5300.02226.494.5164.31
Hex4E75FA453502e25f40
Octal1161653721056502342137100
Binary100111011101011111101010001011101010101110001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E75FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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