Color Hex Logo

#4b72ad Color Hex

#4B72AD
(75,114,173)
0 Favorites   0 Comments

Color spaces of #4b72ad

RGB 75114173
HSL0.600.400.49
HSV216°57°68°
CMYK 0.570.340.00   0.32
XYZ16.461816.547641.8615
Yxy16.54760.21990.2210
Hunter Lab40.67871.0473-32.5388
CIE-Lab47.68494.2043-35.6266

#4b72ad color RGB value is (75,114,173).

#4b72ad hex color red value is 75, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4b72ad hue: 0.60 , saturation: 0.40 and the lightness value of 4b72ad is 0.49.

The process color (four color CMYK) of #4b72ad color hex is 0.57, 0.34, 0.00, 0.32. Web safe color of #4b72ad is #336699. Color #4b72ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01110010 10101101
Octal 113 162 255
Decimal 75 114 173
Hex 4B 72 AD

RGB Percentages of Color #4b72ad

%20.72
%31.49
%47.79

CMYK Percentages of Color #4b72ad

%57
%34
%0
%32

Triadic Colors of #4b72ad

#4b72ad #ad4b72 #72ad4b

Analogous Colors of #4b72ad

#4b72ad #554bad #4ba3ad

Monochromatic Colors of #4b72ad

#4b72ad

Complementary Color

#4b72ad #ad864b

#4b72ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b72ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b72ad Color CSS Codes

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

#4b72ad Text Font Color

<p style="color:#4b72ad">Text here</p>

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


#4b72ad Background Color

<div style="background-color:#4b72ad">
Div content here</div>

This div background color is #4b72ad


#4b72ad Border Color

<div style="border:3px solid #4b72ad">
Div here</div>

This div border color is #4b72ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,114,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b72ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b72ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4b72ad;
  box-shadow:         1px 1px 3px 2px #4b72ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,114,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 #4b72ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b72ad


Comments

No comments written yet.

Please login to write comment.