Color Hex Logo

#4b657d Color Hex

#4B657D
(75,101,125)
0 Favorites   0 Comments

Color spaces of #4b657d

RGB 75101125
HSL0.580.250.39
HSV209°40°49°
CMYK 0.400.190.00   0.51
XYZ11.257012.283921.1798
Yxy12.28390.25170.2747
Hunter Lab35.0484-4.0033-11.2952
CIE-Lab41.6638-3.0058-16.4620

#4b657d color RGB value is (75,101,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01100101 01111101
Octal 113 145 175
Decimal 75 101 125
Hex 4B 65 7D

RGB Percentages of Color #4b657d

%24.92
%33.55
%41.53

CMYK Percentages of Color #4b657d

%40
%19
%0
%51

Triadic Colors of #4b657d

#4b657d #7d4b65 #657d4b

Analogous Colors of #4b657d

#4b657d #4b4c7d #4b7d7c

Monochromatic Colors of #4b657d

#4b657d

Complementary Color

#4b657d #7d634b

#4b657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b657d Color CSS Codes

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

#4b657d Text Font Color

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

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


#4b657d Background Color

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

This div background color is #4b657d


#4b657d Border Color

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

This div border color is #4b657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b657d


Comments

No comments written yet.

Please login to write comment.