Color Hex Logo

#46588d Color Hex

#46588D
(70,88,141)
0 Favorites   0 Comments

Color spaces of #46588d

RGB 7088141
HSL0.620.340.41
HSV225°50°55°
CMYK 0.500.380.00   0.45
XYZ10.823210.204626.5985
Yxy10.20460.22730.2143
Hunter Lab31.94464.5747-27.0062
CIE-Lab38.20728.6981-31.5640

#46588d color RGB value is (70,88,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011000 10001101
Octal 106 130 215
Decimal 70 88 141
Hex 46 58 8D

RGB Percentages of Color #46588d

%23.41
%29.43
%47.16

CMYK Percentages of Color #46588d

%50
%38
%0
%45

Triadic Colors of #46588d

#46588d #8d4658 #588d46

Analogous Colors of #46588d

#46588d #58468d #467c8d

Monochromatic Colors of #46588d

#46588d

Complementary Color

#46588d #8d7b46

#46588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46588d Color CSS Codes

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

#46588d Text Font Color

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

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


#46588d Background Color

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

This div background color is #46588d


#46588d Border Color

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

This div border color is #46588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46588d


Comments

No comments written yet.

Please login to write comment.