Color Hex Logo

#4b767e Color Hex

#4B767E
(75,118,126)
0 Favorites   0 Comments

Color spaces of #4b767e

RGB 75118126
HSL0.530.250.39
HSV189°40°49°
CMYK 0.400.060.00   0.51
XYZ13.146015.959122.1262
Yxy15.95910.25660.3115
Hunter Lab39.9488-11.1713-4.8744
CIE-Lab46.9208-12.6342-9.0992

#4b767e color RGB value is (75,118,126).

#4b767e hex color red value is 75, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4b767e hue: 0.53 , saturation: 0.25 and the lightness value of 4b767e is 0.39.

The process color (four color CMYK) of #4b767e color hex is 0.40, 0.06, 0.00, 0.51. Web safe color of #4b767e is #336666. Color #4b767e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01110110 01111110
Octal 113 166 176
Decimal 75 118 126
Hex 4B 76 7E

RGB Percentages of Color #4b767e

%23.51
%36.99
%39.50

CMYK Percentages of Color #4b767e

%40
%6
%0
%51

Triadic Colors of #4b767e

#4b767e #7e4b76 #767e4b

Analogous Colors of #4b767e

#4b767e #4b5d7e #4b7e6d

Monochromatic Colors of #4b767e

#4b767e

Complementary Color

#4b767e #7e534b

#4b767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b767e Color CSS Codes

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

#4b767e Text Font Color

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

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


#4b767e Background Color

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

This div background color is #4b767e


#4b767e Border Color

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

This div border color is #4b767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b767e


Comments

No comments written yet.

Please login to write comment.