Color Hex Logo

#4861fd Color Hex

#4861FD
(72,97,253)
0 Favorites   0 Comments

Color spaces of #4861fd

RGB 7297253
HSL0.640.980.64
HSV232°72°99°
CMYK 0.720.620.00   0.01
XYZ24.676817.019094.9129
Yxy17.01900.18060.1246
Hunter Lab41.254134.5780-107.5301
CIE-Lab48.284041.8866-80.2176

#4861fd color RGB value is (72,97,253).

#4861fd hex color red value is 72, green value is 97 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4861fd hue: 0.64 , saturation: 0.98 and the lightness value of 4861fd is 0.64.

The process color (four color CMYK) of #4861fd color hex is 0.72, 0.62, 0.00, 0.01. Web safe color of #4861fd is #3366ff. Color #4861fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100001 11111101
Octal 110 141 375
Decimal 72 97 253
Hex 48 61 FD

RGB Percentages of Color #4861fd

%17.06
%22.99
%59.95

CMYK Percentages of Color #4861fd

%72
%62
%0
%1

Triadic Colors of #4861fd

#4861fd #fd4861 #61fd48

Analogous Colors of #4861fd

#4861fd #8a48fd #48bcfd

Monochromatic Colors of #4861fd

#4861fd

Complementary Color

#4861fd #fde448

#4861fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4861fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4861fd Color CSS Codes

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

#4861fd Text Font Color

<p style="color:#4861fd">Text here</p>

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


#4861fd Background Color

<div style="background-color:#4861fd">
Div content here</div>

This div background color is #4861fd


#4861fd Border Color

<div style="border:3px solid #4861fd">
Div here</div>

This div border color is #4861fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,97,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4861fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4861fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4861fd;
  box-shadow:         1px 1px 3px 2px #4861fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4861fd


Comments

No comments written yet.

Please login to write comment.