Color Hex Logo

#4b565f Color Hex

#4B565F
(75,86,95)
0 Favorites   0 Comments

Color spaces of #4b565f

RGB 758695
HSL0.580.120.33
HSV207°21°37°
CMYK 0.210.090.00   0.63
XYZ8.29508.977712.1221
Yxy8.97770.28220.3054
Hunter Lab29.9628-3.0184-3.0131
CIE-Lab35.9413-2.1015-6.6595

#4b565f color RGB value is (75,86,95).

#4b565f hex color red value is 75, green value is 86 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #4b565f hue: 0.58 , saturation: 0.12 and the lightness value of 4b565f is 0.33.

The process color (four color CMYK) of #4b565f color hex is 0.21, 0.09, 0.00, 0.63. Web safe color of #4b565f is #336666. Color #4b565f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010110 01011111
Octal 113 126 137
Decimal 75 86 95
Hex 4B 56 5F

RGB Percentages of Color #4b565f

%29.30
%33.59
%37.11

CMYK Percentages of Color #4b565f

%21
%9
%0
%63

Triadic Colors of #4b565f

#4b565f #5f4b56 #565f4b

Analogous Colors of #4b565f

#4b565f #4b4c5f #4b5f5e

Monochromatic Colors of #4b565f

#4b565f

Complementary Color

#4b565f #5f544b

#4b565f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b565f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b565f Color CSS Codes

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

#4b565f Text Font Color

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

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


#4b565f Background Color

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

This div background color is #4b565f


#4b565f Border Color

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

This div border color is #4b565f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b565f


Comments

No comments written yet.

Please login to write comment.