Color Hex Logo

#424964 Color Hex

#424964
(66,73,100)
0 Favorites   0 Comments

Color spaces of #424964

RGB 6673100
HSL0.630.200.33
HSV228°34°39°
CMYK 0.340.270.00   0.61
XYZ6.92966.843413.0123
Yxy6.84340.25870.2555
Hunter Lab26.15991.5038-11.1798
CIE-Lab31.44774.3623-16.7068

#424964 color RGB value is (66,73,100).

#424964 hex color red value is 66, green value is 73 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #424964 hue: 0.63 , saturation: 0.20 and the lightness value of 424964 is 0.33.

The process color (four color CMYK) of #424964 color hex is 0.34, 0.27, 0.00, 0.61. Web safe color of #424964 is #333366. Color #424964 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 01100100
Octal 102 111 144
Decimal 66 73 100
Hex 42 49 64

RGB Percentages of Color #424964

%27.62
%30.54
%41.84

CMYK Percentages of Color #424964

%34
%27
%0
%61

Triadic Colors of #424964

#424964 #644249 #496442

Analogous Colors of #424964

#424964 #4c4264 #425a64

Monochromatic Colors of #424964

#424964

Complementary Color

#424964 #645d42

#424964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424964 Color CSS Codes

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

#424964 Text Font Color

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

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


#424964 Background Color

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

This div background color is #424964


#424964 Border Color

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

This div border color is #424964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424964


Comments

No comments written yet.

Please login to write comment.