Color Hex Logo

#4865b1 Color Hex

#4865B1
(72,101,177)
0 Favorites   0 Comments

Color spaces of #4865b1

RGB 72101177
HSL0.620.420.49
HSV223°59°69°
CMYK 0.590.430.00   0.31
XYZ15.262013.859443.4657
Yxy13.85940.21030.1909
Hunter Lab37.22828.0281-43.1641
CIE-Lab44.030613.0129-43.7614

#4865b1 color RGB value is (72,101,177).

#4865b1 hex color red value is 72, green value is 101 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #4865b1 hue: 0.62 , saturation: 0.42 and the lightness value of 4865b1 is 0.49.

The process color (four color CMYK) of #4865b1 color hex is 0.59, 0.43, 0.00, 0.31. Web safe color of #4865b1 is #336699. Color #4865b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 10110001
Octal 110 145 261
Decimal 72 101 177
Hex 48 65 B1

RGB Percentages of Color #4865b1

%20.57
%28.86
%50.57

CMYK Percentages of Color #4865b1

%59
%43
%0
%31

Triadic Colors of #4865b1

#4865b1 #b14865 #65b148

Analogous Colors of #4865b1

#4865b1 #5f48b1 #489ab1

Monochromatic Colors of #4865b1

#4865b1

Complementary Color

#4865b1 #b19448

#4865b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4865b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4865b1 Color CSS Codes

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

#4865b1 Text Font Color

<p style="color:#4865b1">Text here</p>

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


#4865b1 Background Color

<div style="background-color:#4865b1">
Div content here</div>

This div background color is #4865b1


#4865b1 Border Color

<div style="border:3px solid #4865b1">
Div here</div>

This div border color is #4865b1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,101,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4865b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4865b1;
  -webkit-box-shadow: 1px 1px 3px 2px #4865b1;
  box-shadow:         1px 1px 3px 2px #4865b1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,101,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4865b1

#4865b1 Color Palettes


Comments

No comments written yet.

Please login to write comment.