Color Hex Logo

#46588b Color Hex

#46588B
(70,88,139)
0 Favorites   0 Comments

Color spaces of #46588b

RGB 7088139
HSL0.620.330.41
HSV224°50°55°
CMYK 0.500.370.00   0.45
XYZ10.675710.145625.8217
Yxy10.14560.22890.2175
Hunter Lab31.85224.0855-25.7683
CIE-Lab38.10258.0433-30.5154

#46588b color RGB value is (70,88,139).

#46588b hex color red value is 70, green value is 88 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #46588b hue: 0.62 , saturation: 0.33 and the lightness value of 46588b is 0.41.

The process color (four color CMYK) of #46588b color hex is 0.50, 0.37, 0.00, 0.45. Web safe color of #46588b is #336699. Color #46588b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011000 10001011
Octal 106 130 213
Decimal 70 88 139
Hex 46 58 8B

RGB Percentages of Color #46588b

%23.57
%29.63
%46.80

CMYK Percentages of Color #46588b

%50
%37
%0
%45

Triadic Colors of #46588b

#46588b #8b4658 #588b46

Analogous Colors of #46588b

#46588b #57468b #467b8b

Monochromatic Colors of #46588b

#46588b

Complementary Color

#46588b #8b7946

#46588b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46588b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46588b Color CSS Codes

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

#46588b Text Font Color

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

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


#46588b Background Color

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

This div background color is #46588b


#46588b Border Color

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

This div border color is #46588b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46588b


Comments

No comments written yet.

Please login to write comment.