Color Hex Logo

#4b518e Color Hex

#4B518E
(75,81,142)
0 Favorites   0 Comments

Color spaces of #4b518e

RGB 7581142
HSL0.650.310.43
HSV235°47°56°
CMYK 0.470.430.00   0.44
XYZ10.72669.333726.8274
Yxy9.33370.22880.1991
Hunter Lab30.55119.2075-30.6777
CIE-Lab36.619014.8205-34.6599

#4b518e color RGB value is (75,81,142).

#4b518e hex color red value is 75, green value is 81 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4b518e hue: 0.65 , saturation: 0.31 and the lightness value of 4b518e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010001 10001110
Octal 113 121 216
Decimal 75 81 142
Hex 4B 51 8E

RGB Percentages of Color #4b518e

%25.17
%27.18
%47.65

CMYK Percentages of Color #4b518e

%47
%43
%0
%44

Triadic Colors of #4b518e

#4b518e #8e4b51 #518e4b

Analogous Colors of #4b518e

#4b518e #674b8e #4b738e

Monochromatic Colors of #4b518e

#4b518e

Complementary Color

#4b518e #8e884b

#4b518e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b518e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b518e Color CSS Codes

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

#4b518e Text Font Color

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

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


#4b518e Background Color

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

This div background color is #4b518e


#4b518e Border Color

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

This div border color is #4b518e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,81,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 #4b518e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b518e


Comments

No comments written yet.

Please login to write comment.