Color Hex Logo

#4692ac Color Hex

#4692AC
(70,146,172)
0 Favorites   0 Comments

Color spaces of #4692ac

RGB 70146172
HSL0.540.420.47
HSV195°59°67°
CMYK 0.590.150.00   0.33
XYZ20.251124.838442.7567
Yxy24.83840.23050.2827
Hunter Lab49.8381-14.6855-15.9789
CIE-Lab56.9176-15.6656-20.7374

#4692ac color RGB value is (70,146,172).

#4692ac hex color red value is 70, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4692ac hue: 0.54 , saturation: 0.42 and the lightness value of 4692ac is 0.47.

The process color (four color CMYK) of #4692ac color hex is 0.59, 0.15, 0.00, 0.33. Web safe color of #4692ac is #339999. Color #4692ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010010 10101100
Octal 106 222 254
Decimal 70 146 172
Hex 46 92 AC

RGB Percentages of Color #4692ac

%18.04
%37.63
%44.33

CMYK Percentages of Color #4692ac

%59
%15
%0
%33

Triadic Colors of #4692ac

#4692ac #ac4692 #92ac46

Analogous Colors of #4692ac

#4692ac #465fac #46ac93

Monochromatic Colors of #4692ac

#4692ac

Complementary Color

#4692ac #ac6046

#4692ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4692ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4692ac Color CSS Codes

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

#4692ac Text Font Color

<p style="color:#4692ac">Text here</p>

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


#4692ac Background Color

<div style="background-color:#4692ac">
Div content here</div>

This div background color is #4692ac


#4692ac Border Color

<div style="border:3px solid #4692ac">
Div here</div>

This div border color is #4692ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,146,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4692ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4692ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4692ac;
  box-shadow:         1px 1px 3px 2px #4692ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,146,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4692ac


Comments

No comments written yet.

Please login to write comment.