Color Hex Logo

#4b646c Color Hex

#4B646C
(75,100,108)
0 Favorites   0 Comments

Color spaces of #4b646c

RGB 75100108
HSL0.540.180.36
HSV195°31°42°
CMYK 0.310.070.00   0.58
XYZ10.165611.692915.9085
Yxy11.69290.26920.3096
Hunter Lab34.1949-6.7758-3.6471
CIE-Lab40.7238-7.1607-7.5386

#4b646c color RGB value is (75,100,108).

#4b646c hex color red value is 75, green value is 100 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #4b646c hue: 0.54 , saturation: 0.18 and the lightness value of 4b646c is 0.36.

The process color (four color CMYK) of #4b646c color hex is 0.31, 0.07, 0.00, 0.58. Web safe color of #4b646c is #336666. Color #4b646c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100100 01101100
Octal 113 144 154
Decimal 75 100 108
Hex 4B 64 6C

RGB Percentages of Color #4b646c

%26.50
%35.34
%38.16

CMYK Percentages of Color #4b646c

%31
%7
%0
%58

Triadic Colors of #4b646c

#4b646c #6c4b64 #646c4b

Analogous Colors of #4b646c

#4b646c #4b546c #4b6c64

Monochromatic Colors of #4b646c

#4b646c

Complementary Color

#4b646c #6c534b

#4b646c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b646c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b646c Color CSS Codes

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

#4b646c Text Font Color

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

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


#4b646c Background Color

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

This div background color is #4b646c


#4b646c Border Color

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

This div border color is #4b646c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b646c


Comments

No comments written yet.

Please login to write comment.