Color Hex Logo

#4b676e Color Hex

#4B676E
(75,103,110)
0 Favorites   0 Comments

Color spaces of #4b676e

RGB 75103110
HSL0.530.190.36
HSV192°32°43°
CMYK 0.320.060.00   0.57
XYZ10.566412.322116.5734
Yxy12.32210.26780.3123
Hunter Lab35.1028-7.6992-3.4211
CIE-Lab41.7235-8.3908-7.2626

#4b676e color RGB value is (75,103,110).

#4b676e hex color red value is 75, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4b676e hue: 0.53 , saturation: 0.19 and the lightness value of 4b676e is 0.36.

The process color (four color CMYK) of #4b676e color hex is 0.32, 0.06, 0.00, 0.57. Web safe color of #4b676e is #336666. Color #4b676e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100111 01101110
Octal 113 147 156
Decimal 75 103 110
Hex 4B 67 6E

RGB Percentages of Color #4b676e

%26.04
%35.76
%38.19

CMYK Percentages of Color #4b676e

%32
%6
%0
%57

Triadic Colors of #4b676e

#4b676e #6e4b67 #676e4b

Analogous Colors of #4b676e

#4b676e #4b566e #4b6e64

Monochromatic Colors of #4b676e

#4b676e

Complementary Color

#4b676e #6e524b

#4b676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b676e Color CSS Codes

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

#4b676e Text Font Color

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

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


#4b676e Background Color

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

This div background color is #4b676e


#4b676e Border Color

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

This div border color is #4b676e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b676e


Comments

No comments written yet.

Please login to write comment.