Color Hex Logo

#4a5dae Color Hex

#4A5DAE
(74,93,174)
0 Favorites   0 Comments

Color spaces of #4a5dae

RGB 7493174
HSL0.640.400.49
HSV229°57°68°
CMYK 0.570.470.00   0.32
XYZ14.378412.340541.6685
Yxy12.34050.21020.1804
Hunter Lab35.129011.5846-45.7368
CIE-Lab41.752217.4841-45.6314

#4a5dae color RGB value is (74,93,174).

#4a5dae hex color red value is 74, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4a5dae hue: 0.64 , saturation: 0.40 and the lightness value of 4a5dae is 0.49.

The process color (four color CMYK) of #4a5dae color hex is 0.57, 0.47, 0.00, 0.32. Web safe color of #4a5dae is #336699. Color #4a5dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01011101 10101110
Octal 112 135 256
Decimal 74 93 174
Hex 4A 5D AE

RGB Percentages of Color #4a5dae

%21.70
%27.27
%51.03

CMYK Percentages of Color #4a5dae

%57
%47
%0
%32

Triadic Colors of #4a5dae

#4a5dae #ae4a5d #5dae4a

Analogous Colors of #4a5dae

#4a5dae #694aae #4a8fae

Monochromatic Colors of #4a5dae

#4a5dae

Complementary Color

#4a5dae #ae9b4a

#4a5dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5dae Color CSS Codes

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

#4a5dae Text Font Color

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

This sample text font color is #4a5dae
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.


#4a5dae Background Color

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

This div background color is #4a5dae


#4a5dae Border Color

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

This div border color is #4a5dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5dae


Comments

No comments written yet.

Please login to write comment.