Color Hex Logo

#4d627a Color Hex

#4D627A
(77,98,122)
0 Favorites   0 Comments

Color spaces of #4d627a

RGB 7798122
HSL0.590.230.39
HSV212°37°48°
CMYK 0.370.200.00   0.52
XYZ10.941111.718320.0976
Yxy11.71830.25590.2741
Hunter Lab34.2320-2.8545-10.8467
CIE-Lab40.7649-1.4496-16.0036

#4d627a color RGB value is (77,98,122).

#4d627a hex color red value is 77, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #4d627a hue: 0.59 , saturation: 0.23 and the lightness value of 4d627a is 0.39.

The process color (four color CMYK) of #4d627a color hex is 0.37, 0.20, 0.00, 0.52. Web safe color of #4d627a is #666666. Color #4d627a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01100010 01111010
Octal 115 142 172
Decimal 77 98 122
Hex 4D 62 7A

RGB Percentages of Color #4d627a

%25.93
%33.00
%41.08

CMYK Percentages of Color #4d627a

%37
%20
%0
%52

Triadic Colors of #4d627a

#4d627a #7a4d62 #627a4d

Analogous Colors of #4d627a

#4d627a #4f4d7a #4d797a

Monochromatic Colors of #4d627a

#4d627a

Complementary Color

#4d627a #7a654d

#4d627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d627a Color CSS Codes

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

#4d627a Text Font Color

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

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


#4d627a Background Color

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

This div background color is #4d627a


#4d627a Border Color

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

This div border color is #4d627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d627a

#4d627a Color Palettes


Comments

No comments written yet.

Please login to write comment.