Color Hex Logo

#484654 Color Hex

#484654
(72,70,84)
0 Favorites   0 Comments

Color spaces of #484654

RGB 727084
HSL0.690.090.30
HSV249°17°33°
CMYK 0.140.170.00   0.67
XYZ6.46296.39819.2818
Yxy6.39810.29190.2889
Hunter Lab25.29451.3426-4.0503
CIE-Lab30.39544.0994-8.0291

#484654 color RGB value is (72,70,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000110 01010100
Octal 110 106 124
Decimal 72 70 84
Hex 48 46 54

RGB Percentages of Color #484654

%31.86
%30.97
%37.17

CMYK Percentages of Color #484654

%14
%17
%0
%67

Triadic Colors of #484654

#484654 #544846 #465448

Analogous Colors of #484654

#484654 #4f4654 #464b54

Monochromatic Colors of #484654

#484654

Complementary Color

#484654 #525446

#484654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484654 Color CSS Codes

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

#484654 Text Font Color

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

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


#484654 Background Color

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

This div background color is #484654


#484654 Border Color

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

This div border color is #484654


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,70,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 #484654">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484654


Comments

No comments written yet.

Please login to write comment.