Color Hex Logo

#4b4753 Color Hex

#4B4753
(75,71,83)
0 Favorites   0 Comments

Color spaces of #4b4753

RGB 757183
HSL0.720.080.30
HSV260°14°33°
CMYK 0.100.140.00   0.67
XYZ6.71626.62699.1087
Yxy6.62690.29910.2952
Hunter Lab25.74281.5202-2.9590
CIE-Lab30.94204.3756-6.5361

#4b4753 color RGB value is (75,71,83).

#4b4753 hex color red value is 75, green value is 71 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #4b4753 hue: 0.72 , saturation: 0.08 and the lightness value of 4b4753 is 0.30.

The process color (four color CMYK) of #4b4753 color hex is 0.10, 0.14, 0.00, 0.67. Web safe color of #4b4753 is #333366. Color #4b4753 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000111 01010011
Octal 113 107 123
Decimal 75 71 83
Hex 4B 47 53

RGB Percentages of Color #4b4753

%32.75
%31.00
%36.24

CMYK Percentages of Color #4b4753

%10
%14
%0
%67

Triadic Colors of #4b4753

#4b4753 #534b47 #47534b

Analogous Colors of #4b4753

#4b4753 #514753 #474953

Monochromatic Colors of #4b4753

#4b4753

Complementary Color

#4b4753 #4f5347

#4b4753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4753 Color CSS Codes

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

#4b4753 Text Font Color

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

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


#4b4753 Background Color

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

This div background color is #4b4753


#4b4753 Border Color

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

This div border color is #4b4753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4753


Comments

No comments written yet.

Please login to write comment.