Color Hex Logo

#4b7eaf Color Hex

#4B7EAF
(75,126,175)
0 Favorites   0 Comments

Color spaces of #4b7eaf

RGB 75126175
HSL0.580.400.49
HSV209°57°69°
CMYK 0.570.280.00   0.31
XYZ18.100419.512743.3698
Yxy19.51270.22350.2409
Hunter Lab44.1732-4.1609-27.2905
CIE-Lab51.2817-2.3427-31.1512

#4b7eaf color RGB value is (75,126,175).

#4b7eaf hex color red value is 75, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4b7eaf hue: 0.58 , saturation: 0.40 and the lightness value of 4b7eaf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111110 10101111
Octal 113 176 257
Decimal 75 126 175
Hex 4B 7E AF

RGB Percentages of Color #4b7eaf

%19.95
%33.51
%46.54

CMYK Percentages of Color #4b7eaf

%57
%28
%0
%31

Triadic Colors of #4b7eaf

#4b7eaf #af4b7e #7eaf4b

Analogous Colors of #4b7eaf

#4b7eaf #4b4caf #4bafae

Monochromatic Colors of #4b7eaf

#4b7eaf

Complementary Color

#4b7eaf #af7c4b

#4b7eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7eaf Color CSS Codes

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

#4b7eaf Text Font Color

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

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


#4b7eaf Background Color

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

This div background color is #4b7eaf


#4b7eaf Border Color

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

This div border color is #4b7eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b7eaf


Comments

No comments written yet.

Please login to write comment.