Color Hex Logo

#464248 Color Hex

#464248
(70,66,72)
0 Favorites   0 Comments

Color spaces of #464248

RGB 706672
HSL0.780.040.27
HSV280°28°
CMYK 0.030.080.00   0.72
XYZ5.64375.66646.9272
Yxy5.66640.30950.3107
Hunter Lab23.80420.6629-0.5909
CIE-Lab28.55473.0184-3.0231

#464248 color RGB value is (70,66,72).

#464248 hex color red value is 70, green value is 66 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #464248 hue: 0.78 , saturation: 0.04 and the lightness value of 464248 is 0.27.

The process color (four color CMYK) of #464248 color hex is 0.03, 0.08, 0.00, 0.72. Web safe color of #464248 is #333333. Color #464248 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 01001000
Octal 106 102 110
Decimal 70 66 72
Hex 46 42 48

RGB Percentages of Color #464248

%33.65
%31.73
%34.62

CMYK Percentages of Color #464248

%3
%8
%0
%72

Triadic Colors of #464248

#464248 #484642 #424846

Analogous Colors of #464248

#464248 #484247 #434248

Monochromatic Colors of #464248

#464248

Complementary Color

#464248 #444842

#464248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464248 Color CSS Codes

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

#464248 Text Font Color

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

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


#464248 Background Color

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

This div background color is #464248


#464248 Border Color

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

This div border color is #464248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464248


Comments

No comments written yet.

Please login to write comment.