Color Hex Logo

#4c4b86 Color Hex

#4C4B86
(76,75,134)
0 Favorites   0 Comments

Color spaces of #4c4b86

RGB 7675134
HSL0.670.280.41
HSV241°44°53°
CMYK 0.430.440.00   0.47
XYZ9.79968.289923.6379
Yxy8.28990.23480.1987
Hunter Lab28.792210.3673-28.5216
CIE-Lab34.579516.4402-32.9963

#4c4b86 color RGB value is (76,75,134).

#4c4b86 hex color red value is 76, green value is 75 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #4c4b86 hue: 0.67 , saturation: 0.28 and the lightness value of 4c4b86 is 0.41.

The process color (four color CMYK) of #4c4b86 color hex is 0.43, 0.44, 0.00, 0.47. Web safe color of #4c4b86 is #333399. Color #4c4b86 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01001011 10000110
Octal 114 113 206
Decimal 76 75 134
Hex 4C 4B 86

RGB Percentages of Color #4c4b86

%26.67
%26.32
%47.02

CMYK Percentages of Color #4c4b86

%43
%44
%0
%47

Triadic Colors of #4c4b86

#4c4b86 #864c4b #4b864c

Analogous Colors of #4c4b86

#4c4b86 #6a4b86 #4b6886

Monochromatic Colors of #4c4b86

#4c4b86

Complementary Color

#4c4b86 #85864b

#4c4b86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4b86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4b86 Color CSS Codes

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

#4c4b86 Text Font Color

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

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


#4c4b86 Background Color

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

This div background color is #4c4b86


#4c4b86 Border Color

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

This div border color is #4c4b86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4b86


Comments

No comments written yet.

Please login to write comment.