Color Hex Logo

#4a7cae Color Hex

#4A7CAE
(74,124,174)
0 Favorites   0 Comments

Color spaces of #4a7cae

RGB 74124174
HSL0.580.400.49
HSV210°57°68°
CMYK 0.570.290.00   0.32
XYZ17.671718.927142.7663
Yxy18.92710.22270.2385
Hunter Lab43.5053-3.6282-27.8292
CIE-Lab50.6018-1.7013-31.6377

#4a7cae color RGB value is (74,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111100 10101110
Octal 112 174 256
Decimal 74 124 174
Hex 4A 7C AE

RGB Percentages of Color #4a7cae

%19.89
%33.33
%46.77

CMYK Percentages of Color #4a7cae

%57
%29
%0
%32

Triadic Colors of #4a7cae

#4a7cae #ae4a7c #7cae4a

Analogous Colors of #4a7cae

#4a7cae #4a4aae #4aaeae

Monochromatic Colors of #4a7cae

#4a7cae

Complementary Color

#4a7cae #ae7c4a

#4a7cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7cae Color CSS Codes

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

#4a7cae Text Font Color

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

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


#4a7cae Background Color

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

This div background color is #4a7cae


#4a7cae Border Color

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

This div border color is #4a7cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,124,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 #4a7cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7cae


Comments

No comments written yet.

Please login to write comment.