Color Hex Logo

#424994 Color Hex

#424994
(66,73,148)
0 Favorites   0 Comments

Color spaces of #424994

RGB 6673148
HSL0.650.380.42
HSV235°55°58°
CMYK 0.550.510.00   0.42
XYZ9.97468.061529.0473
Yxy8.06150.21180.1712
Hunter Lab28.392813.0210-40.7818
CIE-Lab34.110619.8485-42.3518

#424994 color RGB value is (66,73,148).

#424994 hex color red value is 66, green value is 73 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #424994 hue: 0.65 , saturation: 0.38 and the lightness value of 424994 is 0.42.

The process color (four color CMYK) of #424994 color hex is 0.55, 0.51, 0.00, 0.42. Web safe color of #424994 is #333399. Color #424994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 10010100
Octal 102 111 224
Decimal 66 73 148
Hex 42 49 94

RGB Percentages of Color #424994

%23.00
%25.44
%51.57

CMYK Percentages of Color #424994

%55
%51
%0
%42

Triadic Colors of #424994

#424994 #944249 #499442

Analogous Colors of #424994

#424994 #644294 #427294

Monochromatic Colors of #424994

#424994

Complementary Color

#424994 #948d42

#424994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424994 Color CSS Codes

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

#424994 Text Font Color

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

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


#424994 Background Color

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

This div background color is #424994


#424994 Border Color

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

This div border color is #424994


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,73,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424994; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424994;
  -webkit-box-shadow: 1px 1px 3px 2px #424994;
  box-shadow:         1px 1px 3px 2px #424994; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424994


Comments

No comments written yet.

Please login to write comment.