Color Hex Logo

#46499d Color Hex

#46499D
(70,73,157)
0 Favorites   0 Comments

Color spaces of #46499d

RGB 7073157
HSL0.660.380.45
HSV238°55°62°
CMYK 0.550.540.00   0.38
XYZ10.99418.501532.9598
Yxy8.50150.20960.1621
Hunter Lab29.157316.2801-46.6120
CIE-Lab35.006223.7642-46.3465

#46499d color RGB value is (70,73,157).

#46499d hex color red value is 70, green value is 73 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #46499d hue: 0.66 , saturation: 0.38 and the lightness value of 46499d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 10011101
Octal 106 111 235
Decimal 70 73 157
Hex 46 49 9D

RGB Percentages of Color #46499d

%23.33
%24.33
%52.33

CMYK Percentages of Color #46499d

%55
%54
%0
%38

Triadic Colors of #46499d

#46499d #9d4649 #499d46

Analogous Colors of #46499d

#46499d #6f469d #46759d

Monochromatic Colors of #46499d

#46499d

Complementary Color

#46499d #9d9a46

#46499d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46499d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46499d Color CSS Codes

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

#46499d Text Font Color

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

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


#46499d Background Color

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

This div background color is #46499d


#46499d Border Color

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

This div border color is #46499d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46499d


Comments

No comments written yet.

Please login to write comment.