Color Hex Logo

#46484a Color Hex

#46484A
(70,72,74)
0 Favorites   0 Comments

Color spaces of #46484a

RGB 707274
HSL0.580.030.28
HSV210°29°
CMYK 0.050.030.00   0.71
XYZ6.07926.43127.3995
Yxy6.43120.30530.3230
Hunter Lab25.3598-1.59000.4522
CIE-Lab30.4753-0.3662-1.4866

#46484a color RGB value is (70,72,74).

#46484a hex color red value is 70, green value is 72 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #46484a hue: 0.58 , saturation: 0.03 and the lightness value of 46484a is 0.28.

The process color (four color CMYK) of #46484a color hex is 0.05, 0.03, 0.00, 0.71. Web safe color of #46484a is #333333. Color #46484a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 01001010
Octal 106 110 112
Decimal 70 72 74
Hex 46 48 4A

RGB Percentages of Color #46484a

%32.41
%33.33
%34.26

CMYK Percentages of Color #46484a

%5
%3
%0
%71

Triadic Colors of #46484a

#46484a #4a4648 #484a46

Analogous Colors of #46484a

#46484a #46464a #464a4a

Monochromatic Colors of #46484a

#46484a

Complementary Color

#46484a #4a4846

#46484a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46484a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46484a Color CSS Codes

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

#46484a Text Font Color

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

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


#46484a Background Color

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

This div background color is #46484a


#46484a Border Color

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

This div border color is #46484a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46484a


Comments

No comments written yet.

Please login to write comment.