Color Hex Logo

#4b585d Color Hex

#4B585D
(75,88,93)
0 Favorites   0 Comments

Color spaces of #4b585d

RGB 758893
HSL0.550.110.33
HSV197°19°36°
CMYK 0.190.050.00   0.64
XYZ8.36729.265611.7034
Yxy9.26560.28520.3158
Hunter Lab30.4394-4.2029-1.4883
CIE-Lab36.4907-3.8279-4.5915

#4b585d color RGB value is (75,88,93).

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

The process color (four color CMYK) of #4b585d color hex is 0.19, 0.05, 0.00, 0.64. Web safe color of #4b585d is #336666. Color #4b585d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01011000 01011101
Octal 113 130 135
Decimal 75 88 93
Hex 4B 58 5D

RGB Percentages of Color #4b585d

%29.30
%34.38
%36.33

CMYK Percentages of Color #4b585d

%19
%5
%0
%64

Triadic Colors of #4b585d

#4b585d #5d4b58 #585d4b

Analogous Colors of #4b585d

#4b585d #4b4f5d #4b5d59

Monochromatic Colors of #4b585d

#4b585d

Complementary Color

#4b585d #5d504b

#4b585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b585d Color CSS Codes

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

#4b585d Text Font Color

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

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


#4b585d Background Color

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

This div background color is #4b585d


#4b585d Border Color

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

This div border color is #4b585d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b585d


Comments

No comments written yet.

Please login to write comment.