Color Hex Logo

#485bae Color Hex

#485BAE
(72,91,174)
0 Favorites   0 Comments

Color spaces of #485bae

RGB 7291174
HSL0.640.410.48
HSV229°59°68°
CMYK 0.590.480.00   0.32
XYZ14.053611.915941.6037
Yxy11.91590.20800.1763
Hunter Lab34.519412.2622-47.2943
CIE-Lab41.082118.3512-46.7114

#485bae color RGB value is (72,91,174).

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

The process color (four color CMYK) of #485bae color hex is 0.59, 0.48, 0.00, 0.32. Web safe color of #485bae is #336699. Color #485bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011011 10101110
Octal 110 133 256
Decimal 72 91 174
Hex 48 5B AE

RGB Percentages of Color #485bae

%21.36
%27.00
%51.63

CMYK Percentages of Color #485bae

%59
%48
%0
%32

Triadic Colors of #485bae

#485bae #ae485b #5bae48

Analogous Colors of #485bae

#485bae #6848ae #488eae

Monochromatic Colors of #485bae

#485bae

Complementary Color

#485bae #ae9b48

#485bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#485bae Color CSS Codes

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

#485bae Text Font Color

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

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


#485bae Background Color

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

This div background color is #485bae


#485bae Border Color

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

This div border color is #485bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485bae


Comments

No comments written yet.

Please login to write comment.