Color Hex Logo

#46354f Color Hex

#46354F
(70,53,79)
1 Favorites   0 Comments

Color spaces of #46354f

RGB 705379
HSL0.780.200.26
HSV279°33°31°
CMYK 0.110.330.00   0.69
XYZ5.21024.41287.9743
Yxy4.41280.29610.2508
Hunter Lab21.00677.5110-7.8023
CIE-Lab24.991713.2482-13.0019

#46354f color RGB value is (70,53,79).

#46354f hex color red value is 70, green value is 53 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #46354f hue: 0.78 , saturation: 0.20 and the lightness value of 46354f is 0.26.

The process color (four color CMYK) of #46354f color hex is 0.11, 0.33, 0.00, 0.69. Web safe color of #46354f is #333366. Color #46354f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110101 01001111
Octal 106 65 117
Decimal 70 53 79
Hex 46 35 4F

RGB Percentages of Color #46354f

%34.65
%26.24
%39.11

CMYK Percentages of Color #46354f

%11
%33
%0
%69

Triadic Colors of #46354f

#46354f #4f4635 #354f46

Analogous Colors of #46354f

#46354f #4f354b #39354f

Monochromatic Colors of #46354f

#46354f

Complementary Color

#46354f #3e4f35

#46354f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46354f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46354f Color CSS Codes

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

#46354f Text Font Color

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

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


#46354f Background Color

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

This div background color is #46354f


#46354f Border Color

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

This div border color is #46354f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,53,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46354f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46354f;
  -webkit-box-shadow: 1px 1px 3px 2px #46354f;
  box-shadow:         1px 1px 3px 2px #46354f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46354f

#46354f Color Palettes


Comments

No comments written yet.

Please login to write comment.