Color Hex Logo

#46357b Color Hex

#46357B
(70,53,123)
0 Favorites   0 Comments

Color spaces of #46357b

RGB 7053123
HSL0.710.400.35
HSV255°57°48°
CMYK 0.430.570.00   0.52
XYZ7.37405.278419.3691
Yxy5.27840.23030.1648
Hunter Lab22.974817.0857-33.9027
CIE-Lab27.513625.6924-37.4576

#46357b color RGB value is (70,53,123).

#46357b hex color red value is 70, green value is 53 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #46357b hue: 0.71 , saturation: 0.40 and the lightness value of 46357b is 0.35.

The process color (four color CMYK) of #46357b color hex is 0.43, 0.57, 0.00, 0.52. Web safe color of #46357b is #333366. Color #46357b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110101 01111011
Octal 106 65 173
Decimal 70 53 123
Hex 46 35 7B

RGB Percentages of Color #46357b

%28.46
%21.54
%50.00

CMYK Percentages of Color #46357b

%43
%57
%0
%52

Triadic Colors of #46357b

#46357b #7b4635 #357b46

Analogous Colors of #46357b

#46357b #69357b #35477b

Monochromatic Colors of #46357b

#46357b

Complementary Color

#46357b #6a7b35

#46357b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46357b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46357b Color CSS Codes

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

#46357b Text Font Color

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

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


#46357b Background Color

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

This div background color is #46357b


#46357b Border Color

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

This div border color is #46357b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46357b


Comments

No comments written yet.

Please login to write comment.