Color Hex Logo

#4d74ab Color Hex

#4D74AB
(77,116,171)
1 Favorites   0 Comments

Color spaces of #4d74ab

RGB 77116171
HSL0.600.380.49
HSV215°55°67°
CMYK 0.550.320.00   0.33
XYZ16.656617.008840.9332
Yxy17.00880.22330.2280
Hunter Lab41.2417-0.0809-29.9772
CIE-Lab48.27112.7725-33.5328

#4d74ab color RGB value is (77,116,171).

#4d74ab hex color red value is 77, green value is 116 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4d74ab hue: 0.60 , saturation: 0.38 and the lightness value of 4d74ab is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 01110100 10101011
Octal 115 164 253
Decimal 77 116 171
Hex 4D 74 AB

RGB Percentages of Color #4d74ab

%21.15
%31.87
%46.98

CMYK Percentages of Color #4d74ab

%55
%32
%0
%33

Triadic Colors of #4d74ab

#4d74ab #ab4d74 #74ab4d

Analogous Colors of #4d74ab

#4d74ab #554dab #4da3ab

Monochromatic Colors of #4d74ab

#4d74ab

Complementary Color

#4d74ab #ab844d

#4d74ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d74ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d74ab Color CSS Codes

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

#4d74ab Text Font Color

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

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


#4d74ab Background Color

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

This div background color is #4d74ab


#4d74ab Border Color

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

This div border color is #4d74ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d74ab


Comments

No comments written yet.

Please login to write comment.