Color Hex Logo

#46517b Color Hex

#46517B
(70,81,123)
0 Favorites   0 Comments

Color spaces of #46517b

RGB 7081123
HSL0.630.270.38
HSV228°43°48°
CMYK 0.430.340.00   0.52
XYZ9.04348.617019.9255
Yxy8.61700.24060.2293
Hunter Lab29.35473.6203-19.6968
CIE-Lab35.23627.4169-25.2098

#46517b color RGB value is (70,81,123).

#46517b hex color red value is 70, green value is 81 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #46517b hue: 0.63 , saturation: 0.27 and the lightness value of 46517b is 0.38.

The process color (four color CMYK) of #46517b color hex is 0.43, 0.34, 0.00, 0.52. Web safe color of #46517b is #336666. Color #46517b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010001 01111011
Octal 106 121 173
Decimal 70 81 123
Hex 46 51 7B

RGB Percentages of Color #46517b

%25.55
%29.56
%44.89

CMYK Percentages of Color #46517b

%43
%34
%0
%52

Triadic Colors of #46517b

#46517b #7b4651 #517b46

Analogous Colors of #46517b

#46517b #56467b #466c7b

Monochromatic Colors of #46517b

#46517b

Complementary Color

#46517b #7b7046

#46517b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46517b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46517b Color CSS Codes

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

#46517b Text Font Color

<p style="color:#46517b">Text here</p>

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


#46517b Background Color

<div style="background-color:#46517b">
Div content here</div>

This div background color is #46517b


#46517b Border Color

<div style="border:3px solid #46517b">
Div here</div>

This div border color is #46517b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46517b


Comments

No comments written yet.

Please login to write comment.