Color Hex Logo

#4b3667 Color Hex

#4B3667
(75,54,103)
0 Favorites   0 Comments

Color spaces of #4b3667

RGB 7554103
HSL0.740.310.31
HSV266°48°40°
CMYK 0.270.480.00   0.60
XYZ6.66905.113513.4675
Yxy5.11350.26410.2025
Hunter Lab22.613013.0701-19.4818
CIE-Lab27.055720.6414-25.4149

#4b3667 color RGB value is (75,54,103).

#4b3667 hex color red value is 75, green value is 54 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #4b3667 hue: 0.74 , saturation: 0.31 and the lightness value of 4b3667 is 0.31.

The process color (four color CMYK) of #4b3667 color hex is 0.27, 0.48, 0.00, 0.60. Web safe color of #4b3667 is #333366. Color #4b3667 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00110110 01100111
Octal 113 66 147
Decimal 75 54 103
Hex 4B 36 67

RGB Percentages of Color #4b3667

%32.33
%23.28
%44.40

CMYK Percentages of Color #4b3667

%27
%48
%0
%60

Triadic Colors of #4b3667

#4b3667 #674b36 #36674b

Analogous Colors of #4b3667

#4b3667 #643667 #363967

Monochromatic Colors of #4b3667

#4b3667

Complementary Color

#4b3667 #526736

#4b3667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b3667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b3667 Color CSS Codes

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

#4b3667 Text Font Color

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

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


#4b3667 Background Color

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

This div background color is #4b3667


#4b3667 Border Color

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

This div border color is #4b3667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b3667


Comments

No comments written yet.

Please login to write comment.