Color Hex Logo

#4d41bd Color Hex

#4D41BD
(77,65,189)
0 Favorites   0 Comments

Color spaces of #4d41bd

RGB 7765189
HSL0.680.490.50
HSV246°66°74°
CMYK 0.590.660.00   0.26
XYZ14.13629.032549.1425
Yxy9.03250.19550.1249
Hunter Lab30.054131.3642-75.9092
CIE-Lab36.046840.5722-63.6772

#4d41bd color RGB value is (77,65,189).

#4d41bd hex color red value is 77, green value is 65 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4d41bd hue: 0.68 , saturation: 0.49 and the lightness value of 4d41bd is 0.50.

The process color (four color CMYK) of #4d41bd color hex is 0.59, 0.66, 0.00, 0.26. Web safe color of #4d41bd is #6633cc. Color #4d41bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01000001 10111101
Octal 115 101 275
Decimal 77 65 189
Hex 4D 41 BD

RGB Percentages of Color #4d41bd

%23.26
%19.64
%57.10

CMYK Percentages of Color #4d41bd

%59
%66
%0
%26

Triadic Colors of #4d41bd

#4d41bd #bd4d41 #41bd4d

Analogous Colors of #4d41bd

#4d41bd #8b41bd #4173bd

Monochromatic Colors of #4d41bd

#4d41bd

Complementary Color

#4d41bd #b1bd41

#4d41bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d41bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d41bd Color CSS Codes

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

#4d41bd Text Font Color

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

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


#4d41bd Background Color

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

This div background color is #4d41bd


#4d41bd Border Color

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

This div border color is #4d41bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,65,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d41bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d41bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4d41bd;
  box-shadow:         1px 1px 3px 2px #4d41bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,65,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d41bd


Comments

No comments written yet.

Please login to write comment.