Color Hex Logo

#46677e Color Hex

#46677E
(70,103,126)
0 Favorites   0 Comments

Color spaces of #46677e

RGB 70103126
HSL0.570.290.38
HSV205°44°49°
CMYK 0.440.180.00   0.51
XYZ11.141912.508921.5659
Yxy12.50890.24640.2766
Hunter Lab35.3679-5.6613-11.3950
CIE-Lab42.0138-5.3539-16.5585

#46677e color RGB value is (70,103,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100111 01111110
Octal 106 147 176
Decimal 70 103 126
Hex 46 67 7E

RGB Percentages of Color #46677e

%23.41
%34.45
%42.14

CMYK Percentages of Color #46677e

%44
%18
%0
%51

Triadic Colors of #46677e

#46677e #7e4667 #677e46

Analogous Colors of #46677e

#46677e #464b7e #467e79

Monochromatic Colors of #46677e

#46677e

Complementary Color

#46677e #7e5d46

#46677e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46677e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46677e Color CSS Codes

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

#46677e Text Font Color

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

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


#46677e Background Color

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

This div background color is #46677e


#46677e Border Color

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

This div border color is #46677e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46677e


Comments

No comments written yet.

Please login to write comment.