#4E5EA9

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

Shades of Rich Blue #4E5EA9

Tints of Rich Blue #4E5EA9

Color information

#4E5EA9 (or 0x4E5EA9) is unknown color: approx Rich Blue. HEX triplet: 4E, 5E and A9. RGB value is (78,94,169). Sum of RGB (Red+Green+Blue) = 78+94+169=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #4E5EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5EA9 is #B1A156. Grayscale: #616161. Windows color (decimal): -11641175 or 11099726. OLE color: 11099726.

HSL color Cylindrical-coordinate representation of color #4E5EA9: hue angle of 229.45º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E5EA9 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7894169-
CMYK0.540.4400.34
HSL229.45º36.84%48.43%-
HSV(B)229.45º53.85%66.27%-
XYZ14.3112.4939.19-
YUV97.77168.2113.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 169 (66.41% from 255) = 49.56%
R=22.87%
G=27.57%
B=49.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal78941690.540.4400.34229.4536.8448.43
Hex4E5EA9362C022e52530
Octal11613625166540423454560
Binary1001110101111010101001110110101100010001011100101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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