#4E65E0

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

Shades of Royal Blue #4E65E0

Tints of Royal Blue #4E65E0

Color information

#4E65E0 (or 0x4E65E0) is unknown color: approx Royal Blue. HEX triplet: 4E, 65 and E0. RGB value is (78,101,224). Sum of RGB (Red+Green+Blue) = 78+101+224=403 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.35% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #4E65E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E65E0 is #B19A1F. Grayscale: #6B6B6B. Windows color (decimal): -11639328 or 14705998. OLE color: 14705998.

HSL color Cylindrical-coordinate representation of color #4E65E0: hue angle of 230.55º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E65E0 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB78101224-
CMYK0.650.5500.12
HSL230.55º70.19%59.22%-
HSV(B)230.55º65.18%87.84%-
XYZ21.2516.3172.55-
YUV108.14193.38106.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.35%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 224 (87.89% from 255) = 55.58%
R=19.35%
G=25.06%
B=55.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal781012240.650.5500.12230.5570.1959.22
Hex4E65E041370Ce7463b
Octal1161453401016701434710673
Binary1001110110010111100000100000111011101100111001111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E65E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,224); }

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

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

 a { background-color: rgb(78,101,224); }

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

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

 span { border-color: rgb(78,101,224); }

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