Color Hex Logo

#464254 Color Hex

#464254
(70,66,84)
0 Favorites   0 Comments

Color spaces of #464254

RGB 706684
HSL0.700.120.29
HSV253°21°33°
CMYK 0.170.210.00   0.67
XYZ6.07425.83869.1943
Yxy5.83860.28780.2766
Hunter Lab24.16322.5862-5.6461
CIE-Lab29.00165.9312-10.1549

#464254 color RGB value is (70,66,84).

#464254 hex color red value is 70, green value is 66 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #464254 hue: 0.70 , saturation: 0.12 and the lightness value of 464254 is 0.29.

The process color (four color CMYK) of #464254 color hex is 0.17, 0.21, 0.00, 0.67. Web safe color of #464254 is #333366. Color #464254 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 01010100
Octal 106 102 124
Decimal 70 66 84
Hex 46 42 54

RGB Percentages of Color #464254

%31.82
%30.00
%38.18

CMYK Percentages of Color #464254

%17
%21
%0
%67

Triadic Colors of #464254

#464254 #544642 #425446

Analogous Colors of #464254

#464254 #4f4254 #424754

Monochromatic Colors of #464254

#464254

Complementary Color

#464254 #505442

#464254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464254 Color CSS Codes

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

#464254 Text Font Color

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

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


#464254 Background Color

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

This div background color is #464254


#464254 Border Color

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

This div border color is #464254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464254


Comments

No comments written yet.

Please login to write comment.