Color Hex Logo

#4a749a Color Hex

#4A749A
(74,116,154)
0 Favorites   0 Comments

Color spaces of #4a749a

RGB 74116154
HSL0.580.350.45
HSV209°52°60°
CMYK 0.520.250.00   0.40
XYZ14.902216.279732.9287
Yxy16.27970.23240.2539
Hunter Lab40.3481-4.6819-20.1438
CIE-Lab47.3393-3.4015-25.0403

#4a749a color RGB value is (74,116,154).

#4a749a hex color red value is 74, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #4a749a hue: 0.58 , saturation: 0.35 and the lightness value of 4a749a is 0.45.

The process color (four color CMYK) of #4a749a color hex is 0.52, 0.25, 0.00, 0.40. Web safe color of #4a749a is #336699. Color #4a749a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110100 10011010
Octal 112 164 232
Decimal 74 116 154
Hex 4A 74 9A

RGB Percentages of Color #4a749a

%21.51
%33.72
%44.77

CMYK Percentages of Color #4a749a

%52
%25
%0
%40

Triadic Colors of #4a749a

#4a749a #9a4a74 #749a4a

Analogous Colors of #4a749a

#4a749a #4a4c9a #4a9a98

Monochromatic Colors of #4a749a

#4a749a

Complementary Color

#4a749a #9a704a

#4a749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a749a Color CSS Codes

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

#4a749a Text Font Color

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

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


#4a749a Background Color

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

This div background color is #4a749a


#4a749a Border Color

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

This div border color is #4a749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a749a


Comments

No comments written yet.

Please login to write comment.