Color Hex Logo

#4484a4 Color Hex

#4484A4
(68,132,164)
0 Favorites   0 Comments

Color spaces of #4484a4

RGB 68132164
HSL0.560.410.45
HSV200°59°64°
CMYK 0.590.200.00   0.36
XYZ17.336020.411838.1481
Yxy20.41180.22840.2689
Hunter Lab45.1794-10.5709-18.4370
CIE-Lab52.2996-10.8381-23.2361

#4484a4 color RGB value is (68,132,164).

#4484a4 hex color red value is 68, green value is 132 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #4484a4 hue: 0.56 , saturation: 0.41 and the lightness value of 4484a4 is 0.45.

The process color (four color CMYK) of #4484a4 color hex is 0.59, 0.20, 0.00, 0.36. Web safe color of #4484a4 is #339999. Color #4484a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 10100100
Octal 104 204 244
Decimal 68 132 164
Hex 44 84 A4

RGB Percentages of Color #4484a4

%18.68
%36.26
%45.05

CMYK Percentages of Color #4484a4

%59
%20
%0
%36

Triadic Colors of #4484a4

#4484a4 #a44484 #84a444

Analogous Colors of #4484a4

#4484a4 #4454a4 #44a494

Monochromatic Colors of #4484a4

#4484a4

Complementary Color

#4484a4 #a46444

#4484a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4484a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4484a4 Color CSS Codes

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

#4484a4 Text Font Color

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

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


#4484a4 Background Color

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

This div background color is #4484a4


#4484a4 Border Color

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

This div border color is #4484a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4484a4


Comments

No comments written yet.

Please login to write comment.