Color Hex Logo

#4c496d Color Hex

#4C496D
(76,73,109)
0 Favorites   0 Comments

Color spaces of #4c496d

RGB 7673109
HSL0.680.200.36
HSV245°33°43°
CMYK 0.300.330.00   0.57
XYZ8.12347.405715.4693
Yxy7.40570.26210.2389
Hunter Lab27.21345.6601-14.6536
CIE-Lab32.713210.2728-20.3716

#4c496d color RGB value is (76,73,109).

#4c496d hex color red value is 76, green value is 73 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #4c496d hue: 0.68 , saturation: 0.20 and the lightness value of 4c496d is 0.36.

The process color (four color CMYK) of #4c496d color hex is 0.30, 0.33, 0.00, 0.57. Web safe color of #4c496d is #333366. Color #4c496d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01001001 01101101
Octal 114 111 155
Decimal 76 73 109
Hex 4C 49 6D

RGB Percentages of Color #4c496d

%29.46
%28.29
%42.25

CMYK Percentages of Color #4c496d

%30
%33
%0
%57

Triadic Colors of #4c496d

#4c496d #6d4c49 #496d4c

Analogous Colors of #4c496d

#4c496d #5e496d #49586d

Monochromatic Colors of #4c496d

#4c496d

Complementary Color

#4c496d #6a6d49

#4c496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c496d Color CSS Codes

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

#4c496d Text Font Color

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

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


#4c496d Background Color

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

This div background color is #4c496d


#4c496d Border Color

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

This div border color is #4c496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c496d


Comments

No comments written yet.

Please login to write comment.