#4E41AE

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

Shades of Rich Blue #4E41AE

Tints of Rich Blue #4E41AE

Color information

#4E41AE (or 0x4E41AE) is unknown color: approx Rich Blue. HEX triplet: 4E, 41 and AE. RGB value is (78,65,174). Sum of RGB (Red+Green+Blue) = 78+65+174=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E41AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E41AE is #B1BE51. Grayscale: #505050. Windows color (decimal): -11648594 or 11419982. OLE color: 11419982.

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

Color convert

RGB7865174-
CMYK0.550.6300.32
HSL247.16º45.61%46.86%-
HSV(B)247.16º62.64%68.24%-
XYZ12.678.4641.01-
YUV81.31180.31125.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.61%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=24.61%
G=20.50%
B=54.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78651740.550.6300.32247.1645.6146.86
Hex4E41AE373F020f72e2f
Octal11610125667770403675657
Binary1001110100000110101110110111111111010000011110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,174); }

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

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

 a { background-color: rgb(78,65,174); }

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

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

 span { border-color: rgb(78,65,174); }

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