#4E49B3

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

Shades of Rich Blue #4E49B3

Tints of Rich Blue #4E49B3

Color information

#4E49B3 (or 0x4E49B3) is unknown color: approx Rich Blue. HEX triplet: 4E, 49 and B3. RGB value is (78,73,179). Sum of RGB (Red+Green+Blue) = 78+73+179=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #4E49B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E49B3 is #B1B64C. Grayscale: #565656. Windows color (decimal): -11646541 or 11749710. OLE color: 11749710.

HSL color Cylindrical-coordinate representation of color #4E49B3: hue angle of 242.83º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E49B3 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7873179-
CMYK0.560.5900.30
HSL242.83º42.06%49.41%-
HSV(B)242.83º59.22%70.2%-
XYZ13.669.6443.79-
YUV86.58180.16121.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.64%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 179 (70.31% from 255) = 54.24%
R=23.64%
G=22.12%
B=54.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal78731790.560.5900.30242.8342.0649.41
Hex4E49B3383B01Ef32a31
Octal11611126370730363635261
Binary100111010010011011001111100011101101111011110011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E49B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,73,179); }

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

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

 a { background-color: rgb(78,73,179); }

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

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

 span { border-color: rgb(78,73,179); }

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