Color Hex Logo

#46309d Color Hex

#46309D
(70,48,157)
0 Favorites   0 Comments

Color spaces of #46309d

RGB 7048157
HSL0.700.530.40
HSV252°69°62°
CMYK 0.550.690.00   0.38
XYZ9.66855.850332.5179
Yxy5.85030.20130.1218
Hunter Lab24.187429.0244-62.7792
CIE-Lab29.031639.3033-56.0448

#46309d color RGB value is (70,48,157).

#46309d hex color red value is 70, green value is 48 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #46309d hue: 0.70 , saturation: 0.53 and the lightness value of 46309d is 0.40.

The process color (four color CMYK) of #46309d color hex is 0.55, 0.69, 0.00, 0.38. Web safe color of #46309d is #333399. Color #46309d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110000 10011101
Octal 106 60 235
Decimal 70 48 157
Hex 46 30 9D

RGB Percentages of Color #46309d

%25.45
%17.45
%57.09

CMYK Percentages of Color #46309d

%55
%69
%0
%38

Triadic Colors of #46309d

#46309d #9d4630 #309d46

Analogous Colors of #46309d

#46309d #7d309d #30519d

Monochromatic Colors of #46309d

#46309d

Complementary Color

#46309d #879d30

#46309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46309d Color CSS Codes

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

#46309d Text Font Color

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

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


#46309d Background Color

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

This div background color is #46309d


#46309d Border Color

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

This div border color is #46309d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46309d


Comments

No comments written yet.

Please login to write comment.