Color Hex Logo

#4c718b Color Hex

#4C718B
(76,113,139)
0 Favorites   0 Comments

Color spaces of #4c718b

RGB 76113139
HSL0.570.290.42
HSV205°45°55°
CMYK 0.450.190.00   0.45
XYZ13.545815.210826.6481
Yxy15.21080.24450.2745
Hunter Lab39.0010-6.2553-13.2102
CIE-Lab45.9216-5.7321-18.3410

#4c718b color RGB value is (76,113,139).

#4c718b hex color red value is 76, green value is 113 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #4c718b hue: 0.57 , saturation: 0.29 and the lightness value of 4c718b is 0.42.

The process color (four color CMYK) of #4c718b color hex is 0.45, 0.19, 0.00, 0.45. Web safe color of #4c718b is #336699. Color #4c718b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01110001 10001011
Octal 114 161 213
Decimal 76 113 139
Hex 4C 71 8B

RGB Percentages of Color #4c718b

%23.17
%34.45
%42.38

CMYK Percentages of Color #4c718b

%45
%19
%0
%45

Triadic Colors of #4c718b

#4c718b #8b4c71 #718b4c

Analogous Colors of #4c718b

#4c718b #4c528b #4c8b86

Monochromatic Colors of #4c718b

#4c718b

Complementary Color

#4c718b #8b664c

#4c718b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c718b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c718b Color CSS Codes

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

#4c718b Text Font Color

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

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


#4c718b Background Color

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

This div background color is #4c718b


#4c718b Border Color

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

This div border color is #4c718b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c718b


Comments

No comments written yet.

Please login to write comment.