Color Hex Logo

#4926ad Color Hex

#4926AD
(73,38,173)
0 Favorites   0 Comments

Color spaces of #4926ad

RGB 7338173
HSL0.710.640.41
HSV256°78°68°
CMYK 0.580.780.00   0.32
XYZ10.98365.819840.0796
Yxy5.81980.19310.1023
Hunter Lab24.124339.0523-81.6163
CIE-Lab28.953249.7772-65.8291

#4926ad color RGB value is (73,38,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100110 10101101
Octal 111 46 255
Decimal 73 38 173
Hex 49 26 AD

RGB Percentages of Color #4926ad

%25.70
%13.38
%60.92

CMYK Percentages of Color #4926ad

%58
%78
%0
%32

Triadic Colors of #4926ad

#4926ad #ad4926 #26ad49

Analogous Colors of #4926ad

#4926ad #8d26ad #2646ad

Monochromatic Colors of #4926ad

#4926ad

Complementary Color

#4926ad #8aad26

#4926ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4926ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4926ad Color CSS Codes

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

#4926ad Text Font Color

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

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


#4926ad Background Color

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

This div background color is #4926ad


#4926ad Border Color

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

This div border color is #4926ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,38,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 #4926ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4926ad


Comments

No comments written yet.

Please login to write comment.