Color Hex Logo

#424e5e Color Hex

#424E5E
(66,78,94)
1 Favorites   0 Comments

Color spaces of #424e5e

RGB 667894
HSL0.600.180.31
HSV214°30°37°
CMYK 0.300.170.00   0.63
XYZ6.99157.415211.6525
Yxy7.41520.26830.2846
Hunter Lab27.2309-1.8243-6.3095
CIE-Lab32.7340-0.5621-10.9305

#424e5e color RGB value is (66,78,94).

#424e5e hex color red value is 66, green value is 78 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #424e5e hue: 0.60 , saturation: 0.18 and the lightness value of 424e5e is 0.31.

The process color (four color CMYK) of #424e5e color hex is 0.30, 0.17, 0.00, 0.63. Web safe color of #424e5e is #336666. Color #424e5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 01011110
Octal 102 116 136
Decimal 66 78 94
Hex 42 4E 5E

RGB Percentages of Color #424e5e

%27.73
%32.77
%39.50

CMYK Percentages of Color #424e5e

%30
%17
%0
%63

Triadic Colors of #424e5e

#424e5e #5e424e #4e5e42

Analogous Colors of #424e5e

#424e5e #44425e #425c5e

Monochromatic Colors of #424e5e

#424e5e

Complementary Color

#424e5e #5e5242

#424e5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424e5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#424e5e Color CSS Codes

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

#424e5e Text Font Color

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

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


#424e5e Background Color

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

This div background color is #424e5e


#424e5e Border Color

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

This div border color is #424e5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424e5e

#424e5e Color Palettes


Comments

No comments written yet.

Please login to write comment.