Color Hex Logo

#4681fd Color Hex

#4681FD
(70,129,253)
0 Favorites   0 Comments

Color spaces of #4681fd

RGB 70129253
HSL0.610.980.63
HSV221°72°99°
CMYK 0.720.490.00   0.01
XYZ28.105724.094596.0979
Yxy24.09450.18950.1625
Hunter Lab49.086116.3046-81.7141
CIE-Lab56.182321.9802-67.3917

#4681fd color RGB value is (70,129,253).

#4681fd hex color red value is 70, green value is 129 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4681fd hue: 0.61 , saturation: 0.98 and the lightness value of 4681fd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000001 11111101
Octal 106 201 375
Decimal 70 129 253
Hex 46 81 FD

RGB Percentages of Color #4681fd

%15.49
%28.54
%55.97

CMYK Percentages of Color #4681fd

%72
%49
%0
%1

Triadic Colors of #4681fd

#4681fd #fd4681 #81fd46

Analogous Colors of #4681fd

#4681fd #6746fd #46ddfd

Monochromatic Colors of #4681fd

#4681fd

Complementary Color

#4681fd #fdc246

#4681fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4681fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4681fd Color CSS Codes

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

#4681fd Text Font Color

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

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


#4681fd Background Color

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

This div background color is #4681fd


#4681fd Border Color

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

This div border color is #4681fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,129,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 #4681fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4681fd


Comments

No comments written yet.

Please login to write comment.