Color Hex Logo

#4f6a7e Color Hex

#4F6A7E
(79,106,126)
1 Favorites   0 Comments

Color spaces of #4f6a7e

RGB 79106126
HSL0.570.230.40
HSV206°37°49°
CMYK 0.370.160.00   0.51
XYZ12.144413.476721.6998
Yxy13.47670.25660.2848
Hunter Lab36.7106-5.1932-9.3491
CIE-Lab43.4729-4.5139-14.2836

#4f6a7e color RGB value is (79,106,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01101010 01111110
Octal 117 152 176
Decimal 79 106 126
Hex 4F 6A 7E

RGB Percentages of Color #4f6a7e

%25.40
%34.08
%40.51

CMYK Percentages of Color #4f6a7e

%37
%16
%0
%51

Triadic Colors of #4f6a7e

#4f6a7e #7e4f6a #6a7e4f

Analogous Colors of #4f6a7e

#4f6a7e #4f537e #4f7e7b

Monochromatic Colors of #4f6a7e

#4f6a7e

Complementary Color

#4f6a7e #7e634f

#4f6a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f6a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f6a7e Color CSS Codes

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

#4f6a7e Text Font Color

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

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


#4f6a7e Background Color

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

This div background color is #4f6a7e


#4f6a7e Border Color

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

This div border color is #4f6a7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,106,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 #4f6a7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f6a7e


Comments

No comments written yet.

Please login to write comment.