Color Hex Logo

#46518a Color Hex

#46518A
(70,81,138)
0 Favorites   0 Comments

Color spaces of #46518a

RGB 7081138
HSL0.640.330.41
HSV230°49°54°
CMYK 0.490.410.00   0.46
XYZ10.05579.021925.2562
Yxy9.02190.22680.2035
Hunter Lab30.03657.1949-28.8285
CIE-Lab36.026412.2283-33.1844

#46518a color RGB value is (70,81,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010001 10001010
Octal 106 121 212
Decimal 70 81 138
Hex 46 51 8A

RGB Percentages of Color #46518a

%24.22
%28.03
%47.75

CMYK Percentages of Color #46518a

%49
%41
%0
%46

Triadic Colors of #46518a

#46518a #8a4651 #518a46

Analogous Colors of #46518a

#46518a #5d468a #46738a

Monochromatic Colors of #46518a

#46518a

Complementary Color

#46518a #8a7f46

#46518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46518a Color CSS Codes

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

#46518a Text Font Color

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

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


#46518a Background Color

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

This div background color is #46518a


#46518a Border Color

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

This div border color is #46518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46518a


Comments

No comments written yet.

Please login to write comment.