Color Hex Logo

#4a61dc Color Hex

#4A61DC
(74,97,220)
0 Favorites   0 Comments

Color spaces of #4a61dc

RGB 7497220
HSL0.640.680.58
HSV231°66°86°
CMYK 0.660.560.00   0.14
XYZ20.017015.172569.5837
Yxy15.17250.19110.1448
Hunter Lab38.951923.5636-78.6494
CIE-Lab45.869630.8002-65.5995

#4a61dc color RGB value is (74,97,220).

#4a61dc hex color red value is 74, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4a61dc hue: 0.64 , saturation: 0.68 and the lightness value of 4a61dc is 0.58.

The process color (four color CMYK) of #4a61dc color hex is 0.66, 0.56, 0.00, 0.14. Web safe color of #4a61dc is #3366cc. Color #4a61dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100001 11011100
Octal 112 141 334
Decimal 74 97 220
Hex 4A 61 DC

RGB Percentages of Color #4a61dc

%18.93
%24.81
%56.27

CMYK Percentages of Color #4a61dc

%66
%56
%0
%14

Triadic Colors of #4a61dc

#4a61dc #dc4a61 #61dc4a

Analogous Colors of #4a61dc

#4a61dc #7c4adc #4aaadc

Monochromatic Colors of #4a61dc

#4a61dc

Complementary Color

#4a61dc #dcc54a

#4a61dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a61dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a61dc Color CSS Codes

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

#4a61dc Text Font Color

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

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


#4a61dc Background Color

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

This div background color is #4a61dc


#4a61dc Border Color

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

This div border color is #4a61dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a61dc


Comments

No comments written yet.

Please login to write comment.