#4E4CAE

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

Shades of Rich Blue #4E4CAE

Tints of Rich Blue #4E4CAE

Color information

#4E4CAE (or 0x4E4CAE) is unknown color: approx Rich Blue. HEX triplet: 4E, 4C and AE. RGB value is (78,76,174). Sum of RGB (Red+Green+Blue) = 78+76+174=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E4CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4CAE is #B1B351. Grayscale: #575757. Windows color (decimal): -11645778 or 11422798. OLE color: 11422798.

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

Color convert

RGB7876174-
CMYK0.550.5600.32
HSL241.22º39.2%49.02%-
HSV(B)241.22º56.32%68.24%-
XYZ13.379.8441.24-
YUV87.77176.66121.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.78%
GREEN value IS 76 (30.08% from 255) = 23.17%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=23.78%
G=23.17%
B=53.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78761740.550.5600.32241.2239.249.02
Hex4E4CAE3738020f12731
Octal11611425667700403614761
Binary1001110100110010101110110111111000010000011110001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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