Color Hex Logo

#4a5286 Color Hex

#4A5286
(74,82,134)
0 Favorites   0 Comments

Color spaces of #4a5286

RGB 7482134
HSL0.640.290.41
HSV232°45°53°
CMYK 0.450.390.00   0.47
XYZ10.14449.211723.7976
Yxy9.21170.23510.2135
Hunter Lab30.35086.5477-25.2429
CIE-Lab36.388711.3599-30.1470

#4a5286 color RGB value is (74,82,134).

#4a5286 hex color red value is 74, green value is 82 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #4a5286 hue: 0.64 , saturation: 0.29 and the lightness value of 4a5286 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010010 10000110
Octal 112 122 206
Decimal 74 82 134
Hex 4A 52 86

RGB Percentages of Color #4a5286

%25.52
%28.28
%46.21

CMYK Percentages of Color #4a5286

%45
%39
%0
%47

Triadic Colors of #4a5286

#4a5286 #864a52 #52864a

Analogous Colors of #4a5286

#4a5286 #604a86 #4a7086

Monochromatic Colors of #4a5286

#4a5286

Complementary Color

#4a5286 #867e4a

#4a5286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5286 Color CSS Codes

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

#4a5286 Text Font Color

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

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


#4a5286 Background Color

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

This div background color is #4a5286


#4a5286 Border Color

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

This div border color is #4a5286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5286


Comments

No comments written yet.

Please login to write comment.