Color Hex Logo

#424561 Color Hex

#424561
(66,69,97)
0 Favorites   0 Comments

Color spaces of #424561

RGB 666997
HSL0.650.190.32
HSV234°32°38°
CMYK 0.320.290.00   0.62
XYZ6.53266.277612.1766
Yxy6.27760.26140.2512
Hunter Lab25.05512.6936-11.2759
CIE-Lab30.10236.0939-16.8707

#424561 color RGB value is (66,69,97).

#424561 hex color red value is 66, green value is 69 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #424561 hue: 0.65 , saturation: 0.19 and the lightness value of 424561 is 0.32.

The process color (four color CMYK) of #424561 color hex is 0.32, 0.29, 0.00, 0.62. Web safe color of #424561 is #333366. Color #424561 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000101 01100001
Octal 102 105 141
Decimal 66 69 97
Hex 42 45 61

RGB Percentages of Color #424561

%28.45
%29.74
%41.81

CMYK Percentages of Color #424561

%32
%29
%0
%62

Triadic Colors of #424561

#424561 #614245 #456142

Analogous Colors of #424561

#424561 #4f4261 #425561

Monochromatic Colors of #424561

#424561

Complementary Color

#424561 #615e42

#424561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424561 Color CSS Codes

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

#424561 Text Font Color

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

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


#424561 Background Color

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

This div background color is #424561


#424561 Border Color

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

This div border color is #424561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424561


Comments

No comments written yet.

Please login to write comment.