Color Hex Logo

#4f757e Color Hex

#4F757E
(79,117,126)
0 Favorites   0 Comments

Color spaces of #4f757e

RGB 79117126
HSL0.530.230.40
HSV191°37°49°
CMYK 0.370.070.00   0.51
XYZ13.351615.891222.1023
Yxy15.89120.26000.3095
Hunter Lab39.8638-9.9765-4.9685
CIE-Lab46.8314-10.9079-9.2109

#4f757e color RGB value is (79,117,126).

#4f757e hex color red value is 79, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4f757e hue: 0.53 , saturation: 0.23 and the lightness value of 4f757e is 0.40.

The process color (four color CMYK) of #4f757e color hex is 0.37, 0.07, 0.00, 0.51. Web safe color of #4f757e is #666666. Color #4f757e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01110101 01111110
Octal 117 165 176
Decimal 79 117 126
Hex 4F 75 7E

RGB Percentages of Color #4f757e

%24.53
%36.34
%39.13

CMYK Percentages of Color #4f757e

%37
%7
%0
%51

Triadic Colors of #4f757e

#4f757e #7e4f75 #757e4f

Analogous Colors of #4f757e

#4f757e #4f5e7e #4f7e70

Monochromatic Colors of #4f757e

#4f757e

Complementary Color

#4f757e #7e584f

#4f757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f757e Color CSS Codes

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

#4f757e Text Font Color

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

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


#4f757e Background Color

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

This div background color is #4f757e


#4f757e Border Color

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

This div border color is #4f757e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,117,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f757e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f757e;
  -webkit-box-shadow: 1px 1px 3px 2px #4f757e;
  box-shadow:         1px 1px 3px 2px #4f757e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,117,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f757e


Comments

No comments written yet.

Please login to write comment.