Color Hex Logo

#4475ad Color Hex

#4475AD
(68,117,173)
0 Favorites   0 Comments

Color spaces of #4475ad

RGB 68117173
HSL0.590.440.47
HSV212°61°68°
CMYK 0.610.320.00   0.32
XYZ16.288016.968741.9520
Yxy16.96870.21660.2256
Hunter Lab41.1931-1.5079-31.5472
CIE-Lab48.22060.9110-34.8077

#4475ad color RGB value is (68,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110101 10101101
Octal 104 165 255
Decimal 68 117 173
Hex 44 75 AD

RGB Percentages of Color #4475ad

%18.99
%32.68
%48.32

CMYK Percentages of Color #4475ad

%61
%32
%0
%32

Triadic Colors of #4475ad

#4475ad #ad4475 #75ad44

Analogous Colors of #4475ad

#4475ad #4844ad #44aaad

Monochromatic Colors of #4475ad

#4475ad

Complementary Color

#4475ad #ad7c44

#4475ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4475ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4475ad Color CSS Codes

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

#4475ad Text Font Color

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

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


#4475ad Background Color

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

This div background color is #4475ad


#4475ad Border Color

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

This div border color is #4475ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4475ad


Comments

No comments written yet.

Please login to write comment.