color codes Logo

#4865b4 color codes

#4865B4
(72,101,180)
0 Favorites   0 Comments

Color spaces of #4865b4

RGB 72101180
HSL0.620.430.49
HSV224°60°71°
CMYK 0.600.440.00   0.29
XYZ15.564413.980445.0582
Yxy13.98040.20860.1874
Hunter Lab37.39048.8706-45.2756
CIE-Lab44.204814.0452-45.2381

#4865b4 color RGB value is (72,101,180).

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

The process color (four color CMYK) of #4865b4 color code is 0.60, 0.44, 0.00, 0.29. Web safe color of #4865b4 is #3366cc. Color #4865b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 10110100
Octal 110 145 264
Decimal 72 101 180
Hex 48 65 B4

RGB Percentages of Color #4865b4

%20.40
%28.61
%50.99

CMYK Percentages of Color #4865b4

%60
%44
%0
%29

Triadic Colors of #4865b4

#4865b4 #b44865 #65b448

Analogous Colors of #4865b4

#4865b4 #6148b4 #489bb4

Monochromatic Colors of #4865b4

#4865b4

Complementary Color

#4865b4 #b49748

#4865b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4865b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4865b4 Color CSS Codes

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

#4865b4 Text Font Color

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

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


#4865b4 Background Color

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

This div background color is #4865b4


#4865b4 Border Color

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

This div border color is #4865b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4865b4


Comments

No comments written yet.

Please login to write comment.