Color Hex Logo

#4762dd Color Hex

#4762DD
(71,98,221)
0 Favorites   0 Comments

Color spaces of #4762dd

RGB 7198221
HSL0.640.690.57
HSV229°68°87°
CMYK 0.680.560.00   0.13
XYZ20.017415.295470.3039
Yxy15.29540.18950.1448
Hunter Lab39.109322.9206-79.2046
CIE-Lab46.036230.0841-65.9045

#4762dd color RGB value is (71,98,221).

#4762dd hex color red value is 71, green value is 98 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4762dd hue: 0.64 , saturation: 0.69 and the lightness value of 4762dd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100010 11011101
Octal 107 142 335
Decimal 71 98 221
Hex 47 62 DD

RGB Percentages of Color #4762dd

%18.21
%25.13
%56.67

CMYK Percentages of Color #4762dd

%68
%56
%0
%13

Triadic Colors of #4762dd

#4762dd #dd4762 #62dd47

Analogous Colors of #4762dd

#4762dd #7747dd #47addd

Monochromatic Colors of #4762dd

#4762dd

Complementary Color

#4762dd #ddc247

#4762dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4762dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4762dd Color CSS Codes

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

#4762dd Text Font Color

<p style="color:#4762dd">Text here</p>

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


#4762dd Background Color

<div style="background-color:#4762dd">
Div content here</div>

This div background color is #4762dd


#4762dd Border Color

<div style="border:3px solid #4762dd">
Div here</div>

This div border color is #4762dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,98,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4762dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4762dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4762dd;
  box-shadow:         1px 1px 3px 2px #4762dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4762dd


Comments

No comments written yet.

Please login to write comment.