#4E43AE

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

Shades of Rich Blue #4E43AE

Tints of Rich Blue #4E43AE

Color information

#4E43AE (or 0x4E43AE) is unknown color: approx Rich Blue. HEX triplet: 4E, 43 and AE. RGB value is (78,67,174). Sum of RGB (Red+Green+Blue) = 78+67+174=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E43AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E43AE is #B1BC51. Grayscale: #525252. Windows color (decimal): -11648082 or 11420494. OLE color: 11420494.

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

Color convert

RGB7867174-
CMYK0.550.6100.32
HSL246.17º44.4%47.25%-
HSV(B)246.17º61.49%68.24%-
XYZ12.798.6941.05-
YUV82.49179.64124.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.45%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=24.45%
G=21.00%
B=54.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78671740.550.6100.32246.1744.447.25
Hex4E43AE373D020f62c2f
Octal11610325667750403665457
Binary1001110100001110101110110111111101010000011110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E43AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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