Color Hex Logo

#4e546b Color Hex

#4E546B
(78,84,107)
0 Favorites   0 Comments

Color spaces of #4e546b

RGB 7884107
HSL0.630.160.36
HSV228°27°42°
CMYK 0.270.210.00   0.58
XYZ8.96619.021915.1788
Yxy9.02190.27030.2720
Hunter Lab30.03650.7197-8.9364
CIE-Lab36.02643.3584-14.0017

#4e546b color RGB value is (78,84,107).

#4e546b hex color red value is 78, green value is 84 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #4e546b hue: 0.63 , saturation: 0.16 and the lightness value of 4e546b is 0.36.

The process color (four color CMYK) of #4e546b color hex is 0.27, 0.21, 0.00, 0.58. Web safe color of #4e546b is #666666. Color #4e546b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010100 01101011
Octal 116 124 153
Decimal 78 84 107
Hex 4E 54 6B

RGB Percentages of Color #4e546b

%29.00
%31.23
%39.78

CMYK Percentages of Color #4e546b

%27
%21
%0
%58

Triadic Colors of #4e546b

#4e546b #6b4e54 #546b4e

Analogous Colors of #4e546b

#4e546b #564e6b #4e636b

Monochromatic Colors of #4e546b

#4e546b

Complementary Color

#4e546b #6b654e

#4e546b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e546b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e546b Color CSS Codes

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

#4e546b Text Font Color

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

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


#4e546b Background Color

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

This div background color is #4e546b


#4e546b Border Color

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

This div border color is #4e546b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e546b


Comments

No comments written yet.

Please login to write comment.