Color Hex Logo

#4b7ecb Color Hex

#4B7ECB
(75,126,203)
0 Favorites   0 Comments

Color spaces of #4b7ecb

RGB 75126203
HSL0.600.550.55
HSV216°63°80°
CMYK 0.630.380.00   0.20
XYZ21.142020.729459.3868
Yxy20.72940.20880.2047
Hunter Lab45.52963.2111-45.4647
CIE-Lab52.65217.0371-45.0424

#4b7ecb color RGB value is (75,126,203).

#4b7ecb hex color red value is 75, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4b7ecb hue: 0.60 , saturation: 0.55 and the lightness value of 4b7ecb is 0.55.

The process color (four color CMYK) of #4b7ecb color hex is 0.63, 0.38, 0.00, 0.20. Web safe color of #4b7ecb is #3366cc. Color #4b7ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111110 11001011
Octal 113 176 313
Decimal 75 126 203
Hex 4B 7E CB

RGB Percentages of Color #4b7ecb

%18.56
%31.19
%50.25

CMYK Percentages of Color #4b7ecb

%63
%38
%0
%20

Triadic Colors of #4b7ecb

#4b7ecb #cb4b7e #7ecb4b

Analogous Colors of #4b7ecb

#4b7ecb #584bcb #4bbecb

Monochromatic Colors of #4b7ecb

#4b7ecb

Complementary Color

#4b7ecb #cb984b

#4b7ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7ecb Color CSS Codes

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

#4b7ecb Text Font Color

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

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


#4b7ecb Background Color

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

This div background color is #4b7ecb


#4b7ecb Border Color

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

This div border color is #4b7ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b7ecb


Comments

No comments written yet.

Please login to write comment.