Color Hex Logo

#4b78ac Color Hex

#4B78AC
(75,120,172)
0 Favorites   0 Comments

Color spaces of #4b78ac

RGB 75120172
HSL0.590.390.48
HSV212°56°67°
CMYK 0.560.300.00   0.33
XYZ17.064517.907441.5868
Yxy17.90740.22290.2339
Hunter Lab42.3171-2.0744-28.6447
CIE-Lab49.38360.2429-32.3789

#4b78ac color RGB value is (75,120,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111000 10101100
Octal 113 170 254
Decimal 75 120 172
Hex 4B 78 AC

RGB Percentages of Color #4b78ac

%20.44
%32.70
%46.87

CMYK Percentages of Color #4b78ac

%56
%30
%0
%33

Triadic Colors of #4b78ac

#4b78ac #ac4b78 #78ac4b

Analogous Colors of #4b78ac

#4b78ac #4f4bac #4ba9ac

Monochromatic Colors of #4b78ac

#4b78ac

Complementary Color

#4b78ac #ac7f4b

#4b78ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b78ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b78ac Color CSS Codes

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

#4b78ac Text Font Color

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

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


#4b78ac Background Color

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

This div background color is #4b78ac


#4b78ac Border Color

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

This div border color is #4b78ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b78ac


Comments

No comments written yet.

Please login to write comment.