Color Hex Logo

#484f86 Color Hex

#484F86
(72,79,134)
0 Favorites   0 Comments

Color spaces of #484f86

RGB 7279134
HSL0.650.300.40
HSV233°46°53°
CMYK 0.460.410.00   0.47
XYZ9.77158.690923.7168
Yxy8.69090.23170.2060
Hunter Lab29.48037.5747-27.0623
CIE-Lab35.382212.7558-31.7459

#484f86 color RGB value is (72,79,134).

#484f86 hex color red value is 72, green value is 79 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #484f86 hue: 0.65 , saturation: 0.30 and the lightness value of 484f86 is 0.40.

The process color (four color CMYK) of #484f86 color hex is 0.46, 0.41, 0.00, 0.47. Web safe color of #484f86 is #336699. Color #484f86 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001111 10000110
Octal 110 117 206
Decimal 72 79 134
Hex 48 4F 86

RGB Percentages of Color #484f86

%25.26
%27.72
%47.02

CMYK Percentages of Color #484f86

%46
%41
%0
%47

Triadic Colors of #484f86

#484f86 #86484f #4f8648

Analogous Colors of #484f86

#484f86 #604886 #486e86

Monochromatic Colors of #484f86

#484f86

Complementary Color

#484f86 #867f48

#484f86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484f86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484f86 Color CSS Codes

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

#484f86 Text Font Color

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

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


#484f86 Background Color

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

This div background color is #484f86


#484f86 Border Color

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

This div border color is #484f86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,79,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #484f86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #484f86;
  -webkit-box-shadow: 1px 1px 3px 2px #484f86;
  box-shadow:         1px 1px 3px 2px #484f86; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484f86


Comments

No comments written yet.

Please login to write comment.