Color Hex Logo

#46414f Color Hex

#46414F
(70,65,79)
0 Favorites   0 Comments

Color spaces of #46414f

RGB 706579
HSL0.730.100.28
HSV261°18°31°
CMYK 0.110.180.00   0.69
XYZ5.82745.64728.1800
Yxy5.64720.29650.2873
Hunter Lab23.76382.1853-3.7741
CIE-Lab28.50435.3294-7.6590

#46414f color RGB value is (70,65,79).

#46414f hex color red value is 70, green value is 65 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #46414f hue: 0.73 , saturation: 0.10 and the lightness value of 46414f is 0.28.

The process color (four color CMYK) of #46414f color hex is 0.11, 0.18, 0.00, 0.69. Web safe color of #46414f is #333366. Color #46414f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000001 01001111
Octal 106 101 117
Decimal 70 65 79
Hex 46 41 4F

RGB Percentages of Color #46414f

%32.71
%30.37
%36.92

CMYK Percentages of Color #46414f

%11
%18
%0
%69

Triadic Colors of #46414f

#46414f #4f4641 #414f46

Analogous Colors of #46414f

#46414f #4d414f #41434f

Monochromatic Colors of #46414f

#46414f

Complementary Color

#46414f #4a4f41

#46414f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46414f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46414f Color CSS Codes

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

#46414f Text Font Color

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

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


#46414f Background Color

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

This div background color is #46414f


#46414f Border Color

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

This div border color is #46414f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46414f


Comments

No comments written yet.

Please login to write comment.