Color Hex Logo

#4b427d Color Hex

#4B427D
(75,66,125)
0 Favorites   0 Comments

Color spaces of #4b427d

RGB 7566125
HSL0.690.310.37
HSV249°47°49°
CMYK 0.400.470.00   0.51
XYZ8.55156.873020.2779
Yxy6.87300.23950.1925
Hunter Lab26.216412.3460-27.5082
CIE-Lab31.516019.2359-32.2894

#4b427d color RGB value is (75,66,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000010 01111101
Octal 113 102 175
Decimal 75 66 125
Hex 4B 42 7D

RGB Percentages of Color #4b427d

%28.20
%24.81
%46.99

CMYK Percentages of Color #4b427d

%40
%47
%0
%51

Triadic Colors of #4b427d

#4b427d #7d4b42 #427d4b

Analogous Colors of #4b427d

#4b427d #69427d #42577d

Monochromatic Colors of #4b427d

#4b427d

Complementary Color

#4b427d #747d42

#4b427d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b427d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b427d Color CSS Codes

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

#4b427d Text Font Color

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

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


#4b427d Background Color

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

This div background color is #4b427d


#4b427d Border Color

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

This div border color is #4b427d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b427d


Comments

No comments written yet.

Please login to write comment.