Color Hex Logo

#467392 Color Hex

#467392
(70,115,146)
0 Favorites   0 Comments

Color spaces of #467392

RGB 70115146
HSL0.570.350.42
HSV204°52°57°
CMYK 0.520.210.00   0.43
XYZ13.844815.638929.4830
Yxy15.63890.23480.2652
Hunter Lab39.5460-6.7140-16.5206
CIE-Lab46.4971-6.3052-21.6363

#467392 color RGB value is (70,115,146).

#467392 hex color red value is 70, green value is 115 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #467392 hue: 0.57 , saturation: 0.35 and the lightness value of 467392 is 0.42.

The process color (four color CMYK) of #467392 color hex is 0.52, 0.21, 0.00, 0.43. Web safe color of #467392 is #336699. Color #467392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 10010010
Octal 106 163 222
Decimal 70 115 146
Hex 46 73 92

RGB Percentages of Color #467392

%21.15
%34.74
%44.11

CMYK Percentages of Color #467392

%52
%21
%0
%43

Triadic Colors of #467392

#467392 #924673 #739246

Analogous Colors of #467392

#467392 #464d92 #46928b

Monochromatic Colors of #467392

#467392

Complementary Color

#467392 #926546

#467392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467392 Color CSS Codes

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

#467392 Text Font Color

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

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


#467392 Background Color

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

This div background color is #467392


#467392 Border Color

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

This div border color is #467392


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,115,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #467392; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #467392;
  -webkit-box-shadow: 1px 1px 3px 2px #467392;
  box-shadow:         1px 1px 3px 2px #467392; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467392


Comments

No comments written yet.

Please login to write comment.