Color Hex Logo

#4a7bab Color Hex

#4A7BAB
(74,123,171)
0 Favorites   0 Comments

Color spaces of #4a7bab

RGB 74123171
HSL0.580.400.48
HSV210°57°67°
CMYK 0.570.280.00   0.33
XYZ17.257718.562041.2013
Yxy18.56200.22410.2410
Hunter Lab43.0836-3.8959-26.5411
CIE-Lab50.1708-2.0896-30.5719

#4a7bab color RGB value is (74,123,171).

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

The process color (four color CMYK) of #4a7bab color hex is 0.57, 0.28, 0.00, 0.33. Web safe color of #4a7bab is #336699. Color #4a7bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111011 10101011
Octal 112 173 253
Decimal 74 123 171
Hex 4A 7B AB

RGB Percentages of Color #4a7bab

%20.11
%33.42
%46.47

CMYK Percentages of Color #4a7bab

%57
%28
%0
%33

Triadic Colors of #4a7bab

#4a7bab #ab4a7b #7bab4a

Analogous Colors of #4a7bab

#4a7bab #4a4aab #4aabab

Monochromatic Colors of #4a7bab

#4a7bab

Complementary Color

#4a7bab #ab7a4a

#4a7bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7bab Color CSS Codes

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

#4a7bab Text Font Color

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

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


#4a7bab Background Color

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

This div background color is #4a7bab


#4a7bab Border Color

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

This div border color is #4a7bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,123,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a7bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7bab


Comments

No comments written yet.

Please login to write comment.