Color Hex Logo

#4a4edc Color Hex

#4A4EDC
(74,78,220)
0 Favorites   0 Comments

Color spaces of #4a4edc

RGB 7478220
HSL0.660.680.58
HSV238°66°86°
CMYK 0.660.650.00   0.14
XYZ18.466712.071969.0670
Yxy12.07190.18540.1212
Hunter Lab34.744634.0692-93.5382
CIE-Lab41.330242.4795-72.9985

#4a4edc color RGB value is (74,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001110 11011100
Octal 112 116 334
Decimal 74 78 220
Hex 4A 4E DC

RGB Percentages of Color #4a4edc

%19.89
%20.97
%59.14

CMYK Percentages of Color #4a4edc

%66
%65
%0
%14

Triadic Colors of #4a4edc

#4a4edc #dc4a4e #4edc4a

Analogous Colors of #4a4edc

#4a4edc #8f4adc #4a97dc

Monochromatic Colors of #4a4edc

#4a4edc

Complementary Color

#4a4edc #dcd84a

#4a4edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4edc Color CSS Codes

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

#4a4edc Text Font Color

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

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


#4a4edc Background Color

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

This div background color is #4a4edc


#4a4edc Border Color

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

This div border color is #4a4edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,78,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 #4a4edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4edc


Comments

No comments written yet.

Please login to write comment.