Color Hex Logo

#4b437c Color Hex

#4B437C
(75,67,124)
0 Favorites   0 Comments

Color spaces of #4b437c

RGB 7567124
HSL0.690.300.37
HSV248°46°49°
CMYK 0.400.460.00   0.51
XYZ8.54696.965419.9628
Yxy6.96540.24090.1963
Hunter Lab26.392011.6200-26.3722
CIE-Lab31.728018.2820-31.3292

#4b437c color RGB value is (75,67,124).

#4b437c hex color red value is 75, green value is 67 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #4b437c hue: 0.69 , saturation: 0.30 and the lightness value of 4b437c is 0.37.

The process color (four color CMYK) of #4b437c color hex is 0.40, 0.46, 0.00, 0.51. Web safe color of #4b437c is #333366. Color #4b437c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000011 01111100
Octal 113 103 174
Decimal 75 67 124
Hex 4B 43 7C

RGB Percentages of Color #4b437c

%28.20
%25.19
%46.62

CMYK Percentages of Color #4b437c

%40
%46
%0
%51

Triadic Colors of #4b437c

#4b437c #7c4b43 #437c4b

Analogous Colors of #4b437c

#4b437c #68437c #43577c

Monochromatic Colors of #4b437c

#4b437c

Complementary Color

#4b437c #747c43

#4b437c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b437c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b437c Color CSS Codes

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

#4b437c Text Font Color

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

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


#4b437c Background Color

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

This div background color is #4b437c


#4b437c Border Color

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

This div border color is #4b437c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b437c


Comments

No comments written yet.

Please login to write comment.