Color Hex Logo

#4a4887 Color Hex

#4A4887
(74,72,135)
0 Favorites   0 Comments

Color spaces of #4a4887

RGB 7472135
HSL0.670.300.41
HSV242°47°53°
CMYK 0.450.470.00   0.47
XYZ9.51467.839823.9334
Yxy7.83980.23040.1899
Hunter Lab27.999611.6570-31.0799
CIE-Lab33.647018.1643-35.1029

#4a4887 color RGB value is (74,72,135).

#4a4887 hex color red value is 74, green value is 72 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #4a4887 hue: 0.67 , saturation: 0.30 and the lightness value of 4a4887 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001000 10000111
Octal 112 110 207
Decimal 74 72 135
Hex 4A 48 87

RGB Percentages of Color #4a4887

%26.33
%25.62
%48.04

CMYK Percentages of Color #4a4887

%45
%47
%0
%47

Triadic Colors of #4a4887

#4a4887 #874a48 #48874a

Analogous Colors of #4a4887

#4a4887 #6a4887 #486687

Monochromatic Colors of #4a4887

#4a4887

Complementary Color

#4a4887 #858748

#4a4887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4887 Color CSS Codes

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

#4a4887 Text Font Color

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

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


#4a4887 Background Color

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

This div background color is #4a4887


#4a4887 Border Color

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

This div border color is #4a4887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4887


Comments

No comments written yet.

Please login to write comment.