Color Hex Logo

#4b5685 Color Hex

#4B5685
(75,86,133)
0 Favorites   0 Comments

Color spaces of #4b5685

RGB 7586133
HSL0.640.280.41
HSV229°44°52°
CMYK 0.440.350.00   0.48
XYZ10.46319.844923.5391
Yxy9.84490.23860.2245
Hunter Lab31.37664.6151-22.5165
CIE-Lab37.56268.7582-27.6853

#4b5685 color RGB value is (75,86,133).

#4b5685 hex color red value is 75, green value is 86 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #4b5685 hue: 0.64 , saturation: 0.28 and the lightness value of 4b5685 is 0.41.

The process color (four color CMYK) of #4b5685 color hex is 0.44, 0.35, 0.00, 0.48. Web safe color of #4b5685 is #336699. Color #4b5685 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010110 10000101
Octal 113 126 205
Decimal 75 86 133
Hex 4B 56 85

RGB Percentages of Color #4b5685

%25.51
%29.25
%45.24

CMYK Percentages of Color #4b5685

%44
%35
%0
%48

Triadic Colors of #4b5685

#4b5685 #854b56 #56854b

Analogous Colors of #4b5685

#4b5685 #5d4b85 #4b7385

Monochromatic Colors of #4b5685

#4b5685

Complementary Color

#4b5685 #857a4b

#4b5685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b5685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b5685 Color CSS Codes

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

#4b5685 Text Font Color

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

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


#4b5685 Background Color

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

This div background color is #4b5685


#4b5685 Border Color

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

This div border color is #4b5685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b5685


Comments

No comments written yet.

Please login to write comment.