Color Hex Logo

#485aab Color Hex

#485AAB
(72,90,171)
0 Favorites   0 Comments

Color spaces of #485aab

RGB 7290171
HSL0.640.410.48
HSV229°58°67°
CMYK 0.580.470.00   0.33
XYZ13.679311.630340.0520
Yxy11.63030.20930.1779
Hunter Lab34.103211.9183-45.7600
CIE-Lab40.622417.9644-45.6769

#485aab color RGB value is (72,90,171).

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

The process color (four color CMYK) of #485aab color hex is 0.58, 0.47, 0.00, 0.33. Web safe color of #485aab is #336699. Color #485aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011010 10101011
Octal 110 132 253
Decimal 72 90 171
Hex 48 5A AB

RGB Percentages of Color #485aab

%21.62
%27.03
%51.35

CMYK Percentages of Color #485aab

%58
%47
%0
%33

Triadic Colors of #485aab

#485aab #ab485a #5aab48

Analogous Colors of #485aab

#485aab #6848ab #488cab

Monochromatic Colors of #485aab

#485aab

Complementary Color

#485aab #ab9948

#485aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#485aab Color CSS Codes

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

#485aab Text Font Color

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

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


#485aab Background Color

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

This div background color is #485aab


#485aab Border Color

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

This div border color is #485aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485aab


Comments

No comments written yet.

Please login to write comment.