Color Hex Logo

#46757e Color Hex

#46757E
(70,117,126)
0 Favorites   0 Comments

Color spaces of #46757e

RGB 70117126
HSL0.530.290.38
HSV190°44°49°
CMYK 0.440.070.00   0.51
XYZ12.653015.531022.0696
Yxy15.53100.25180.3091
Hunter Lab39.4094-11.6562-5.6163
CIE-Lab46.3531-13.4607-9.9777

#46757e color RGB value is (70,117,126).

#46757e hex color red value is 70, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #46757e hue: 0.53 , saturation: 0.29 and the lightness value of 46757e is 0.38.

The process color (four color CMYK) of #46757e color hex is 0.44, 0.07, 0.00, 0.51. Web safe color of #46757e is #336666. Color #46757e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110101 01111110
Octal 106 165 176
Decimal 70 117 126
Hex 46 75 7E

RGB Percentages of Color #46757e

%22.36
%37.38
%40.26

CMYK Percentages of Color #46757e

%44
%7
%0
%51

Triadic Colors of #46757e

#46757e #7e4675 #757e46

Analogous Colors of #46757e

#46757e #46597e #467e6b

Monochromatic Colors of #46757e

#46757e

Complementary Color

#46757e #7e4f46

#46757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46757e Color CSS Codes

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

#46757e Text Font Color

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

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


#46757e Background Color

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

This div background color is #46757e


#46757e Border Color

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

This div border color is #46757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46757e


Comments

No comments written yet.

Please login to write comment.