Color Hex Logo

#4a36af Color Hex

#4A36AF
(74,54,175)
0 Favorites   0 Comments

Color spaces of #4a36af

RGB 7454175
HSL0.690.530.45
HSV250°69°69°
CMYK 0.580.690.00   0.31
XYZ11.88117.189341.3189
Yxy7.18930.19670.1190
Hunter Lab26.812932.1729-72.5975
CIE-Lab32.234042.0963-61.6349

#4a36af color RGB value is (74,54,175).

#4a36af hex color red value is 74, green value is 54 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4a36af hue: 0.69 , saturation: 0.53 and the lightness value of 4a36af is 0.45.

The process color (four color CMYK) of #4a36af color hex is 0.58, 0.69, 0.00, 0.31. Web safe color of #4a36af is #333399. Color #4a36af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110110 10101111
Octal 112 66 257
Decimal 74 54 175
Hex 4A 36 AF

RGB Percentages of Color #4a36af

%24.42
%17.82
%57.76

CMYK Percentages of Color #4a36af

%58
%69
%0
%31

Triadic Colors of #4a36af

#4a36af #af4a36 #36af4a

Analogous Colors of #4a36af

#4a36af #8736af #365faf

Monochromatic Colors of #4a36af

#4a36af

Complementary Color

#4a36af #9baf36

#4a36af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a36af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a36af Color CSS Codes

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

#4a36af Text Font Color

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

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


#4a36af Background Color

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

This div background color is #4a36af


#4a36af Border Color

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

This div border color is #4a36af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a36af


Comments

No comments written yet.

Please login to write comment.