Color Hex Logo

#464852 Color Hex

#464852
(70,72,82)
0 Favorites   0 Comments

Color spaces of #464852

RGB 707282
HSL0.640.080.30
HSV230°15°32°
CMYK 0.150.120.00   0.68
XYZ6.36616.54608.9106
Yxy6.54600.29170.3000
Hunter Lab25.5852-0.3596-2.7395
CIE-Lab30.75021.5462-6.2281

#464852 color RGB value is (70,72,82).

#464852 hex color red value is 70, green value is 72 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #464852 hue: 0.64 , saturation: 0.08 and the lightness value of 464852 is 0.30.

The process color (four color CMYK) of #464852 color hex is 0.15, 0.12, 0.00, 0.68. Web safe color of #464852 is #333366. Color #464852 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 01010010
Octal 106 110 122
Decimal 70 72 82
Hex 46 48 52

RGB Percentages of Color #464852

%31.25
%32.14
%36.61

CMYK Percentages of Color #464852

%15
%12
%0
%68

Triadic Colors of #464852

#464852 #524648 #485246

Analogous Colors of #464852

#464852 #4a4652 #464e52

Monochromatic Colors of #464852

#464852

Complementary Color

#464852 #525046

#464852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464852 Color CSS Codes

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

#464852 Text Font Color

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

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


#464852 Background Color

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

This div background color is #464852


#464852 Border Color

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

This div border color is #464852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464852


Comments

No comments written yet.

Please login to write comment.