#4C3EAE

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

Shades of Rich Blue #4C3EAE

Tints of Rich Blue #4C3EAE

Color information

#4C3EAE (or 0x4C3EAE) is unknown color: approx Rich Blue. HEX triplet: 4C, 3E and AE. RGB value is (76,62,174). Sum of RGB (Red+Green+Blue) = 76+62+174=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C3EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3EAE is #B3C151. Grayscale: #4E4E4E. Windows color (decimal): -11780434 or 11419212. OLE color: 11419212.

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

Color convert

RGB7662174-
CMYK0.560.6400.32
HSL247.5º47.46%46.27%-
HSV(B)247.5º64.37%68.24%-
XYZ12.348.0440.95-
YUV78.95181.64125.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.36%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=24.36%
G=19.87%
B=55.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76621740.560.6400.32247.547.4646.27
Hex4C3EAE3840020f82f2e
Octal11476256701000403705756
Binary1001100111110101011101110001000000010000011111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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