Color Hex Logo

#4a749f Color Hex

#4A749F
(74,116,159)
0 Favorites   0 Comments

Color spaces of #4a749f

RGB 74116159
HSL0.580.360.46
HSV210°53°62°
CMYK 0.530.270.00   0.38
XYZ15.327416.449835.1682
Yxy16.44980.22900.2457
Hunter Lab40.5584-3.5202-23.0196
CIE-Lab47.5592-1.8088-27.6382

#4a749f color RGB value is (74,116,159).

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

The process color (four color CMYK) of #4a749f color hex is 0.53, 0.27, 0.00, 0.38. Web safe color of #4a749f is #336699. Color #4a749f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110100 10011111
Octal 112 164 237
Decimal 74 116 159
Hex 4A 74 9F

RGB Percentages of Color #4a749f

%21.20
%33.24
%45.56

CMYK Percentages of Color #4a749f

%53
%27
%0
%38

Triadic Colors of #4a749f

#4a749f #9f4a74 #749f4a

Analogous Colors of #4a749f

#4a749f #4b4a9f #4a9f9f

Monochromatic Colors of #4a749f

#4a749f

Complementary Color

#4a749f #9f754a

#4a749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a749f Color CSS Codes

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

#4a749f Text Font Color

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

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


#4a749f Background Color

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

This div background color is #4a749f


#4a749f Border Color

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

This div border color is #4a749f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a749f


Comments

No comments written yet.

Please login to write comment.