Color Hex Logo

#42464e Color Hex

#42464E
(66,70,78)
0 Favorites   0 Comments

Color spaces of #42464e

RGB 667078
HSL0.610.080.28
HSV220°15°31°
CMYK 0.150.100.00   0.69
XYZ5.81216.08868.0766
Yxy6.08860.29090.3048
Hunter Lab24.6751-1.1366-2.1341
CIE-Lab29.63490.2836-5.3527

#42464e color RGB value is (66,70,78).

#42464e hex color red value is 66, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42464e hue: 0.61 , saturation: 0.08 and the lightness value of 42464e is 0.28.

The process color (four color CMYK) of #42464e color hex is 0.15, 0.10, 0.00, 0.69. Web safe color of #42464e is #333366. Color #42464e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000110 01001110
Octal 102 106 116
Decimal 66 70 78
Hex 42 46 4E

RGB Percentages of Color #42464e

%30.84
%32.71
%36.45

CMYK Percentages of Color #42464e

%15
%10
%0
%69

Triadic Colors of #42464e

#42464e #4e4246 #464e42

Analogous Colors of #42464e

#42464e #44424e #424c4e

Monochromatic Colors of #42464e

#42464e

Complementary Color

#42464e #4e4a42

#42464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42464e Color CSS Codes

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

#42464e Text Font Color

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

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


#42464e Background Color

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

This div background color is #42464e


#42464e Border Color

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

This div border color is #42464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42464e

#42464e Color Palettes


Comments

No comments written yet.

Please login to write comment.