Color Hex Logo

#4f636e Color Hex

#4F636E
(79,99,110)
0 Favorites   0 Comments

Color spaces of #4f636e

RGB 7999110
HSL0.560.160.37
HSV201°28°43°
CMYK 0.280.100.00   0.57
XYZ10.500811.711716.4590
Yxy11.71170.27150.3029
Hunter Lab34.2224-5.1181-4.5594
CIE-Lab40.7542-4.7111-8.6876

#4f636e color RGB value is (79,99,110).

#4f636e hex color red value is 79, green value is 99 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4f636e hue: 0.56 , saturation: 0.16 and the lightness value of 4f636e is 0.37.

The process color (four color CMYK) of #4f636e color hex is 0.28, 0.10, 0.00, 0.57. Web safe color of #4f636e is #666666. Color #4f636e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100011 01101110
Octal 117 143 156
Decimal 79 99 110
Hex 4F 63 6E

RGB Percentages of Color #4f636e

%27.43
%34.38
%38.19

CMYK Percentages of Color #4f636e

%28
%10
%0
%57

Triadic Colors of #4f636e

#4f636e #6e4f63 #636e4f

Analogous Colors of #4f636e

#4f636e #4f546e #4f6e6a

Monochromatic Colors of #4f636e

#4f636e

Complementary Color

#4f636e #6e5a4f

#4f636e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f636e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f636e Color CSS Codes

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

#4f636e Text Font Color

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

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


#4f636e Background Color

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

This div background color is #4f636e


#4f636e Border Color

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

This div border color is #4f636e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f636e


Comments

No comments written yet.

Please login to write comment.