Color Hex Logo

#46478a Color Hex

#46478A
(70,71,138)
0 Favorites   0 Comments

Color spaces of #46478a

RGB 7071138
HSL0.660.330.41
HSV239°49°54°
CMYK 0.490.490.00   0.46
XYZ9.36657.643525.0264
Yxy7.64350.22280.1818
Hunter Lab27.646912.0921-34.3174
CIE-Lab33.229118.7546-37.6335

#46478a color RGB value is (70,71,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000111 10001010
Octal 106 107 212
Decimal 70 71 138
Hex 46 47 8A

RGB Percentages of Color #46478a

%25.09
%25.45
%49.46

CMYK Percentages of Color #46478a

%49
%49
%0
%46

Triadic Colors of #46478a

#46478a #8a4647 #478a46

Analogous Colors of #46478a

#46478a #67468a #46698a

Monochromatic Colors of #46478a

#46478a

Complementary Color

#46478a #8a8946

#46478a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46478a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46478a Color CSS Codes

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

#46478a Text Font Color

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

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


#46478a Background Color

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

This div background color is #46478a


#46478a Border Color

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

This div border color is #46478a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46478a


Comments

No comments written yet.

Please login to write comment.