Color Hex Logo

#4761de Color Hex

#4761DE
(71,97,222)
0 Favorites   0 Comments

Color spaces of #4761de

RGB 7197222
HSL0.640.700.57
HSV230°68°87°
CMYK 0.680.560.00   0.13
XYZ20.058015.162970.9768
Yxy15.16290.18890.1428
Hunter Lab38.939623.8022-80.8127
CIE-Lab45.856531.0595-66.7640

#4761de color RGB value is (71,97,222).

#4761de hex color red value is 71, green value is 97 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4761de hue: 0.64 , saturation: 0.70 and the lightness value of 4761de is 0.57.

The process color (four color CMYK) of #4761de color hex is 0.68, 0.56, 0.00, 0.13. Web safe color of #4761de is #3366cc. Color #4761de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 11011110
Octal 107 141 336
Decimal 71 97 222
Hex 47 61 DE

RGB Percentages of Color #4761de

%18.21
%24.87
%56.92

CMYK Percentages of Color #4761de

%68
%56
%0
%13

Triadic Colors of #4761de

#4761de #de4761 #61de47

Analogous Colors of #4761de

#4761de #7947de #47adde

Monochromatic Colors of #4761de

#4761de

Complementary Color

#4761de #dec447

#4761de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4761de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4761de Color CSS Codes

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

#4761de Text Font Color

<p style="color:#4761de">Text here</p>

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


#4761de Background Color

<div style="background-color:#4761de">
Div content here</div>

This div background color is #4761de


#4761de Border Color

<div style="border:3px solid #4761de">
Div here</div>

This div border color is #4761de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,97,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4761de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4761de;
  -webkit-box-shadow: 1px 1px 3px 2px #4761de;
  box-shadow:         1px 1px 3px 2px #4761de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4761de


Comments

No comments written yet.

Please login to write comment.