Color Hex Logo

#467194 Color Hex

#467194
(70,113,148)
0 Favorites   0 Comments

Color spaces of #467194

RGB 70113148
HSL0.570.360.43
HSV207°53°58°
CMYK 0.530.240.00   0.42
XYZ13.776215.250530.2345
Yxy15.25050.23250.2573
Hunter Lab39.0519-5.3720-18.5668
CIE-Lab45.9754-4.4916-23.6259

#467194 color RGB value is (70,113,148).

#467194 hex color red value is 70, green value is 113 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #467194 hue: 0.57 , saturation: 0.36 and the lightness value of 467194 is 0.43.

The process color (four color CMYK) of #467194 color hex is 0.53, 0.24, 0.00, 0.42. Web safe color of #467194 is #336699. Color #467194 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110001 10010100
Octal 106 161 224
Decimal 70 113 148
Hex 46 71 94

RGB Percentages of Color #467194

%21.15
%34.14
%44.71

CMYK Percentages of Color #467194

%53
%24
%0
%42

Triadic Colors of #467194

#467194 #944671 #719446

Analogous Colors of #467194

#467194 #464a94 #469490

Monochromatic Colors of #467194

#467194

Complementary Color

#467194 #946946

#467194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467194 Color CSS Codes

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

#467194 Text Font Color

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

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


#467194 Background Color

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

This div background color is #467194


#467194 Border Color

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

This div border color is #467194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467194


Comments

No comments written yet.

Please login to write comment.