Color Hex Logo

#4a7bad Color Hex

#4A7BAD
(74,123,173)
0 Favorites   0 Comments

Color spaces of #4a7bad

RGB 74123173
HSL0.580.400.48
HSV210°57°68°
CMYK 0.570.290.00   0.32
XYZ17.449818.638942.2131
Yxy18.63890.22290.2380
Hunter Lab43.1728-3.4053-27.7511
CIE-Lab50.2620-1.4362-31.5892

#4a7bad color RGB value is (74,123,173).

#4a7bad hex color red value is 74, green value is 123 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4a7bad hue: 0.58 , saturation: 0.40 and the lightness value of 4a7bad is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111011 10101101
Octal 112 173 255
Decimal 74 123 173
Hex 4A 7B AD

RGB Percentages of Color #4a7bad

%20.00
%33.24
%46.76

CMYK Percentages of Color #4a7bad

%57
%29
%0
%32

Triadic Colors of #4a7bad

#4a7bad #ad4a7b #7bad4a

Analogous Colors of #4a7bad

#4a7bad #4b4aad #4aadad

Monochromatic Colors of #4a7bad

#4a7bad

Complementary Color

#4a7bad #ad7c4a

#4a7bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7bad Color CSS Codes

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

#4a7bad Text Font Color

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

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


#4a7bad Background Color

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

This div background color is #4a7bad


#4a7bad Border Color

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

This div border color is #4a7bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7bad


Comments

No comments written yet.

Please login to write comment.