Color Hex Logo

#4f5060 Color Hex

#4F5060
(79,80,96)
0 Favorites   0 Comments

Color spaces of #4f5060

RGB 798096
HSL0.660.100.34
HSV236°18°38°
CMYK 0.180.170.00   0.62
XYZ8.20448.244112.2252
Yxy8.24410.28610.2875
Hunter Lab28.71250.7581-5.1457
CIE-Lab34.48623.3603-9.4404

#4f5060 color RGB value is (79,80,96).

#4f5060 hex color red value is 79, green value is 80 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #4f5060 hue: 0.66 , saturation: 0.10 and the lightness value of 4f5060 is 0.34.

The process color (four color CMYK) of #4f5060 color hex is 0.18, 0.17, 0.00, 0.62. Web safe color of #4f5060 is #666666. Color #4f5060 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01010000 01100000
Octal 117 120 140
Decimal 79 80 96
Hex 4F 50 60

RGB Percentages of Color #4f5060

%30.98
%31.37
%37.65

CMYK Percentages of Color #4f5060

%18
%17
%0
%62

Triadic Colors of #4f5060

#4f5060 #604f50 #50604f

Analogous Colors of #4f5060

#4f5060 #574f60 #4f5960

Monochromatic Colors of #4f5060

#4f5060

Complementary Color

#4f5060 #605f4f

#4f5060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f5060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f5060 Color CSS Codes

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

#4f5060 Text Font Color

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

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


#4f5060 Background Color

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

This div background color is #4f5060


#4f5060 Border Color

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

This div border color is #4f5060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f5060

#4f5060 Color Palettes


Comments

No comments written yet.

Please login to write comment.