Color Hex Logo

#4b7cea Color Hex

#4B7CEA
(75,124,234)
0 Favorites   0 Comments

Color spaces of #4b7cea

RGB 75124234
HSL0.620.790.61
HSV222°68°92°
CMYK 0.680.470.00   0.08
XYZ24.960621.851780.7441
Yxy21.85170.19570.1713
Hunter Lab46.745813.5075-69.6897
CIE-Lab53.869319.0300-60.5642

#4b7cea color RGB value is (75,124,234).

#4b7cea hex color red value is 75, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4b7cea hue: 0.62 , saturation: 0.79 and the lightness value of 4b7cea is 0.61.

The process color (four color CMYK) of #4b7cea color hex is 0.68, 0.47, 0.00, 0.08. Web safe color of #4b7cea is #3366ff. Color #4b7cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111100 11101010
Octal 113 174 352
Decimal 75 124 234
Hex 4B 7C EA

RGB Percentages of Color #4b7cea

%17.32
%28.64
%54.04

CMYK Percentages of Color #4b7cea

%68
%47
%0
%8

Triadic Colors of #4b7cea

#4b7cea #ea4b7c #7cea4b

Analogous Colors of #4b7cea

#4b7cea #6a4bea #4bccea

Monochromatic Colors of #4b7cea

#4b7cea

Complementary Color

#4b7cea #eab94b

#4b7cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7cea Color CSS Codes

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

#4b7cea Text Font Color

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

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


#4b7cea Background Color

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

This div background color is #4b7cea


#4b7cea Border Color

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

This div border color is #4b7cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b7cea


Comments

No comments written yet.

Please login to write comment.