Color Hex Logo

#4a4873 Color Hex

#4A4873
(74,72,115)
0 Favorites   0 Comments

Color spaces of #4a4873

RGB 7472115
HSL0.670.230.37
HSV243°37°45°
CMYK 0.360.370.00   0.55
XYZ8.23597.328417.2001
Yxy7.32840.25140.2237
Hunter Lab27.07106.9313-18.7213
CIE-Lab32.543112.0180-24.4202

#4a4873 color RGB value is (74,72,115).

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

The process color (four color CMYK) of #4a4873 color hex is 0.36, 0.37, 0.00, 0.55. Web safe color of #4a4873 is #333366. Color #4a4873 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001000 01110011
Octal 112 110 163
Decimal 74 72 115
Hex 4A 48 73

RGB Percentages of Color #4a4873

%28.35
%27.59
%44.06

CMYK Percentages of Color #4a4873

%36
%37
%0
%55

Triadic Colors of #4a4873

#4a4873 #734a48 #48734a

Analogous Colors of #4a4873

#4a4873 #604873 #485c73

Monochromatic Colors of #4a4873

#4a4873

Complementary Color

#4a4873 #717348

#4a4873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4873 Color CSS Codes

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

#4a4873 Text Font Color

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

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


#4a4873 Background Color

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

This div background color is #4a4873


#4a4873 Border Color

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

This div border color is #4a4873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4873


Comments

No comments written yet.

Please login to write comment.