Color Hex Logo

#463349 Color Hex

#463349
(70,51,73)
1 Favorites   0 Comments

Color spaces of #463349

RGB 705173
HSL0.810.180.24
HSV292°30°29°
CMYK 0.040.300.00   0.71
XYZ4.91224.15086.8456
Yxy4.15080.30880.2609
Hunter Lab20.37357.3840-5.6603
CIE-Lab24.163813.1241-10.2789

#463349 color RGB value is (70,51,73).

#463349 hex color red value is 70, green value is 51 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #463349 hue: 0.81 , saturation: 0.18 and the lightness value of 463349 is 0.24.

The process color (four color CMYK) of #463349 color hex is 0.04, 0.30, 0.00, 0.71. Web safe color of #463349 is #333333. Color #463349 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110011 01001001
Octal 106 63 111
Decimal 70 51 73
Hex 46 33 49

RGB Percentages of Color #463349

%36.08
%26.29
%37.63

CMYK Percentages of Color #463349

%4
%30
%0
%71

Triadic Colors of #463349

#463349 #494633 #334946

Analogous Colors of #463349

#463349 #493341 #3b3349

Monochromatic Colors of #463349

#463349

Complementary Color

#463349 #364933

#463349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463349 Color CSS Codes

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

#463349 Text Font Color

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

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


#463349 Background Color

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

This div background color is #463349


#463349 Border Color

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

This div border color is #463349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463349

#463349 Color Palettes


Comments

No comments written yet.

Please login to write comment.