Color Hex Logo

#42464a Color Hex

#42464A
(66,70,74)
0 Favorites   0 Comments

Color spaces of #42464a

RGB 667074
HSL0.580.060.27
HSV210°11°29°
CMYK 0.110.050.00   0.71
XYZ5.67306.03307.3440
Yxy6.03300.29780.3167
Hunter Lab24.5622-1.7565-0.5340
CIE-Lab29.4956-0.7000-2.9712

#42464a color RGB value is (66,70,74).

#42464a hex color red value is 66, green value is 70 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #42464a hue: 0.58 , saturation: 0.06 and the lightness value of 42464a is 0.27.

The process color (four color CMYK) of #42464a color hex is 0.11, 0.05, 0.00, 0.71. Web safe color of #42464a is #333333. Color #42464a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000110 01001010
Octal 102 106 112
Decimal 66 70 74
Hex 42 46 4A

RGB Percentages of Color #42464a

%31.43
%33.33
%35.24

CMYK Percentages of Color #42464a

%11
%5
%0
%71

Triadic Colors of #42464a

#42464a #4a4246 #464a42

Analogous Colors of #42464a

#42464a #42424a #424a4a

Monochromatic Colors of #42464a

#42464a

Complementary Color

#42464a #4a4642

#42464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42464a Color CSS Codes

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

#42464a Text Font Color

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

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


#42464a Background Color

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

This div background color is #42464a


#42464a Border Color

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

This div border color is #42464a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42464a


Comments

No comments written yet.

Please login to write comment.