Color Hex Logo

#4d5462 Color Hex

#4D5462
(77,84,98)
0 Favorites   0 Comments

Color spaces of #4d5462

RGB 778498
HSL0.610.120.34
HSV220°21°38°
CMYK 0.210.140.00   0.62
XYZ8.43558.800312.8093
Yxy8.80030.28080.2929
Hunter Lab29.6653-1.1568-4.8354
CIE-Lab35.59690.6282-9.0381

#4d5462 color RGB value is (77,84,98).

#4d5462 hex color red value is 77, green value is 84 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #4d5462 hue: 0.61 , saturation: 0.12 and the lightness value of 4d5462 is 0.34.

The process color (four color CMYK) of #4d5462 color hex is 0.21, 0.14, 0.00, 0.62. Web safe color of #4d5462 is #666666. Color #4d5462 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01010100 01100010
Octal 115 124 142
Decimal 77 84 98
Hex 4D 54 62

RGB Percentages of Color #4d5462

%29.73
%32.43
%37.84

CMYK Percentages of Color #4d5462

%21
%14
%0
%62

Triadic Colors of #4d5462

#4d5462 #624d54 #54624d

Analogous Colors of #4d5462

#4d5462 #514d62 #4d5f62

Monochromatic Colors of #4d5462

#4d5462

Complementary Color

#4d5462 #625b4d

#4d5462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d5462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d5462 Color CSS Codes

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

#4d5462 Text Font Color

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

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


#4d5462 Background Color

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

This div background color is #4d5462


#4d5462 Border Color

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

This div border color is #4d5462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d5462


Comments

No comments written yet.

Please login to write comment.