Color Hex Logo

#4985a4 Color Hex

#4985A4
(73,133,164)
0 Favorites   0 Comments

Color spaces of #4985a4

RGB 73133164
HSL0.560.380.46
HSV200°55°64°
CMYK 0.550.190.00   0.36
XYZ17.836020.871938.2106
Yxy20.87190.23190.2714
Hunter Lab45.6858-10.2626-17.6088
CIE-Lab52.8090-10.3334-22.4348

#4985a4 color RGB value is (73,133,164).

#4985a4 hex color red value is 73, green value is 133 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #4985a4 hue: 0.56 , saturation: 0.38 and the lightness value of 4985a4 is 0.46.

The process color (four color CMYK) of #4985a4 color hex is 0.55, 0.19, 0.00, 0.36. Web safe color of #4985a4 is #339999. Color #4985a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000101 10100100
Octal 111 205 244
Decimal 73 133 164
Hex 49 85 A4

RGB Percentages of Color #4985a4

%19.73
%35.95
%44.32

CMYK Percentages of Color #4985a4

%55
%19
%0
%36

Triadic Colors of #4985a4

#4985a4 #a44985 #85a449

Analogous Colors of #4985a4

#4985a4 #4957a4 #49a496

Monochromatic Colors of #4985a4

#4985a4

Complementary Color

#4985a4 #a46849

#4985a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4985a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4985a4 Color CSS Codes

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

#4985a4 Text Font Color

<p style="color:#4985a4">Text here</p>

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


#4985a4 Background Color

<div style="background-color:#4985a4">
Div content here</div>

This div background color is #4985a4


#4985a4 Border Color

<div style="border:3px solid #4985a4">
Div here</div>

This div border color is #4985a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,133,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4985a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4985a4;
  -webkit-box-shadow: 1px 1px 3px 2px #4985a4;
  box-shadow:         1px 1px 3px 2px #4985a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,133,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4985a4


Comments

No comments written yet.

Please login to write comment.