Color Hex Logo

#46359b Color Hex

#46359B
(70,53,155)
0 Favorites   0 Comments

Color spaces of #46359b

RGB 7053155
HSL0.690.490.41
HSV250°66°61°
CMYK 0.550.660.00   0.39
XYZ9.71536.214931.6979
Yxy6.21490.20400.1305
Hunter Lab24.929725.9359-57.9359
CIE-Lab29.948335.7281-53.3310

#46359b color RGB value is (70,53,155).

#46359b hex color red value is 70, green value is 53 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #46359b hue: 0.69 , saturation: 0.49 and the lightness value of 46359b is 0.41.

The process color (four color CMYK) of #46359b color hex is 0.55, 0.66, 0.00, 0.39. Web safe color of #46359b is #333399. Color #46359b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110101 10011011
Octal 106 65 233
Decimal 70 53 155
Hex 46 35 9B

RGB Percentages of Color #46359b

%25.18
%19.06
%55.76

CMYK Percentages of Color #46359b

%55
%66
%0
%39

Triadic Colors of #46359b

#46359b #9b4635 #359b46

Analogous Colors of #46359b

#46359b #79359b #35579b

Monochromatic Colors of #46359b

#46359b

Complementary Color

#46359b #8a9b35

#46359b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46359b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46359b Color CSS Codes

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

#46359b Text Font Color

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

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


#46359b Background Color

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

This div background color is #46359b


#46359b Border Color

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

This div border color is #46359b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46359b


Comments

No comments written yet.

Please login to write comment.