#4E5BAD

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

Shades of Rich Blue #4E5BAD

Tints of Rich Blue #4E5BAD

Color information

#4E5BAD (or 0x4E5BAD) is unknown color: approx Rich Blue. HEX triplet: 4E, 5B and AD. RGB value is (78,91,173). Sum of RGB (Red+Green+Blue) = 78+91+173=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E5BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5BAD is #B1A452. Grayscale: #606060. Windows color (decimal): -11641939 or 11361102. OLE color: 11361102.

HSL color Cylindrical-coordinate representation of color #4E5BAD: hue angle of 231.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E5BAD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7891173-
CMYK0.550.4700.32
HSL231.79º37.85%49.22%-
HSV(B)231.79º54.91%67.84%-
XYZ14.4312.1241.11-
YUV96.46171.19114.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.81%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=22.81%
G=26.61%
B=50.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78911730.550.4700.32231.7937.8549.22
Hex4E5BAD372F020e82631
Octal11613325567570403504661
Binary1001110101101110101101110111101111010000011101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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