#4E5BAB

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

Shades of Rich Blue #4E5BAB

Tints of Rich Blue #4E5BAB

Color information

#4E5BAB (or 0x4E5BAB) is unknown color: approx Rich Blue. HEX triplet: 4E, 5B and AB. RGB value is (78,91,171). Sum of RGB (Red+Green+Blue) = 78+91+171=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5BAB is #B1A454. Grayscale: #5F5F5F. Windows color (decimal): -11641941 or 11230030. OLE color: 11230030.

HSL color Cylindrical-coordinate representation of color #4E5BAB: hue angle of 231.61º 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 #4E5BAB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7891171-
CMYK0.540.4700.33
HSL231.61º37.35%48.82%-
HSV(B)231.61º54.39%67.06%-
XYZ14.2312.0440.1-
YUV96.23170.19115-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.94%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=22.94%
G=26.76%
B=50.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78911710.540.4700.33231.6137.3548.82
Hex4E5BAB362F021e82531
Octal11613325366570413504561
Binary1001110101101110101011110110101111010000111101000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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