Color Hex Logo

#4d598b Color Hex

#4D598B
(77,89,139)
0 Favorites   0 Comments

Color spaces of #4d598b

RGB 7789139
HSL0.630.290.42
HSV228°45°55°
CMYK 0.450.360.00   0.45
XYZ11.293110.586625.8743
Yxy10.58660.23650.2217
Hunter Lab32.53715.0147-24.3730
CIE-Lab38.87539.2760-29.2669

#4d598b color RGB value is (77,89,139).

#4d598b hex color red value is 77, green value is 89 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #4d598b hue: 0.63 , saturation: 0.29 and the lightness value of 4d598b is 0.42.

The process color (four color CMYK) of #4d598b color hex is 0.45, 0.36, 0.00, 0.45. Web safe color of #4d598b is #666699. Color #4d598b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011001 10001011
Octal 115 131 213
Decimal 77 89 139
Hex 4D 59 8B

RGB Percentages of Color #4d598b

%25.25
%29.18
%45.57

CMYK Percentages of Color #4d598b

%45
%36
%0
%45

Triadic Colors of #4d598b

#4d598b #8b4d59 #598b4d

Analogous Colors of #4d598b

#4d598b #604d8b #4d788b

Monochromatic Colors of #4d598b

#4d598b

Complementary Color

#4d598b #8b7f4d

#4d598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d598b Color CSS Codes

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

#4d598b Text Font Color

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

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


#4d598b Background Color

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

This div background color is #4d598b


#4d598b Border Color

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

This div border color is #4d598b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,89,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d598b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d598b;
  -webkit-box-shadow: 1px 1px 3px 2px #4d598b;
  box-shadow:         1px 1px 3px 2px #4d598b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,89,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d598b


Comments

No comments written yet.

Please login to write comment.