Color Hex Logo

#4b4551 Color Hex

#4B4551
(75,69,81)
0 Favorites   0 Comments

Color spaces of #4b4551

RGB 756981
HSL0.750.080.29
HSV270°15°32°
CMYK 0.070.150.00   0.68
XYZ6.51506.34628.6661
Yxy6.34620.30260.2948
Hunter Lab25.19172.0778-2.7620
CIE-Lab30.26965.1886-6.2551

#4b4551 color RGB value is (75,69,81).

#4b4551 hex color red value is 75, green value is 69 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #4b4551 hue: 0.75 , saturation: 0.08 and the lightness value of 4b4551 is 0.29.

The process color (four color CMYK) of #4b4551 color hex is 0.07, 0.15, 0.00, 0.68. Web safe color of #4b4551 is #333366. Color #4b4551 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000101 01010001
Octal 113 105 121
Decimal 75 69 81
Hex 4B 45 51

RGB Percentages of Color #4b4551

%33.33
%30.67
%36.00

CMYK Percentages of Color #4b4551

%7
%15
%0
%68

Triadic Colors of #4b4551

#4b4551 #514b45 #45514b

Analogous Colors of #4b4551

#4b4551 #514551 #454551

Monochromatic Colors of #4b4551

#4b4551

Complementary Color

#4b4551 #4b5145

#4b4551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4551 Color CSS Codes

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

#4b4551 Text Font Color

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

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


#4b4551 Background Color

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

This div background color is #4b4551


#4b4551 Border Color

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

This div border color is #4b4551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4551


Comments

No comments written yet.

Please login to write comment.