Color Hex Logo

#484077 Color Hex

#484077
(72,64,119)
0 Favorites   0 Comments

Color spaces of #484077

RGB 7264119
HSL0.690.300.36
HSV249°46°47°
CMYK 0.390.460.00   0.53
XYZ7.83576.376418.2706
Yxy6.37640.24120.1963
Hunter Lab25.251511.1994-25.2229
CIE-Lab30.342917.8583-30.4117

#484077 color RGB value is (72,64,119).

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

The process color (four color CMYK) of #484077 color hex is 0.39, 0.46, 0.00, 0.53. Web safe color of #484077 is #333366. Color #484077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 01110111
Octal 110 100 167
Decimal 72 64 119
Hex 48 40 77

RGB Percentages of Color #484077

%28.24
%25.10
%46.67

CMYK Percentages of Color #484077

%39
%46
%0
%53

Triadic Colors of #484077

#484077 #774840 #407748

Analogous Colors of #484077

#484077 #644077 #405477

Monochromatic Colors of #484077

#484077

Complementary Color

#484077 #6f7740

#484077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484077 Color CSS Codes

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

#484077 Text Font Color

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

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


#484077 Background Color

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

This div background color is #484077


#484077 Border Color

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

This div border color is #484077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484077


Comments

No comments written yet.

Please login to write comment.