Color Hex Logo

#4b585e Color Hex

#4B585E
(75,88,94)
0 Favorites   0 Comments

Color spaces of #4b585e

RGB 758894
HSL0.550.110.33
HSV199°20°37°
CMYK 0.200.060.00   0.63
XYZ8.41189.283511.9382
Yxy9.28350.28390.3133
Hunter Lab30.4688-4.0404-1.9026
CIE-Lab36.5245-3.5790-5.1650

#4b585e color RGB value is (75,88,94).

#4b585e hex color red value is 75, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #4b585e hue: 0.55 , saturation: 0.11 and the lightness value of 4b585e is 0.33.

The process color (four color CMYK) of #4b585e color hex is 0.20, 0.06, 0.00, 0.63. Web safe color of #4b585e is #336666. Color #4b585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01011000 01011110
Octal 113 130 136
Decimal 75 88 94
Hex 4B 58 5E

RGB Percentages of Color #4b585e

%29.18
%34.24
%36.58

CMYK Percentages of Color #4b585e

%20
%6
%0
%63

Triadic Colors of #4b585e

#4b585e #5e4b58 #585e4b

Analogous Colors of #4b585e

#4b585e #4b4f5e #4b5e5b

Monochromatic Colors of #4b585e

#4b585e

Complementary Color

#4b585e #5e514b

#4b585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b585e Color CSS Codes

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

#4b585e Text Font Color

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

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


#4b585e Background Color

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

This div background color is #4b585e


#4b585e Border Color

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

This div border color is #4b585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b585e


Comments

No comments written yet.

Please login to write comment.