Color Hex Logo

#424faa Color Hex

#424FAA
(66,79,170)
0 Favorites   0 Comments

Color spaces of #424faa

RGB 6679170
HSL0.650.440.46
HSV233°61°67°
CMYK 0.610.540.00   0.33
XYZ12.29849.652539.2451
Yxy9.65250.20100.1577
Hunter Lab31.068516.2891-53.1461
CIE-Lab37.211423.5355-50.5891

#424faa color RGB value is (66,79,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001111 10101010
Octal 102 117 252
Decimal 66 79 170
Hex 42 4F AA

RGB Percentages of Color #424faa

%20.95
%25.08
%53.97

CMYK Percentages of Color #424faa

%61
%54
%0
%33

Triadic Colors of #424faa

#424faa #aa424f #4faa42

Analogous Colors of #424faa

#424faa #6942aa #4283aa

Monochromatic Colors of #424faa

#424faa

Complementary Color

#424faa #aa9d42

#424faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#424faa Color CSS Codes

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

#424faa Text Font Color

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

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


#424faa Background Color

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

This div background color is #424faa


#424faa Border Color

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

This div border color is #424faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,79,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 #424faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424faa


Comments

No comments written yet.

Please login to write comment.