Color Hex Logo

#4a547d Color Hex

#4A547D
(74,84,125)
0 Favorites   0 Comments

Color spaces of #4a547d

RGB 7484125
HSL0.630.260.39
HSV228°41°49°
CMYK 0.410.330.00   0.51
XYZ9.69609.277220.6817
Yxy9.27720.24450.2339
Hunter Lab30.45853.5204-18.9377
CIE-Lab36.51267.2787-24.4277

#4a547d color RGB value is (74,84,125).

#4a547d hex color red value is 74, green value is 84 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4a547d hue: 0.63 , saturation: 0.26 and the lightness value of 4a547d is 0.39.

The process color (four color CMYK) of #4a547d color hex is 0.41, 0.33, 0.00, 0.51. Web safe color of #4a547d is #336666. Color #4a547d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010100 01111101
Octal 112 124 175
Decimal 74 84 125
Hex 4A 54 7D

RGB Percentages of Color #4a547d

%26.15
%29.68
%44.17

CMYK Percentages of Color #4a547d

%41
%33
%0
%51

Triadic Colors of #4a547d

#4a547d #7d4a54 #547d4a

Analogous Colors of #4a547d

#4a547d #5a4a7d #4a6e7d

Monochromatic Colors of #4a547d

#4a547d

Complementary Color

#4a547d #7d734a

#4a547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a547d Color CSS Codes

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

#4a547d Text Font Color

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

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


#4a547d Background Color

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

This div background color is #4a547d


#4a547d Border Color

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

This div border color is #4a547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a547d


Comments

No comments written yet.

Please login to write comment.