#4E49AC

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

Shades of Rich Blue #4E49AC

Tints of Rich Blue #4E49AC

Color information

#4E49AC (or 0x4E49AC) is unknown color: approx Rich Blue. HEX triplet: 4E, 49 and AC. RGB value is (78,73,172). Sum of RGB (Red+Green+Blue) = 78+73+172=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E49AC is #B1B653. Grayscale: #555555. Windows color (decimal): -11646548 or 11290958. OLE color: 11290958.

HSL color Cylindrical-coordinate representation of color #4E49AC: hue angle of 243.03º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E49AC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7873172-
CMYK0.550.5800.33
HSL243.03º40.41%48.04%-
HSV(B)243.03º57.56%67.45%-
XYZ12.979.3640.15-
YUV85.78176.66122.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.15%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=24.15%
G=22.60%
B=53.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78731720.550.5800.33243.0340.4148.04
Hex4E49AC373A021f32830
Octal11611125467720413635060
Binary1001110100100110101100110111111010010000111110011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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