Color Hex Logo

#4b7caa Color Hex

#4B7CAA
(75,124,170)
0 Favorites   0 Comments

Color spaces of #4b7caa

RGB 75124170
HSL0.580.390.48
HSV209°56°67°
CMYK 0.560.270.00   0.33
XYZ17.365018.813440.7463
Yxy18.81340.22570.2446
Hunter Lab43.3744-4.4425-25.3354
CIE-Lab50.4682-2.7859-29.5247

#4b7caa color RGB value is (75,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111100 10101010
Octal 113 174 252
Decimal 75 124 170
Hex 4B 7C AA

RGB Percentages of Color #4b7caa

%20.33
%33.60
%46.07

CMYK Percentages of Color #4b7caa

%56
%27
%0
%33

Triadic Colors of #4b7caa

#4b7caa #aa4b7c #7caa4b

Analogous Colors of #4b7caa

#4b7caa #4b4daa #4baaa9

Monochromatic Colors of #4b7caa

#4b7caa

Complementary Color

#4b7caa #aa794b

#4b7caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7caa Color CSS Codes

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

#4b7caa Text Font Color

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

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


#4b7caa Background Color

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

This div background color is #4b7caa


#4b7caa Border Color

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

This div border color is #4b7caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,124,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b7caa


Comments

No comments written yet.

Please login to write comment.