Color Hex Logo

#4a558c Color Hex

#4A558C
(74,85,140)
0 Favorites   0 Comments

Color spaces of #4a558c

RGB 7485140
HSL0.640.310.42
HSV230°47°55°
CMYK 0.470.390.00   0.45
XYZ10.80629.846326.1419
Yxy9.84630.23090.2104
Hunter Lab31.37886.5587-27.4297
CIE-Lab37.565211.3384-31.9514

#4a558c color RGB value is (74,85,140).

#4a558c hex color red value is 74, green value is 85 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #4a558c hue: 0.64 , saturation: 0.31 and the lightness value of 4a558c is 0.42.

The process color (four color CMYK) of #4a558c color hex is 0.47, 0.39, 0.00, 0.45. Web safe color of #4a558c is #336699. Color #4a558c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010101 10001100
Octal 112 125 214
Decimal 74 85 140
Hex 4A 55 8C

RGB Percentages of Color #4a558c

%24.75
%28.43
%46.82

CMYK Percentages of Color #4a558c

%47
%39
%0
%45

Triadic Colors of #4a558c

#4a558c #8c4a55 #558c4a

Analogous Colors of #4a558c

#4a558c #604a8c #4a768c

Monochromatic Colors of #4a558c

#4a558c

Complementary Color

#4a558c #8c814a

#4a558c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a558c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a558c Color CSS Codes

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

#4a558c Text Font Color

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

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


#4a558c Background Color

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

This div background color is #4a558c


#4a558c Border Color

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

This div border color is #4a558c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a558c

#4a558c Color Palettes


Comments

No comments written yet.

Please login to write comment.