Color Hex Logo

#42494f Color Hex

#42494F
(66,73,79)
0 Favorites   0 Comments

Color spaces of #42494f

RGB 667379
HSL0.580.090.28
HSV208°16°31°
CMYK 0.160.080.00   0.69
XYZ6.04066.48798.3310
Yxy6.48790.28960.3110
Hunter Lab25.4714-2.2431-1.5622
CIE-Lab30.6115-1.3773-4.5422

#42494f color RGB value is (66,73,79).

#42494f hex color red value is 66, green value is 73 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #42494f hue: 0.58 , saturation: 0.09 and the lightness value of 42494f is 0.28.

The process color (four color CMYK) of #42494f color hex is 0.16, 0.08, 0.00, 0.69. Web safe color of #42494f is #333366. Color #42494f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 01001111
Octal 102 111 117
Decimal 66 73 79
Hex 42 49 4F

RGB Percentages of Color #42494f

%30.28
%33.49
%36.24

CMYK Percentages of Color #42494f

%16
%8
%0
%69

Triadic Colors of #42494f

#42494f #4f4249 #494f42

Analogous Colors of #42494f

#42494f #42434f #424f4f

Monochromatic Colors of #42494f

#42494f

Complementary Color

#42494f #4f4842

#42494f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42494f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42494f Color CSS Codes

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

#42494f Text Font Color

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

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


#42494f Background Color

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

This div background color is #42494f


#42494f Border Color

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

This div border color is #42494f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42494f


Comments

No comments written yet.

Please login to write comment.