#4E44AE

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

Shades of Rich Blue #4E44AE

Tints of Rich Blue #4E44AE

Color information

#4E44AE (or 0x4E44AE) is unknown color: approx Rich Blue. HEX triplet: 4E, 44 and AE. RGB value is (78,68,174). Sum of RGB (Red+Green+Blue) = 78+68+174=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E44AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E44AE is #B1BB51. Grayscale: #525252. Windows color (decimal): -11647826 or 11420750. OLE color: 11420750.

HSL color Cylindrical-coordinate representation of color #4E44AE: hue angle of 245.66º 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 #4E44AE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7868174-
CMYK0.550.6100.32
HSL245.66º43.8%47.45%-
HSV(B)245.66º60.92%68.24%-
XYZ12.858.8141.07-
YUV83.07179.31124.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.38%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=24.38%
G=21.25%
B=54.38%

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
Decimal78681740.550.6100.32245.6643.847.45
Hex4E44AE373D020f62c2f
Octal11610425667750403665457
Binary1001110100010010101110110111111101010000011110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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