Color Hex Logo

#4a747d Color Hex

#4A747D
(74,116,125)
0 Favorites   0 Comments

Color spaces of #4a747d

RGB 74116125
HSL0.530.260.39
HSV191°41°49°
CMYK 0.410.070.00   0.51
XYZ12.771115.427321.7067
Yxy15.42730.25590.3091
Hunter Lab39.2776-10.6966-5.2722
CIE-Lab46.2140-12.0694-9.5700

#4a747d color RGB value is (74,116,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110100 01111101
Octal 112 164 175
Decimal 74 116 125
Hex 4A 74 7D

RGB Percentages of Color #4a747d

%23.49
%36.83
%39.68

CMYK Percentages of Color #4a747d

%41
%7
%0
%51

Triadic Colors of #4a747d

#4a747d #7d4a74 #747d4a

Analogous Colors of #4a747d

#4a747d #4a5b7d #4a7d6d

Monochromatic Colors of #4a747d

#4a747d

Complementary Color

#4a747d #7d534a

#4a747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a747d Color CSS Codes

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

#4a747d Text Font Color

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

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


#4a747d Background Color

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

This div background color is #4a747d


#4a747d Border Color

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

This div border color is #4a747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a747d


Comments

No comments written yet.

Please login to write comment.