Color Hex Logo

#467184 Color Hex

#467184
(70,113,132)
0 Favorites   0 Comments

Color spaces of #467184

RGB 70113132
HSL0.550.310.40
HSV198°47°52°
CMYK 0.470.140.00   0.48
XYZ12.595814.778324.0184
Yxy14.77830.24510.2876
Hunter Lab38.4426-8.7885-10.1338
CIE-Lab45.3290-9.4321-15.1042

#467184 color RGB value is (70,113,132).

#467184 hex color red value is 70, green value is 113 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #467184 hue: 0.55 , saturation: 0.31 and the lightness value of 467184 is 0.40.

The process color (four color CMYK) of #467184 color hex is 0.47, 0.14, 0.00, 0.48. Web safe color of #467184 is #336699. Color #467184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110001 10000100
Octal 106 161 204
Decimal 70 113 132
Hex 46 71 84

RGB Percentages of Color #467184

%22.22
%35.87
%41.90

CMYK Percentages of Color #467184

%47
%14
%0
%48

Triadic Colors of #467184

#467184 #844671 #718446

Analogous Colors of #467184

#467184 #465284 #468478

Monochromatic Colors of #467184

#467184

Complementary Color

#467184 #845946

#467184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467184 Color CSS Codes

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

#467184 Text Font Color

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

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


#467184 Background Color

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

This div background color is #467184


#467184 Border Color

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

This div border color is #467184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467184


Comments

No comments written yet.

Please login to write comment.