Color Hex Logo

#4d55aa Color Hex

#4D55AA
(77,85,170)
0 Favorites   0 Comments

Color spaces of #4d55aa

RGB 7785170
HSL0.650.380.48
HSV235°55°67°
CMYK 0.550.500.00   0.33
XYZ13.564810.977139.4341
Yxy10.97710.21200.1716
Hunter Lab33.131715.1011-47.3761
CIE-Lab39.541921.8887-46.7991

#4d55aa color RGB value is (77,85,170).

#4d55aa hex color red value is 77, green value is 85 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4d55aa hue: 0.65 , saturation: 0.38 and the lightness value of 4d55aa is 0.48.

The process color (four color CMYK) of #4d55aa color hex is 0.55, 0.50, 0.00, 0.33. Web safe color of #4d55aa is #666699. Color #4d55aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01010101 10101010
Octal 115 125 252
Decimal 77 85 170
Hex 4D 55 AA

RGB Percentages of Color #4d55aa

%23.19
%25.60
%51.20

CMYK Percentages of Color #4d55aa

%55
%50
%0
%33

Triadic Colors of #4d55aa

#4d55aa #aa4d55 #55aa4d

Analogous Colors of #4d55aa

#4d55aa #744daa #4d84aa

Monochromatic Colors of #4d55aa

#4d55aa

Complementary Color

#4d55aa #aaa24d

#4d55aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d55aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d55aa Color CSS Codes

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

#4d55aa Text Font Color

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

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


#4d55aa Background Color

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

This div background color is #4d55aa


#4d55aa Border Color

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

This div border color is #4d55aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d55aa


Comments

No comments written yet.

Please login to write comment.