Color Hex Logo

#484aad Color Hex

#484AAD
(72,74,173)
0 Favorites   0 Comments

Color spaces of #484aad

RGB 7274173
HSL0.660.410.48
HSV239°58°68°
CMYK 0.580.570.00   0.32
XYZ12.66419.292440.6613
Yxy9.29240.20220.1484
Hunter Lab30.483420.8104-57.7474
CIE-Lab36.541328.9061-53.4363

#484aad color RGB value is (72,74,173).

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

The process color (four color CMYK) of #484aad color hex is 0.58, 0.57, 0.00, 0.32. Web safe color of #484aad is #333399. Color #484aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001010 10101101
Octal 110 112 255
Decimal 72 74 173
Hex 48 4A AD

RGB Percentages of Color #484aad

%22.57
%23.20
%54.23

CMYK Percentages of Color #484aad

%58
%57
%0
%32

Triadic Colors of #484aad

#484aad #ad484a #4aad48

Analogous Colors of #484aad

#484aad #7948ad #487dad

Monochromatic Colors of #484aad

#484aad

Complementary Color

#484aad #adab48

#484aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#484aad Color CSS Codes

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

#484aad Text Font Color

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

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


#484aad Background Color

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

This div background color is #484aad


#484aad Border Color

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

This div border color is #484aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484aad


Comments

No comments written yet.

Please login to write comment.