Color Hex Logo

#4a4c96 Color Hex

#4A4C96
(74,76,150)
0 Favorites   0 Comments

Color spaces of #4a4c96

RGB 7476150
HSL0.660.340.44
HSV238°51°59°
CMYK 0.510.490.00   0.41
XYZ10.91358.826729.9827
Yxy8.82670.21950.1775
Hunter Lab29.709813.5776-39.0379
CIE-Lab35.648520.3991-41.0678

#4a4c96 color RGB value is (74,76,150).

#4a4c96 hex color red value is 74, green value is 76 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4a4c96 hue: 0.66 , saturation: 0.34 and the lightness value of 4a4c96 is 0.44.

The process color (four color CMYK) of #4a4c96 color hex is 0.51, 0.49, 0.00, 0.41. Web safe color of #4a4c96 is #333399. Color #4a4c96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001100 10010110
Octal 112 114 226
Decimal 74 76 150
Hex 4A 4C 96

RGB Percentages of Color #4a4c96

%24.67
%25.33
%50.00

CMYK Percentages of Color #4a4c96

%51
%49
%0
%41

Triadic Colors of #4a4c96

#4a4c96 #964a4c #4c964a

Analogous Colors of #4a4c96

#4a4c96 #6e4a96 #4a7296

Monochromatic Colors of #4a4c96

#4a4c96

Complementary Color

#4a4c96 #96944a

#4a4c96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4c96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4c96 Color CSS Codes

.mybgcolor {background-color:#4a4c96; } 
.myforecolor {color:#4a4c96; }
.mybordercolor {border:3px solid #4a4c96; }

#4a4c96 Text Font Color

<p style="color:#4a4c96">Text here</p>

This sample text font color is #4a4c96
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4a4c96 Background Color

<div style="background-color:#4a4c96">
Div content here</div>

This div background color is #4a4c96


#4a4c96 Border Color

<div style="border:3px solid #4a4c96">
Div here</div>

This div border color is #4a4c96


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,76,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a4c96; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a4c96;
  -webkit-box-shadow: 1px 1px 3px 2px #4a4c96;
  box-shadow:         1px 1px 3px 2px #4a4c96; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,76,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a4c96">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4a4c96;
  -webkit-box-shadow: 1px 1px 3px 2px #4a4c96;
  box-shadow:         1px 1px 3px 2px #4a4c96;">
Div content here</div>

This div box has shadow with color #4a4c96


Comments

No comments written yet.

Please login to write comment.