Color Hex Logo

#4b787e Color Hex

#4B787E
(75,120,126)
0 Favorites   0 Comments

Color spaces of #4b787e

RGB 75120126
HSL0.520.250.39
HSV187°40°49°
CMYK 0.400.050.00   0.51
XYZ13.384016.435222.2056
Yxy16.43520.25730.3159
Hunter Lab40.5404-12.0156-4.0973
CIE-Lab47.5404-13.7536-8.1714

#4b787e color RGB value is (75,120,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111000 01111110
Octal 113 170 176
Decimal 75 120 126
Hex 4B 78 7E

RGB Percentages of Color #4b787e

%23.36
%37.38
%39.25

CMYK Percentages of Color #4b787e

%40
%5
%0
%51

Triadic Colors of #4b787e

#4b787e #7e4b78 #787e4b

Analogous Colors of #4b787e

#4b787e #4b5f7e #4b7e6b

Monochromatic Colors of #4b787e

#4b787e

Complementary Color

#4b787e #7e514b

#4b787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b787e Color CSS Codes

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

#4b787e Text Font Color

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

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


#4b787e Background Color

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

This div background color is #4b787e


#4b787e Border Color

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

This div border color is #4b787e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b787e

#4b787e Color Palettes


Comments

No comments written yet.

Please login to write comment.