Color Hex Logo

#4b72ce Color Hex

#4B72CE
(75,114,206)
0 Favorites   0 Comments

Color spaces of #4b72ce

RGB 75114206
HSL0.620.570.55
HSV222°64°81°
CMYK 0.640.450.00   0.19
XYZ20.059517.986760.8070
Yxy17.98670.20290.1820
Hunter Lab42.410710.2085-55.3204
CIE-Lab49.480015.4485-51.8038

#4b72ce color RGB value is (75,114,206).

#4b72ce hex color red value is 75, green value is 114 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4b72ce hue: 0.62 , saturation: 0.57 and the lightness value of 4b72ce is 0.55.

The process color (four color CMYK) of #4b72ce color hex is 0.64, 0.45, 0.00, 0.19. Web safe color of #4b72ce is #3366cc. Color #4b72ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01110010 11001110
Octal 113 162 316
Decimal 75 114 206
Hex 4B 72 CE

RGB Percentages of Color #4b72ce

%18.99
%28.86
%52.15

CMYK Percentages of Color #4b72ce

%64
%45
%0
%19

Triadic Colors of #4b72ce

#4b72ce #ce4b72 #72ce4b

Analogous Colors of #4b72ce

#4b72ce #664bce #4bb4ce

Monochromatic Colors of #4b72ce

#4b72ce

Complementary Color

#4b72ce #cea74b

#4b72ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b72ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b72ce Color CSS Codes

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

#4b72ce Text Font Color

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

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


#4b72ce Background Color

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

This div background color is #4b72ce


#4b72ce Border Color

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

This div border color is #4b72ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b72ce


Comments

No comments written yet.

Please login to write comment.