Color Hex Logo

#41474a Color Hex

#41474A
(65,71,74)
0 Favorites   0 Comments

Color spaces of #41474a

RGB 657174
HSL0.560.060.27
HSV200°12°29°
CMYK 0.120.040.00   0.71
XYZ5.66926.12477.3620
Yxy6.12470.29600.3197
Hunter Lab24.7481-2.4192-0.3137
CIE-Lab29.7249-1.7322-2.6422

#41474a color RGB value is (65,71,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000111 01001010
Octal 101 107 112
Decimal 65 71 74
Hex 41 47 4A

RGB Percentages of Color #41474a

%30.95
%33.81
%35.24

CMYK Percentages of Color #41474a

%12
%4
%0
%71

Triadic Colors of #41474a

#41474a #4a4147 #474a41

Analogous Colors of #41474a

#41474a #41434a #414a49

Monochromatic Colors of #41474a

#41474a

Complementary Color

#41474a #4a4441

#41474a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41474a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41474a Color CSS Codes

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

#41474a Text Font Color

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

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


#41474a Background Color

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

This div background color is #41474a


#41474a Border Color

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

This div border color is #41474a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,71,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 #41474a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41474a

#41474a Color Palettes


Comments

No comments written yet.

Please login to write comment.