Color Hex Logo

#4c678e Color Hex

#4C678E
(76,103,142)
0 Favorites   0 Comments

Color spaces of #4c678e

RGB 76103142
HSL0.600.300.43
HSV215°46°56°
CMYK 0.460.270.00   0.44
XYZ12.713213.190027.4670
Yxy13.19000.23820.2471
Hunter Lab36.3180-1.0723-19.4179
CIE-Lab43.04811.1889-24.5637

#4c678e color RGB value is (76,103,142).

#4c678e hex color red value is 76, green value is 103 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4c678e hue: 0.60 , saturation: 0.30 and the lightness value of 4c678e is 0.43.

The process color (four color CMYK) of #4c678e color hex is 0.46, 0.27, 0.00, 0.44. Web safe color of #4c678e is #336699. Color #4c678e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01100111 10001110
Octal 114 147 216
Decimal 76 103 142
Hex 4C 67 8E

RGB Percentages of Color #4c678e

%23.68
%32.09
%44.24

CMYK Percentages of Color #4c678e

%46
%27
%0
%44

Triadic Colors of #4c678e

#4c678e #8e4c67 #678e4c

Analogous Colors of #4c678e

#4c678e #524c8e #4c888e

Monochromatic Colors of #4c678e

#4c678e

Complementary Color

#4c678e #8e734c

#4c678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c678e Color CSS Codes

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

#4c678e Text Font Color

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

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


#4c678e Background Color

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

This div background color is #4c678e


#4c678e Border Color

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

This div border color is #4c678e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,103,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c678e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c678e;
  -webkit-box-shadow: 1px 1px 3px 2px #4c678e;
  box-shadow:         1px 1px 3px 2px #4c678e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,103,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c678e


Comments

No comments written yet.

Please login to write comment.