Color Hex Logo

#4b565d Color Hex

#4B565D
(75,86,93)
0 Favorites   0 Comments

Color spaces of #4b565d

RGB 758693
HSL0.560.110.33
HSV203°19°36°
CMYK 0.190.080.00   0.64
XYZ8.20528.941711.6494
Yxy8.94170.28490.3105
Hunter Lab29.9027-3.3498-2.1662
CIE-Lab35.8718-2.6050-5.5121

#4b565d color RGB value is (75,86,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010110 01011101
Octal 113 126 135
Decimal 75 86 93
Hex 4B 56 5D

RGB Percentages of Color #4b565d

%29.53
%33.86
%36.61

CMYK Percentages of Color #4b565d

%19
%8
%0
%64

Triadic Colors of #4b565d

#4b565d #5d4b56 #565d4b

Analogous Colors of #4b565d

#4b565d #4b4d5d #4b5d5b

Monochromatic Colors of #4b565d

#4b565d

Complementary Color

#4b565d #5d524b

#4b565d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b565d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b565d Color CSS Codes

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

#4b565d Text Font Color

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

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


#4b565d Background Color

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

This div background color is #4b565d


#4b565d Border Color

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

This div border color is #4b565d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,86,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 #4b565d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b565d


Comments

No comments written yet.

Please login to write comment.