Color Hex Logo

#485dae Color Hex

#485DAE
(72,93,174)
0 Favorites   0 Comments

Color spaces of #485dae

RGB 7293174
HSL0.630.410.48
HSV228°59°68°
CMYK 0.590.470.00   0.32
XYZ14.226812.262441.6614
Yxy12.26240.20880.1799
Hunter Lab35.017711.2390-46.0263
CIE-Lab41.630217.0708-45.8336

#485dae color RGB value is (72,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011101 10101110
Octal 110 135 256
Decimal 72 93 174
Hex 48 5D AE

RGB Percentages of Color #485dae

%21.24
%27.43
%51.33

CMYK Percentages of Color #485dae

%59
%47
%0
%32

Triadic Colors of #485dae

#485dae #ae485d #5dae48

Analogous Colors of #485dae

#485dae #6648ae #4890ae

Monochromatic Colors of #485dae

#485dae

Complementary Color

#485dae #ae9948

#485dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#485dae Color CSS Codes

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

#485dae Text Font Color

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

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


#485dae Background Color

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

This div background color is #485dae


#485dae Border Color

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

This div border color is #485dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485dae


Comments

No comments written yet.

Please login to write comment.