Color Hex Logo

#46739d Color Hex

#46739D
(70,115,157)
0 Favorites   0 Comments

Color spaces of #46739d

RGB 70115157
HSL0.580.380.45
HSV209°55°62°
CMYK 0.550.270.00   0.38
XYZ14.742315.997934.2092
Yxy15.99790.22700.2463
Hunter Lab39.9974-4.2036-22.7118
CIE-Lab46.9717-2.7848-27.3922

#46739d color RGB value is (70,115,157).

#46739d hex color red value is 70, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #46739d hue: 0.58 , saturation: 0.38 and the lightness value of 46739d is 0.45.

The process color (four color CMYK) of #46739d color hex is 0.55, 0.27, 0.00, 0.38. Web safe color of #46739d is #336699. Color #46739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 10011101
Octal 106 163 235
Decimal 70 115 157
Hex 46 73 9D

RGB Percentages of Color #46739d

%20.47
%33.63
%45.91

CMYK Percentages of Color #46739d

%55
%27
%0
%38

Triadic Colors of #46739d

#46739d #9d4673 #739d46

Analogous Colors of #46739d

#46739d #46479d #469d9c

Monochromatic Colors of #46739d

#46739d

Complementary Color

#46739d #9d7046

#46739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46739d Color CSS Codes

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

#46739d Text Font Color

<p style="color:#46739d">Text here</p>

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


#46739d Background Color

<div style="background-color:#46739d">
Div content here</div>

This div background color is #46739d


#46739d Border Color

<div style="border:3px solid #46739d">
Div here</div>

This div border color is #46739d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,115,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46739d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46739d;
  -webkit-box-shadow: 1px 1px 3px 2px #46739d;
  box-shadow:         1px 1px 3px 2px #46739d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46739d


Comments

No comments written yet.

Please login to write comment.