Color Hex Logo

#46588a Color Hex

#46588A
(70,88,138)
0 Favorites   0 Comments

Color spaces of #46588a

RGB 7088138
HSL0.620.330.41
HSV224°49°54°
CMYK 0.490.360.00   0.46
XYZ10.603010.116525.4386
Yxy10.11650.22970.2192
Hunter Lab31.80643.8435-25.1553
CIE-Lab38.05077.7176-29.9894

#46588a color RGB value is (70,88,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011000 10001010
Octal 106 130 212
Decimal 70 88 138
Hex 46 58 8A

RGB Percentages of Color #46588a

%23.65
%29.73
%46.62

CMYK Percentages of Color #46588a

%49
%36
%0
%46

Triadic Colors of #46588a

#46588a #8a4658 #588a46

Analogous Colors of #46588a

#46588a #56468a #467a8a

Monochromatic Colors of #46588a

#46588a

Complementary Color

#46588a #8a7846

#46588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46588a Color CSS Codes

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

#46588a Text Font Color

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

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


#46588a Background Color

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

This div background color is #46588a


#46588a Border Color

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

This div border color is #46588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46588a


Comments

No comments written yet.

Please login to write comment.