#4E5EE6

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

Shades of Royal Blue #4E5EE6

Tints of Royal Blue #4E5EE6

Color information

#4E5EE6 (or 0x4E5EE6) is unknown color: approx Royal Blue. HEX triplet: 4E, 5E and E6. RGB value is (78,94,230). Sum of RGB (Red+Green+Blue) = 78+94+230=402 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.40% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 230 (90.23% from 255 or 57.21% from 402); Max value from RGB is 230 - color contains mainly: blue. Hex color #4E5EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5EE6 is #B1A119. Grayscale: #686868. Windows color (decimal): -11641114 or 15097422. OLE color: 15097422.

HSL color Cylindrical-coordinate representation of color #4E5EE6: hue angle of 233.68º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E5EE6 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7894230-
CMYK0.660.5900.10
HSL233.68º75.25%60.39%-
HSV(B)233.68º66.09%90.2%-
XYZ21.4315.3476.69-
YUV104.72198.7108.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.40%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 230 (90.23% from 255) = 57.21%
R=19.40%
G=23.38%
B=57.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal78942300.660.5900.10233.6875.2560.39
Hex4E5EE6423B0Aea4b3c
Octal1161363461027301235211374
Binary1001110101111011100110100001011101101010111010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,94,230); }

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

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

 a { background-color: rgb(78,94,230); }

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

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

 span { border-color: rgb(78,94,230); }

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