Color Hex Logo

#46737c Color Hex

#46737C
(70,115,124)
0 Favorites   0 Comments

Color spaces of #46737c

RGB 70115124
HSL0.530.280.38
HSV190°44°49°
CMYK 0.440.070.00   0.51
XYZ12.294615.018821.3197
Yxy15.01880.25280.3088
Hunter Lab38.7541-11.1912-5.4892
CIE-Lab45.6599-12.9067-9.8267

#46737c color RGB value is (70,115,124).

#46737c hex color red value is 70, green value is 115 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #46737c hue: 0.53 , saturation: 0.28 and the lightness value of 46737c is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 01111100
Octal 106 163 174
Decimal 70 115 124
Hex 46 73 7C

RGB Percentages of Color #46737c

%22.65
%37.22
%40.13

CMYK Percentages of Color #46737c

%44
%7
%0
%51

Triadic Colors of #46737c

#46737c #7c4673 #737c46

Analogous Colors of #46737c

#46737c #46587c #467c6a

Monochromatic Colors of #46737c

#46737c

Complementary Color

#46737c #7c4f46

#46737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46737c Color CSS Codes

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

#46737c Text Font Color

<p style="color:#46737c">Text here</p>

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


#46737c Background Color

<div style="background-color:#46737c">
Div content here</div>

This div background color is #46737c


#46737c Border Color

<div style="border:3px solid #46737c">
Div here</div>

This div border color is #46737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46737c


Comments

No comments written yet.

Please login to write comment.