Color Hex Logo

#467295 Color Hex

#467295
(70,114,149)
0 Favorites   0 Comments

Color spaces of #467295

RGB 70114149
HSL0.570.360.43
HSV207°53°58°
CMYK 0.530.230.00   0.42
XYZ13.967915.506630.6907
Yxy15.50660.23220.2577
Hunter Lab39.3784-5.5966-18.6445
CIE-Lab46.3204-4.7660-23.6841

#467295 color RGB value is (70,114,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110010 10010101
Octal 106 162 225
Decimal 70 114 149
Hex 46 72 95

RGB Percentages of Color #467295

%21.02
%34.23
%44.74

CMYK Percentages of Color #467295

%53
%23
%0
%42

Triadic Colors of #467295

#467295 #954672 #729546

Analogous Colors of #467295

#467295 #464b95 #469591

Monochromatic Colors of #467295

#467295

Complementary Color

#467295 #956946

#467295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467295 Color CSS Codes

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

#467295 Text Font Color

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

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


#467295 Background Color

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

This div background color is #467295


#467295 Border Color

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

This div border color is #467295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467295


Comments

No comments written yet.

Please login to write comment.