Color Hex Logo

#484464 Color Hex

#484464
(72,68,100)
0 Favorites   0 Comments

Color spaces of #484464

RGB 7268100
HSL0.690.190.33
HSV248°32°39°
CMYK 0.280.320.00   0.61
XYZ7.03996.432112.9271
Yxy6.43210.26670.2436
Hunter Lab25.36165.1655-12.4677
CIE-Lab30.47749.6469-18.1642

#484464 color RGB value is (72,68,100).

#484464 hex color red value is 72, green value is 68 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #484464 hue: 0.69 , saturation: 0.19 and the lightness value of 484464 is 0.33.

The process color (four color CMYK) of #484464 color hex is 0.28, 0.32, 0.00, 0.61. Web safe color of #484464 is #333366. Color #484464 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000100 01100100
Octal 110 104 144
Decimal 72 68 100
Hex 48 44 64

RGB Percentages of Color #484464

%30.00
%28.33
%41.67

CMYK Percentages of Color #484464

%28
%32
%0
%61

Triadic Colors of #484464

#484464 #644844 #446448

Analogous Colors of #484464

#484464 #584464 #445064

Monochromatic Colors of #484464

#484464

Complementary Color

#484464 #606444

#484464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484464 Color CSS Codes

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

#484464 Text Font Color

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

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


#484464 Background Color

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

This div background color is #484464


#484464 Border Color

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

This div border color is #484464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484464


Comments

No comments written yet.

Please login to write comment.