Color Hex Logo

#4750ab Color Hex

#4750AB
(71,80,171)
0 Favorites   0 Comments

Color spaces of #4750ab

RGB 7180171
HSL0.650.410.47
HSV235°58°67°
CMYK 0.580.530.00   0.33
XYZ12.817910.017239.7860
Yxy10.01720.20470.1600
Hunter Lab31.650016.9032-52.3763
CIE-Lab37.873324.1943-50.0988

#4750ab color RGB value is (71,80,171).

#4750ab hex color red value is 71, green value is 80 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4750ab hue: 0.65 , saturation: 0.41 and the lightness value of 4750ab is 0.47.

The process color (four color CMYK) of #4750ab color hex is 0.58, 0.53, 0.00, 0.33. Web safe color of #4750ab is #336699. Color #4750ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010000 10101011
Octal 107 120 253
Decimal 71 80 171
Hex 47 50 AB

RGB Percentages of Color #4750ab

%22.05
%24.84
%53.11

CMYK Percentages of Color #4750ab

%58
%53
%0
%33

Triadic Colors of #4750ab

#4750ab #ab4750 #50ab47

Analogous Colors of #4750ab

#4750ab #7047ab #4782ab

Monochromatic Colors of #4750ab

#4750ab

Complementary Color

#4750ab #aba247

#4750ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4750ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4750ab Color CSS Codes

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

#4750ab Text Font Color

<p style="color:#4750ab">Text here</p>

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


#4750ab Background Color

<div style="background-color:#4750ab">
Div content here</div>

This div background color is #4750ab


#4750ab Border Color

<div style="border:3px solid #4750ab">
Div here</div>

This div border color is #4750ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,80,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4750ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4750ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4750ab;
  box-shadow:         1px 1px 3px 2px #4750ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,80,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 #4750ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4750ab


Comments

No comments written yet.

Please login to write comment.