Color Hex Logo

#4b434e Color Hex

#4B434E
(75,67,78)
0 Favorites   0 Comments

Color spaces of #4b434e

RGB 756778
HSL0.790.080.28
HSV284°14°31°
CMYK 0.040.140.00   0.69
XYZ6.28406.06028.0463
Yxy6.06020.30820.2972
Hunter Lab24.61752.4844-2.1469
CIE-Lab29.56385.7831-5.3700

#4b434e color RGB value is (75,67,78).

#4b434e hex color red value is 75, green value is 67 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4b434e hue: 0.79 , saturation: 0.08 and the lightness value of 4b434e is 0.28.

The process color (four color CMYK) of #4b434e color hex is 0.04, 0.14, 0.00, 0.69. Web safe color of #4b434e is #333366. Color #4b434e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000011 01001110
Octal 113 103 116
Decimal 75 67 78
Hex 4B 43 4E

RGB Percentages of Color #4b434e

%34.09
%30.45
%35.45

CMYK Percentages of Color #4b434e

%4
%14
%0
%69

Triadic Colors of #4b434e

#4b434e #4e4b43 #434e4b

Analogous Colors of #4b434e

#4b434e #4e434c #46434e

Monochromatic Colors of #4b434e

#4b434e

Complementary Color

#4b434e #464e43

#4b434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b434e Color CSS Codes

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

#4b434e Text Font Color

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

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


#4b434e Background Color

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

This div background color is #4b434e


#4b434e Border Color

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

This div border color is #4b434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b434e


Comments

No comments written yet.

Please login to write comment.