Color Hex Logo

#4584ad Color Hex

#4584AD
(69,132,173)
0 Favorites   0 Comments

Color spaces of #4584ad

RGB 69132173
HSL0.570.430.47
HSV204°60°68°
CMYK 0.600.240.00   0.32
XYZ18.248320.784942.5853
Yxy20.78490.22360.2547
Hunter Lab45.5905-8.3359-23.4685
CIE-Lab52.7133-7.7318-27.7903

#4584ad color RGB value is (69,132,173).

#4584ad hex color red value is 69, green value is 132 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4584ad hue: 0.57 , saturation: 0.43 and the lightness value of 4584ad is 0.47.

The process color (four color CMYK) of #4584ad color hex is 0.60, 0.24, 0.00, 0.32. Web safe color of #4584ad is #339999. Color #4584ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10000100 10101101
Octal 105 204 255
Decimal 69 132 173
Hex 45 84 AD

RGB Percentages of Color #4584ad

%18.45
%35.29
%46.26

CMYK Percentages of Color #4584ad

%60
%24
%0
%32

Triadic Colors of #4584ad

#4584ad #ad4584 #84ad45

Analogous Colors of #4584ad

#4584ad #4550ad #45ada2

Monochromatic Colors of #4584ad

#4584ad

Complementary Color

#4584ad #ad6e45

#4584ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4584ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4584ad Color CSS Codes

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

#4584ad Text Font Color

<p style="color:#4584ad">Text here</p>

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


#4584ad Background Color

<div style="background-color:#4584ad">
Div content here</div>

This div background color is #4584ad


#4584ad Border Color

<div style="border:3px solid #4584ad">
Div here</div>

This div border color is #4584ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,132,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4584ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4584ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4584ad;
  box-shadow:         1px 1px 3px 2px #4584ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,132,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 #4584ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4584ad


Comments

No comments written yet.

Please login to write comment.