Color Hex Logo

#4f6b76 Color Hex

#4F6B76
(79,107,118)
0 Favorites   0 Comments

Color spaces of #4f6b76

RGB 79107118
HSL0.550.200.39
HSV197°33°46°
CMYK 0.330.090.00   0.54
XYZ11.752213.485719.1231
Yxy13.48570.26490.3040
Hunter Lab36.7229-7.1408-5.1687
CIE-Lab43.4861-7.3116-9.4406

#4f6b76 color RGB value is (79,107,118).

#4f6b76 hex color red value is 79, green value is 107 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #4f6b76 hue: 0.55 , saturation: 0.20 and the lightness value of 4f6b76 is 0.39.

The process color (four color CMYK) of #4f6b76 color hex is 0.33, 0.09, 0.00, 0.54. Web safe color of #4f6b76 is #666666. Color #4f6b76 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01101011 01110110
Octal 117 153 166
Decimal 79 107 118
Hex 4F 6B 76

RGB Percentages of Color #4f6b76

%25.99
%35.20
%38.82

CMYK Percentages of Color #4f6b76

%33
%9
%0
%54

Triadic Colors of #4f6b76

#4f6b76 #764f6b #6b764f

Analogous Colors of #4f6b76

#4f6b76 #4f5876 #4f766e

Monochromatic Colors of #4f6b76

#4f6b76

Complementary Color

#4f6b76 #765a4f

#4f6b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f6b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f6b76 Color CSS Codes

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

#4f6b76 Text Font Color

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

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


#4f6b76 Background Color

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

This div background color is #4f6b76


#4f6b76 Border Color

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

This div border color is #4f6b76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f6b76


Comments

No comments written yet.

Please login to write comment.