Color Hex Logo

#4849ad Color Hex

#4849AD
(72,73,173)
0 Favorites   0 Comments

Color spaces of #4849ad

RGB 7273173
HSL0.670.410.48
HSV239°58°68°
CMYK 0.580.580.00   0.32
XYZ12.59799.159940.6392
Yxy9.15990.20190.1468
Hunter Lab30.265321.3361-58.4268
CIE-Lab36.290429.5419-53.8428

#4849ad color RGB value is (72,73,173).

#4849ad hex color red value is 72, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4849ad hue: 0.67 , saturation: 0.41 and the lightness value of 4849ad is 0.48.

The process color (four color CMYK) of #4849ad color hex is 0.58, 0.58, 0.00, 0.32. Web safe color of #4849ad is #333399. Color #4849ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001001 10101101
Octal 110 111 255
Decimal 72 73 173
Hex 48 49 AD

RGB Percentages of Color #4849ad

%22.64
%22.96
%54.40

CMYK Percentages of Color #4849ad

%58
%58
%0
%32

Triadic Colors of #4849ad

#4849ad #ad4849 #49ad48

Analogous Colors of #4849ad

#4849ad #7a48ad #487cad

Monochromatic Colors of #4849ad

#4849ad

Complementary Color

#4849ad #adac48

#4849ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4849ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4849ad Color CSS Codes

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

#4849ad Text Font Color

<p style="color:#4849ad">Text here</p>

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


#4849ad Background Color

<div style="background-color:#4849ad">
Div content here</div>

This div background color is #4849ad


#4849ad Border Color

<div style="border:3px solid #4849ad">
Div here</div>

This div border color is #4849ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,73,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4849ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4849ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4849ad;
  box-shadow:         1px 1px 3px 2px #4849ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4849ad


Comments

No comments written yet.

Please login to write comment.