Color Hex Logo

#424649 Color Hex

#424649
(66,70,73)
0 Favorites   0 Comments

Color spaces of #424649

RGB 667073
HSL0.570.050.27
HSV206°10°29°
CMYK 0.100.040.00   0.71
XYZ5.63956.01967.1680
Yxy6.01960.29950.3197
Hunter Lab24.5349-1.9066-0.1475
CIE-Lab29.4619-0.9401-2.3737

#424649 color RGB value is (66,70,73).

#424649 hex color red value is 66, green value is 70 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #424649 hue: 0.57 , saturation: 0.05 and the lightness value of 424649 is 0.27.

The process color (four color CMYK) of #424649 color hex is 0.10, 0.04, 0.00, 0.71. Web safe color of #424649 is #333333. Color #424649 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000110 01001001
Octal 102 106 111
Decimal 66 70 73
Hex 42 46 49

RGB Percentages of Color #424649

%31.58
%33.49
%34.93

CMYK Percentages of Color #424649

%10
%4
%0
%71

Triadic Colors of #424649

#424649 #494246 #464942

Analogous Colors of #424649

#424649 #424349 #424949

Monochromatic Colors of #424649

#424649

Complementary Color

#424649 #494542

#424649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424649 Color CSS Codes

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

#424649 Text Font Color

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

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


#424649 Background Color

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

This div background color is #424649


#424649 Border Color

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

This div border color is #424649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424649


Comments

No comments written yet.

Please login to write comment.