#4E56B1

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

Shades of Rich Blue #4E56B1

Tints of Rich Blue #4E56B1

Color information

#4E56B1 (or 0x4E56B1) is unknown color: approx Rich Blue. HEX triplet: 4E, 56 and B1. RGB value is (78,86,177). Sum of RGB (Red+Green+Blue) = 78+86+177=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #4E56B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E56B1 is #B1A94E. Grayscale: #5D5D5D. Windows color (decimal): -11643215 or 11621966. OLE color: 11621966.

HSL color Cylindrical-coordinate representation of color #4E56B1: hue angle of 235.15º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E56B1 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7886177-
CMYK0.560.5100.31
HSL235.15º38.82%50%-
HSV(B)235.15º55.93%69.41%-
XYZ14.4111.4543.05-
YUV93.98174.85116.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 177 (69.53% from 255) = 51.91%
R=22.87%
G=25.22%
B=51.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78861770.560.5100.31235.1538.8250
Hex4E56B1383301Feb2732
Octal11612626170630373534762
Binary100111010101101011000111100011001101111111101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E56B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,86,177); }

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

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

 a { background-color: rgb(78,86,177); }

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

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

 span { border-color: rgb(78,86,177); }

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