Color Hex Logo

#46718a Color Hex

#46718A
(70,113,138)
0 Favorites   0 Comments

Color spaces of #46718a

RGB 70113138
HSL0.560.330.41
HSV202°49°54°
CMYK 0.490.180.00   0.46
XYZ13.018414.947326.2437
Yxy14.94730.24020.2757
Hunter Lab38.6617-7.5525-13.1830
CIE-Lab45.5619-7.6164-18.3250

#46718a color RGB value is (70,113,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110001 10001010
Octal 106 161 212
Decimal 70 113 138
Hex 46 71 8A

RGB Percentages of Color #46718a

%21.81
%35.20
%42.99

CMYK Percentages of Color #46718a

%49
%18
%0
%46

Triadic Colors of #46718a

#46718a #8a4671 #718a46

Analogous Colors of #46718a

#46718a #464f8a #468a81

Monochromatic Colors of #46718a

#46718a

Complementary Color

#46718a #8a5f46

#46718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46718a Color CSS Codes

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

#46718a Text Font Color

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

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


#46718a Background Color

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

This div background color is #46718a


#46718a Border Color

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

This div border color is #46718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46718a


Comments

No comments written yet.

Please login to write comment.