#4E5EAB

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

Shades of Rich Blue #4E5EAB

Tints of Rich Blue #4E5EAB

Color information

#4E5EAB (or 0x4E5EAB) is unknown color: approx Rich Blue. HEX triplet: 4E, 5E and AB. RGB value is (78,94,171). Sum of RGB (Red+Green+Blue) = 78+94+171=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5EAB is #B1A154. Grayscale: #616161. Windows color (decimal): -11641173 or 11230798. OLE color: 11230798.

HSL color Cylindrical-coordinate representation of color #4E5EAB: hue angle of 229.68º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E5EAB is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7894171-
CMYK0.540.4500.33
HSL229.68º37.35%48.82%-
HSV(B)229.68º54.39%67.06%-
XYZ14.512.5740.19-
YUV97.99169.2113.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=22.74%
G=27.41%
B=49.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78941710.540.4500.33229.6837.3548.82
Hex4E5EAB362D021e62531
Octal11613625366550413464561
Binary1001110101111010101011110110101101010000111100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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