Color Hex Logo

#4b4fbb Color Hex

#4B4FBB
(75,79,187)
0 Favorites   0 Comments

Color spaces of #4b4fbb

RGB 7579187
HSL0.660.450.51
HSV238°60°73°
CMYK 0.600.580.00   0.27
XYZ14.667310.675748.3013
Yxy10.67570.19920.1450
Hunter Lab32.673722.9501-64.7764
CIE-Lab39.028830.9956-57.6554

#4b4fbb color RGB value is (75,79,187).

#4b4fbb hex color red value is 75, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4b4fbb hue: 0.66 , saturation: 0.45 and the lightness value of 4b4fbb is 0.51.

The process color (four color CMYK) of #4b4fbb color hex is 0.60, 0.58, 0.00, 0.27. Web safe color of #4b4fbb is #3366cc. Color #4b4fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01001111 10111011
Octal 113 117 273
Decimal 75 79 187
Hex 4B 4F BB

RGB Percentages of Color #4b4fbb

%21.99
%23.17
%54.84

CMYK Percentages of Color #4b4fbb

%60
%58
%0
%27

Triadic Colors of #4b4fbb

#4b4fbb #bb4b4f #4fbb4b

Analogous Colors of #4b4fbb

#4b4fbb #7f4bbb #4b87bb

Monochromatic Colors of #4b4fbb

#4b4fbb

Complementary Color

#4b4fbb #bbb74b

#4b4fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4fbb Color CSS Codes

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

#4b4fbb Text Font Color

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

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


#4b4fbb Background Color

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

This div background color is #4b4fbb


#4b4fbb Border Color

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

This div border color is #4b4fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4fbb


Comments

No comments written yet.

Please login to write comment.