Color Hex Logo

#484fad Color Hex

#484FAD
(72,79,173)
0 Favorites   0 Comments

Color spaces of #484fad

RGB 7279173
HSL0.660.410.48
HSV236°58°68°
CMYK 0.580.540.00   0.32
XYZ13.01139.986840.7770
Yxy9.98680.20400.1566
Hunter Lab31.601918.1896-54.3826
CIE-Lab37.818725.7126-51.3703

#484fad color RGB value is (72,79,173).

#484fad hex color red value is 72, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #484fad hue: 0.66 , saturation: 0.41 and the lightness value of 484fad is 0.48.

The process color (four color CMYK) of #484fad color hex is 0.58, 0.54, 0.00, 0.32. Web safe color of #484fad is #336699. Color #484fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001111 10101101
Octal 110 117 255
Decimal 72 79 173
Hex 48 4F AD

RGB Percentages of Color #484fad

%22.22
%24.38
%53.40

CMYK Percentages of Color #484fad

%58
%54
%0
%32

Triadic Colors of #484fad

#484fad #ad484f #4fad48

Analogous Colors of #484fad

#484fad #7448ad #4882ad

Monochromatic Colors of #484fad

#484fad

Complementary Color

#484fad #ada648

#484fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#484fad Color CSS Codes

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

#484fad Text Font Color

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

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


#484fad Background Color

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

This div background color is #484fad


#484fad Border Color

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

This div border color is #484fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484fad


Comments

No comments written yet.

Please login to write comment.