Color Hex Logo

#46678a Color Hex

#46678A
(70,103,138)
0 Favorites   0 Comments

Color spaces of #46678a

RGB 70103138
HSL0.590.330.41
HSV211°49°54°
CMYK 0.490.250.00   0.46
XYZ11.963512.837625.8921
Yxy12.83760.23600.2532
Hunter Lab35.8296-3.1007-17.7649
CIE-Lab42.5175-1.6525-23.0156

#46678a color RGB value is (70,103,138).

#46678a hex color red value is 70, green value is 103 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #46678a hue: 0.59 , saturation: 0.33 and the lightness value of 46678a is 0.41.

The process color (four color CMYK) of #46678a color hex is 0.49, 0.25, 0.00, 0.46. Web safe color of #46678a is #336699. Color #46678a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100111 10001010
Octal 106 147 212
Decimal 70 103 138
Hex 46 67 8A

RGB Percentages of Color #46678a

%22.51
%33.12
%44.37

CMYK Percentages of Color #46678a

%49
%25
%0
%46

Triadic Colors of #46678a

#46678a #8a4667 #678a46

Analogous Colors of #46678a

#46678a #47468a #46898a

Monochromatic Colors of #46678a

#46678a

Complementary Color

#46678a #8a6946

#46678a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46678a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46678a Color CSS Codes

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

#46678a Text Font Color

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

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


#46678a Background Color

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

This div background color is #46678a


#46678a Border Color

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

This div border color is #46678a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46678a


Comments

No comments written yet.

Please login to write comment.