Color Hex Logo

#424eaa Color Hex

#424EAA
(66,78,170)
0 Favorites   0 Comments

Color spaces of #424eaa

RGB 6678170
HSL0.650.440.46
HSV233°61°67°
CMYK 0.610.540.00   0.33
XYZ12.22699.509339.2213
Yxy9.50930.20060.1560
Hunter Lab30.837216.8101-53.8240
CIE-Lab36.946924.1843-51.0162

#424eaa color RGB value is (66,78,170).

#424eaa hex color red value is 66, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #424eaa hue: 0.65 , saturation: 0.44 and the lightness value of 424eaa is 0.46.

The process color (four color CMYK) of #424eaa color hex is 0.61, 0.54, 0.00, 0.33. Web safe color of #424eaa is #336699. Color #424eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 10101010
Octal 102 116 252
Decimal 66 78 170
Hex 42 4E AA

RGB Percentages of Color #424eaa

%21.02
%24.84
%54.14

CMYK Percentages of Color #424eaa

%61
%54
%0
%33

Triadic Colors of #424eaa

#424eaa #aa424e #4eaa42

Analogous Colors of #424eaa

#424eaa #6a42aa #4282aa

Monochromatic Colors of #424eaa

#424eaa

Complementary Color

#424eaa #aa9e42

#424eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#424eaa Color CSS Codes

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

#424eaa Text Font Color

<p style="color:#424eaa">Text here</p>

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


#424eaa Background Color

<div style="background-color:#424eaa">
Div content here</div>

This div background color is #424eaa


#424eaa Border Color

<div style="border:3px solid #424eaa">
Div here</div>

This div border color is #424eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,78,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #424eaa;
  box-shadow:         1px 1px 3px 2px #424eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,78,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424eaa


Comments

No comments written yet.

Please login to write comment.