Color Hex Logo

#4d747b Color Hex

#4D747B
(77,116,123)
0 Favorites   0 Comments

Color spaces of #4d747b

RGB 77116123
HSL0.530.230.39
HSV189°37°48°
CMYK 0.370.060.00   0.52
XYZ12.881115.498621.0515
Yxy15.49860.26060.3135
Hunter Lab39.3683-10.4901-4.1465
CIE-Lab46.3097-11.7487-8.2174

#4d747b color RGB value is (77,116,123).

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

The process color (four color CMYK) of #4d747b color hex is 0.37, 0.06, 0.00, 0.52. Web safe color of #4d747b is #666666. Color #4d747b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01110100 01111011
Octal 115 164 173
Decimal 77 116 123
Hex 4D 74 7B

RGB Percentages of Color #4d747b

%24.37
%36.71
%38.92

CMYK Percentages of Color #4d747b

%37
%6
%0
%52

Triadic Colors of #4d747b

#4d747b #7b4d74 #747b4d

Analogous Colors of #4d747b

#4d747b #4d5d7b #4d7b6b

Monochromatic Colors of #4d747b

#4d747b

Complementary Color

#4d747b #7b544d

#4d747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d747b Color CSS Codes

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

#4d747b Text Font Color

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

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


#4d747b Background Color

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

This div background color is #4d747b


#4d747b Border Color

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

This div border color is #4d747b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d747b


Comments

No comments written yet.

Please login to write comment.