Color Hex Logo

#4b3e65 Color Hex

#4B3E65
(75,62,101)
0 Favorites   0 Comments

Color spaces of #4b3e65

RGB 7562101
HSL0.720.240.32
HSV260°39°40°
CMYK 0.260.390.00   0.60
XYZ6.97325.880713.0795
Yxy5.88070.26890.2268
Hunter Lab24.25028.8904-15.0034
CIE-Lab29.109514.8781-20.9076

#4b3e65 color RGB value is (75,62,101).

#4b3e65 hex color red value is 75, green value is 62 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #4b3e65 hue: 0.72 , saturation: 0.24 and the lightness value of 4b3e65 is 0.32.

The process color (four color CMYK) of #4b3e65 color hex is 0.26, 0.39, 0.00, 0.60. Web safe color of #4b3e65 is #333366. Color #4b3e65 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00111110 01100101
Octal 113 76 145
Decimal 75 62 101
Hex 4B 3E 65

RGB Percentages of Color #4b3e65

%31.51
%26.05
%42.44

CMYK Percentages of Color #4b3e65

%26
%39
%0
%60

Triadic Colors of #4b3e65

#4b3e65 #654b3e #3e654b

Analogous Colors of #4b3e65

#4b3e65 #5f3e65 #3e4565

Monochromatic Colors of #4b3e65

#4b3e65

Complementary Color

#4b3e65 #58653e

#4b3e65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b3e65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b3e65 Color CSS Codes

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

#4b3e65 Text Font Color

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

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


#4b3e65 Background Color

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

This div background color is #4b3e65


#4b3e65 Border Color

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

This div border color is #4b3e65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b3e65


Comments

No comments written yet.

Please login to write comment.