Color Hex Logo

#4684ad Color Hex

#4684AD
(70,132,173)
0 Favorites   0 Comments

Color spaces of #4684ad

RGB 70132173
HSL0.570.420.48
HSV204°60°68°
CMYK 0.600.240.00   0.32
XYZ18.319920.821742.5886
Yxy20.82170.22420.2548
Hunter Lab45.6308-8.1895-23.3956
CIE-Lab52.7538-7.5297-27.7242

#4684ad color RGB value is (70,132,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000100 10101101
Octal 106 204 255
Decimal 70 132 173
Hex 46 84 AD

RGB Percentages of Color #4684ad

%18.67
%35.20
%46.13

CMYK Percentages of Color #4684ad

%60
%24
%0
%32

Triadic Colors of #4684ad

#4684ad #ad4684 #84ad46

Analogous Colors of #4684ad

#4684ad #4651ad #46ada3

Monochromatic Colors of #4684ad

#4684ad

Complementary Color

#4684ad #ad6f46

#4684ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4684ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4684ad Color CSS Codes

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

#4684ad Text Font Color

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

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


#4684ad Background Color

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

This div background color is #4684ad


#4684ad Border Color

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

This div border color is #4684ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4684ad


Comments

No comments written yet.

Please login to write comment.