Color Hex Logo

#4758ad Color Hex

#4758AD
(71,88,173)
0 Favorites   0 Comments

Color spaces of #4758ad

RGB 7188173
HSL0.640.420.48
HSV230°59°68°
CMYK 0.590.490.00   0.32
XYZ13.631111.336241.0048
Yxy11.33620.20660.1718
Hunter Lab33.669313.3450-48.6390
CIE-Lab40.141019.7311-47.6343

#4758ad color RGB value is (71,88,173).

#4758ad hex color red value is 71, green value is 88 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4758ad hue: 0.64 , saturation: 0.42 and the lightness value of 4758ad is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011000 10101101
Octal 107 130 255
Decimal 71 88 173
Hex 47 58 AD

RGB Percentages of Color #4758ad

%21.39
%26.51
%52.11

CMYK Percentages of Color #4758ad

%59
%49
%0
%32

Triadic Colors of #4758ad

#4758ad #ad4758 #58ad47

Analogous Colors of #4758ad

#4758ad #6947ad #478bad

Monochromatic Colors of #4758ad

#4758ad

Complementary Color

#4758ad #ad9c47

#4758ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4758ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4758ad Color CSS Codes

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

#4758ad Text Font Color

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

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


#4758ad Background Color

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

This div background color is #4758ad


#4758ad Border Color

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

This div border color is #4758ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4758ad


Comments

No comments written yet.

Please login to write comment.