Color Hex Logo

#4481ad Color Hex

#4481AD
(68,129,173)
0 Favorites   0 Comments

Color spaces of #4481ad

RGB 68129173
HSL0.570.440.47
HSV205°61°68°
CMYK 0.610.250.00   0.32
XYZ17.777019.946642.4483
Yxy19.94660.22170.2488
Hunter Lab44.6616-7.1081-25.0886
CIE-Lab51.7768-6.2001-29.2479

#4481ad color RGB value is (68,129,173).

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

The process color (four color CMYK) of #4481ad color hex is 0.61, 0.25, 0.00, 0.32. Web safe color of #4481ad is #339999. Color #4481ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000001 10101101
Octal 104 201 255
Decimal 68 129 173
Hex 44 81 AD

RGB Percentages of Color #4481ad

%18.38
%34.86
%46.76

CMYK Percentages of Color #4481ad

%61
%25
%0
%32

Triadic Colors of #4481ad

#4481ad #ad4481 #81ad44

Analogous Colors of #4481ad

#4481ad #444cad #44ada5

Monochromatic Colors of #4481ad

#4481ad

Complementary Color

#4481ad #ad7044

#4481ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4481ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4481ad Color CSS Codes

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

#4481ad Text Font Color

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

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


#4481ad Background Color

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

This div background color is #4481ad


#4481ad Border Color

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

This div border color is #4481ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4481ad


Comments

No comments written yet.

Please login to write comment.