Color Hex Logo

#4d6870 Color Hex

#4D6870
(77,104,112)
0 Favorites   0 Comments

Color spaces of #4d6870

RGB 77104112
HSL0.540.190.37
HSV194°31°44°
CMYK 0.310.070.00   0.56
XYZ10.935512.648317.1942
Yxy12.64830.26820.3102
Hunter Lab35.5644-7.3519-3.7696
CIE-Lab42.2285-7.7998-7.7090

#4d6870 color RGB value is (77,104,112).

#4d6870 hex color red value is 77, green value is 104 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #4d6870 hue: 0.54 , saturation: 0.19 and the lightness value of 4d6870 is 0.37.

The process color (four color CMYK) of #4d6870 color hex is 0.31, 0.07, 0.00, 0.56. Web safe color of #4d6870 is #666666. Color #4d6870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01101000 01110000
Octal 115 150 160
Decimal 77 104 112
Hex 4D 68 70

RGB Percentages of Color #4d6870

%26.28
%35.49
%38.23

CMYK Percentages of Color #4d6870

%31
%7
%0
%56

Triadic Colors of #4d6870

#4d6870 #704d68 #68704d

Analogous Colors of #4d6870

#4d6870 #4d5770 #4d7067

Monochromatic Colors of #4d6870

#4d6870

Complementary Color

#4d6870 #70554d

#4d6870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d6870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d6870 Color CSS Codes

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

#4d6870 Text Font Color

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

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


#4d6870 Background Color

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

This div background color is #4d6870


#4d6870 Border Color

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

This div border color is #4d6870


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,104,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d6870; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d6870;
  -webkit-box-shadow: 1px 1px 3px 2px #4d6870;
  box-shadow:         1px 1px 3px 2px #4d6870; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,104,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d6870


Comments

No comments written yet.

Please login to write comment.