Color Hex Logo

#46598b Color Hex

#46598B
(70,89,139)
0 Favorites   0 Comments

Color spaces of #46598b

RGB 7089139
HSL0.620.330.41
HSV223°50°55°
CMYK 0.500.360.00   0.45
XYZ10.758410.310925.8493
Yxy10.31090.22930.2198
Hunter Lab32.11063.6115-25.2515
CIE-Lab38.39477.4050-30.0556

#46598b color RGB value is (70,89,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011001 10001011
Octal 106 131 213
Decimal 70 89 139
Hex 46 59 8B

RGB Percentages of Color #46598b

%23.49
%29.87
%46.64

CMYK Percentages of Color #46598b

%50
%36
%0
%45

Triadic Colors of #46598b

#46598b #8b4659 #598b46

Analogous Colors of #46598b

#46598b #56468b #467c8b

Monochromatic Colors of #46598b

#46598b

Complementary Color

#46598b #8b7846

#46598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46598b Color CSS Codes

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

#46598b Text Font Color

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

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


#46598b Background Color

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

This div background color is #46598b


#46598b Border Color

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

This div border color is #46598b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46598b


Comments

No comments written yet.

Please login to write comment.