Color Hex Logo

#46498a Color Hex

#46498A
(70,73,138)
0 Favorites   0 Comments

Color spaces of #46498a

RGB 7073138
HSL0.660.330.41
HSV237°49°54°
CMYK 0.490.470.00   0.46
XYZ9.49587.902225.0695
Yxy7.90220.22360.1861
Hunter Lab28.110911.1030-33.1977
CIE-Lab33.778417.4450-36.7568

#46498a color RGB value is (70,73,138).

#46498a hex color red value is 70, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #46498a hue: 0.66 , saturation: 0.33 and the lightness value of 46498a is 0.41.

The process color (four color CMYK) of #46498a color hex is 0.49, 0.47, 0.00, 0.46. Web safe color of #46498a is #333399. Color #46498a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 10001010
Octal 106 111 212
Decimal 70 73 138
Hex 46 49 8A

RGB Percentages of Color #46498a

%24.91
%25.98
%49.11

CMYK Percentages of Color #46498a

%49
%47
%0
%46

Triadic Colors of #46498a

#46498a #8a4649 #498a46

Analogous Colors of #46498a

#46498a #65468a #466b8a

Monochromatic Colors of #46498a

#46498a

Complementary Color

#46498a #8a8746

#46498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46498a Color CSS Codes

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

#46498a Text Font Color

<p style="color:#46498a">Text here</p>

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


#46498a Background Color

<div style="background-color:#46498a">
Div content here</div>

This div background color is #46498a


#46498a Border Color

<div style="border:3px solid #46498a">
Div here</div>

This div border color is #46498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46498a


Comments

No comments written yet.

Please login to write comment.