Color Hex Logo

#484aab Color Hex

#484AAB
(72,74,171)
0 Favorites   0 Comments

Color spaces of #484aab

RGB 7274171
HSL0.660.410.48
HSV239°58°67°
CMYK 0.580.570.00   0.33
XYZ12.47209.215639.6495
Yxy9.21560.20330.1502
Hunter Lab30.357220.2101-56.1885
CIE-Lab36.396128.2339-52.4819

#484aab color RGB value is (72,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001010 10101011
Octal 110 112 253
Decimal 72 74 171
Hex 48 4A AB

RGB Percentages of Color #484aab

%22.71
%23.34
%53.94

CMYK Percentages of Color #484aab

%58
%57
%0
%33

Triadic Colors of #484aab

#484aab #ab484a #4aab48

Analogous Colors of #484aab

#484aab #7848ab #487cab

Monochromatic Colors of #484aab

#484aab

Complementary Color

#484aab #aba948

#484aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#484aab Color CSS Codes

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

#484aab Text Font Color

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

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


#484aab Background Color

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

This div background color is #484aab


#484aab Border Color

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

This div border color is #484aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484aab


Comments

No comments written yet.

Please login to write comment.