Color Hex Logo

#4b7cab Color Hex

#4B7CAB
(75,124,171)
0 Favorites   0 Comments

Color spaces of #4b7cab

RGB 75124171
HSL0.580.390.48
HSV209°56°67°
CMYK 0.560.270.00   0.33
XYZ17.460018.851441.2465
Yxy18.85140.22510.2431
Hunter Lab43.4182-4.2007-25.9317
CIE-Lab50.5129-2.4622-30.0350

#4b7cab color RGB value is (75,124,171).

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

The process color (four color CMYK) of #4b7cab color hex is 0.56, 0.27, 0.00, 0.33. Web safe color of #4b7cab is #336699. Color #4b7cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111100 10101011
Octal 113 174 253
Decimal 75 124 171
Hex 4B 7C AB

RGB Percentages of Color #4b7cab

%20.27
%33.51
%46.22

CMYK Percentages of Color #4b7cab

%56
%27
%0
%33

Triadic Colors of #4b7cab

#4b7cab #ab4b7c #7cab4b

Analogous Colors of #4b7cab

#4b7cab #4b4cab #4babaa

Monochromatic Colors of #4b7cab

#4b7cab

Complementary Color

#4b7cab #ab7a4b

#4b7cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7cab Color CSS Codes

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

#4b7cab Text Font Color

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

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


#4b7cab Background Color

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

This div background color is #4b7cab


#4b7cab Border Color

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

This div border color is #4b7cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b7cab


Comments

No comments written yet.

Please login to write comment.