Color Hex Logo

#4865af Color Hex

#4865AF
(72,101,175)
0 Favorites   0 Comments

Color spaces of #4865af

RGB 72101175
HSL0.620.420.48
HSV223°59°69°
CMYK 0.590.420.00   0.31
XYZ15.064013.780242.4233
Yxy13.78020.21140.1934
Hunter Lab37.12177.4724-41.7724
CIE-Lab43.916012.3263-42.7722

#4865af color RGB value is (72,101,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 10101111
Octal 110 145 257
Decimal 72 101 175
Hex 48 65 AF

RGB Percentages of Color #4865af

%20.69
%29.02
%50.29

CMYK Percentages of Color #4865af

%59
%42
%0
%31

Triadic Colors of #4865af

#4865af #af4865 #65af48

Analogous Colors of #4865af

#4865af #5f48af #4899af

Monochromatic Colors of #4865af

#4865af

Complementary Color

#4865af #af9248

#4865af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4865af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4865af Color CSS Codes

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

#4865af Text Font Color

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

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


#4865af Background Color

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

This div background color is #4865af


#4865af Border Color

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

This div border color is #4865af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4865af


Comments

No comments written yet.

Please login to write comment.